Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
agi.foundation.tracking |
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
|
Modifier and Type | Method and Description |
---|---|
static OutlineAppearance |
OutlineAppearance.getDefault()
Get the enum constant that is considered to be the default.
|
static OutlineAppearance |
OutlineAppearance.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
OutlineAppearance |
SolidPrimitive.getOutlineAppearance()
Gets the outline's appearance.
|
static OutlineAppearance |
OutlineAppearance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutlineAppearance[] |
OutlineAppearance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SolidPrimitive.setOutlineAppearance(OutlineAppearance value)
Sets the outline's appearance.
|
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<OutlineAppearance> |
SolidGraphics.getOutlineAppearance()
Gets a parameter defining the solid outline appearance.
|
Modifier and Type | Method and Description |
---|---|
void |
SolidGraphics.setOutlineAppearance(GraphicsParameter<OutlineAppearance> value)
Sets a parameter defining the solid outline appearance.
|
Modifier and Type | Method and Description |
---|---|
OutlineAppearance |
SensorFieldOfViewVisualizer.getVolumeOutlineAppearance()
Gets a value defining the volume outline appearance.
|
Modifier and Type | Method and Description |
---|---|
void |
SensorFieldOfViewVisualizer.setVolumeOutlineAppearance(OutlineAppearance value)
Sets a value defining the volume outline appearance.
|