Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
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 |
---|---|
GraphicsFont |
TextBatchPrimitive.getFont()
Gets the font used to render the text batch.
|
Constructor and Description |
---|
AxesPrimitive(ReferenceFrame sys,
Axes axes,
GraphicsFont font)
Initializes an axes primitive with the specified ISystem
sys as its source. |
TextBatchPrimitive(GraphicsFont font)
Initializes a marker batch primitive with the specified
font . |
TextBatchPrimitive(GraphicsFont font,
SetHint setHint)
Initializes a marker batch primitive with the specified
font
and setHint . |
TextBatchPrimitive(GraphicsFont font,
SetHint setHint,
boolean renderInScreenSpace)
Initializes a text batch primitive with the specified
font
and setHint , optimized for 2d screen space rendering. |
VectorPrimitive(ReferenceFrame sys,
Vector dir,
GraphicsFont font)
Initializes a vector primitive with the specified ISystem
sys as its source and pointing in direction dir . |
Modifier and Type | Method and Description |
---|---|
GraphicsFont |
LabelVisualizer.getFont()
Gets the
GraphicsFont to use to draw label text. |
Modifier and Type | Method and Description |
---|---|
void |
LabelVisualizer.setFont(GraphicsFont value)
Sets the
GraphicsFont to use to draw label text. |