|
||||||||||
| 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 v)
|
SimpleLineSymbol.Style |
SimpleLineSymbol.getStyle()
Get the current 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)
Set the current line style |
| Constructors in com.esri.core.symbol with parameters of type SimpleLineSymbol.Style | |
|---|---|
SimpleLineSymbol(Color color,
float width,
SimpleLineSymbol.Style style)
Instantiates a SimpleLineSymbol with the given color, width and style. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||