Uses of Class
com.esri.core.symbol.SimpleFillSymbol.Style

Packages that use SimpleFillSymbol.Style
com.esri.core.symbol Provides different types of symbols used to represent geometries. 
 

Uses of SimpleFillSymbol.Style in com.esri.core.symbol
 

Methods in com.esri.core.symbol that return SimpleFillSymbol.Style
static SimpleFillSymbol.Style SimpleFillSymbol.Style.fromString(String v)
           
 SimpleFillSymbol.Style SimpleFillSymbol.getStyle()
          Gets the fill style.
static SimpleFillSymbol.Style SimpleFillSymbol.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleFillSymbol.Style[] SimpleFillSymbol.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 SimpleFillSymbol.Style
 void SimpleFillSymbol.setStyle(SimpleFillSymbol.Style style)
          Sets the fill style.
 

Constructors in com.esri.core.symbol with parameters of type SimpleFillSymbol.Style
SimpleFillSymbol(Color color, SimpleLineSymbol simpleLineSymbol, SimpleFillSymbol.Style style)
          Instantiates an object of SimpleFillSymbol with given color, line symbol, and style of fill.
 



Copyright © 2012. All Rights Reserved.