Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
static PolylineStyle |
PolylineStyle.getDefault()
Get the enum constant that is considered to be the default.
|
static PolylineStyle |
PolylineStyle.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
PolylineStyle |
PolylinePrimitive.getLineStyle()
Gets the style of the line.
|
static PolylineStyle |
PolylineStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolylineStyle[] |
PolylineStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PolylinePrimitive.setLineStyle(PolylineStyle style)
Sets the style of the line.
|