public class MapStyleLogic
extends java.lang.Object
Copyright 2008-2009 Partner Software, Inc.
| Constructor and Description |
|---|
MapStyleLogic(MapApp app) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
VfsFile |
styleFileFor(MapSet mapset,
RoverShapeType shapeType,
java.lang.String styleName) |
java.lang.String |
styleNameFor(RoverSet roverSet,
RoverShape shape) |
java.lang.String |
styleNameFor(RoverSet roverSet,
RoverShapeType shapeType,
int drawId)
Returns the current style name for the given shape.
|
java.lang.String |
styleNameFor(RoverSet roverSet,
RoverShapeType shapeType,
java.lang.String drawName) |
public MapStyleLogic(MapApp app)
public void initialize()
public java.lang.String styleNameFor(RoverSet roverSet, RoverShapeType shapeType, int drawId)
public java.lang.String styleNameFor(RoverSet roverSet, RoverShape shape)
public java.lang.String styleNameFor(RoverSet roverSet, RoverShapeType shapeType, java.lang.String drawName)
public VfsFile styleFileFor(MapSet mapset, RoverShapeType shapeType, java.lang.String styleName)