|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleLineSymbol.STYLE | |
|---|---|
| com.esri.core.symbol | Provides different types of symbols used to represent geometries. |
| Uses of SimpleLineSymbol.STYLE in com.esri.core.symbol |
|---|
| Methods in com.esri.core.symbol that return SimpleLineSymbol.STYLE | |
|---|---|
static SimpleLineSymbol.STYLE |
SimpleLineSymbol.STYLE.fromString(String style)
Returns the STYLE constant using specified style text. |
SimpleLineSymbol.STYLE |
SimpleLineSymbol.getStyle()
Gets the line style. |
static SimpleLineSymbol.STYLE |
SimpleLineSymbol.STYLE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SimpleLineSymbol.STYLE[] |
SimpleLineSymbol.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 SimpleLineSymbol.STYLE | |
|---|---|
void |
SimpleLineSymbol.setStyle(SimpleLineSymbol.STYLE style)
Sets the line style. |
| Constructors in com.esri.core.symbol with parameters of type SimpleLineSymbol.STYLE | |
|---|---|
SimpleLineSymbol(int color,
float width,
SimpleLineSymbol.STYLE style)
Instantiates a SimpleLineSymbol with the given color, width, and style. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||