Uses of Class
com.esri.core.symbol.SimpleMarkerSymbol.STYLE

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(int color, int size, SimpleMarkerSymbol.STYLE style)
          Instantiates a SimpleMarkerSymbol with the given color, size and style.
 



Copyright © 2012. All Rights Reserved.