|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mars_sim.msp.ui.swing.tool.settlement.SVGMapUtil
public final class SVGMapUtil
Static utility class for mapping settlement map structures, such as buildings and construction sites, with their SVG image views on the settlement map.
| Method Summary | |
|---|---|
static org.apache.batik.gvt.GraphicsNode |
getAttachmentPartSVG(String partType)
Gets a SVG node for an attachment part. |
static org.apache.batik.gvt.GraphicsNode |
getBuildingSVG(String buildingName)
Gets a SVG node for a building. |
static org.apache.batik.gvt.GraphicsNode |
getConstructionSiteSVG(String constructionSiteStageName)
Gets a SVG node for a construction site. |
static org.apache.batik.gvt.GraphicsNode |
getLoadingOverlaySVG(String vehicleType)
Gets a SVG node for a vehicle loading/unloading overlay. |
static org.apache.batik.gvt.GraphicsNode |
getMaintenanceOverlaySVG(String vehicleType)
Gets a SVG node for a vehicle maintenance/repair overlay. |
static org.apache.batik.gvt.GraphicsNode |
getVehicleSVG(String vehicleType)
Gets a SVG node for a vehicle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.apache.batik.gvt.GraphicsNode getBuildingSVG(String buildingName)
buildingName - the building's name.
public static org.apache.batik.gvt.GraphicsNode getConstructionSiteSVG(String constructionSiteStageName)
constructionSiteStageName - the construction site's current stage name.
public static org.apache.batik.gvt.GraphicsNode getVehicleSVG(String vehicleType)
vehicleType - the vehicle type.
public static org.apache.batik.gvt.GraphicsNode getMaintenanceOverlaySVG(String vehicleType)
vehicleType - the vehicle type.
public static org.apache.batik.gvt.GraphicsNode getLoadingOverlaySVG(String vehicleType)
vehicleType - the vehicle type.
public static org.apache.batik.gvt.GraphicsNode getAttachmentPartSVG(String partType)
partType - the part type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||