Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol |
Modifier and Type | Method and Description |
---|---|
SimpleFillSymbol.StyleType |
SimpleFillSymbol.getStyle()
The fill style.
|
static SimpleFillSymbol.StyleType |
SimpleFillSymbol.StyleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleFillSymbol.StyleType[] |
SimpleFillSymbol.StyleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFillSymbol |
SimpleFillSymbol.create(SimpleFillSymbol.StyleType style,
SimpleLineSymbol outline,
Color color)
Creates a new SimpleFillSymbol object with parameters.
|
SimpleFillSymbol |
SimpleFillSymbol.setStyle(SimpleFillSymbol.StyleType style)
Sets the fill symbol style.
|