|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleMarkerSymbol.Style | |
---|---|
com.esri.core.symbol | Provides different types of symbols used to represent geometries. |
Uses of SimpleMarkerSymbol.Style in com.esri.core.symbol |
---|
Methods in com.esri.core.symbol that return SimpleMarkerSymbol.Style | |
---|---|
static SimpleMarkerSymbol.Style |
SimpleMarkerSymbol.Style.fromString(String v)
|
SimpleMarkerSymbol.Style |
SimpleMarkerSymbol.getStyle()
Returns the marker SimpleMarkerSymbol.Style . |
static SimpleMarkerSymbol.Style |
SimpleMarkerSymbol.Style.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SimpleMarkerSymbol.Style[] |
SimpleMarkerSymbol.Style.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.esri.core.symbol with parameters of type SimpleMarkerSymbol.Style | |
---|---|
void |
SimpleMarkerSymbol.setStyle(SimpleMarkerSymbol.Style style)
Sets the drawing style. |
Constructors in com.esri.core.symbol with parameters of type SimpleMarkerSymbol.Style | |
---|---|
SimpleMarkerSymbol(Color color,
int size,
SimpleMarkerSymbol.Style style)
Instantiates a SimpleMarkerSymbol with the given color, size and style. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |