Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol |
Modifier and Type | Method and Description |
---|---|
SimpleLineSymbol.StyleType |
SimpleLineSymbol.getStyle()
The line style.
|
static SimpleLineSymbol.StyleType |
SimpleLineSymbol.StyleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleLineSymbol.StyleType[] |
SimpleLineSymbol.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 SimpleLineSymbol |
SimpleLineSymbol.create(SimpleLineSymbol.StyleType style,
Color color,
int width)
Creates a new SimpleLineSymbol object with parameters.
|
static CartographicLineSymbol |
CartographicLineSymbol.create(SimpleLineSymbol.StyleType style,
Color color,
int width,
CartographicLineSymbol.CapType cap,
CartographicLineSymbol.JoinType join,
int miterLimit)
Creates a new CartographicLineSymbol object with parameters.
|
SimpleFillSymbol |
SimpleLineSymbol.setStyle(SimpleLineSymbol.StyleType style)
Sets the line symbol style.
|