| 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 | 
|---|---|
PointF | 
TextBatchPrimitiveOptionalParameters.getPixelOffset()
Gets the per-batch pixel offset, which is applied to each string in the text batch. 
 | 
PointF | 
MarkerBatchPrimitive.getPixelOffset()
Gets the per-batch pixel offset, which is applied to each marker in the batch. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextBatchPrimitiveOptionalParameters.setPixelOffset(PointF value)
Sets the per-batch pixel offset, which is applied to each string in the text batch. 
 | 
void | 
MarkerBatchPrimitive.setPixelOffset(PointF value)
Sets the per-batch pixel offset, which is applied to each marker in the batch. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextBatchPrimitiveOptionalParameters.setPixelOffsets(Iterable<PointF> pixelOffsets)
Defines a collection of pixel offsets, one for each string in the batch. 
 | 
void | 
MarkerBatchPrimitiveOptionalParameters.setPixelOffsets(Iterable<PointF> pixelOffsets)
Defines a collection of pixel offsets, one for each marker in the batch. 
 | 
void | 
TriangleMeshPrimitiveOptionalParameters.setTextureCoordinates(Iterable<PointF> textureCoordinates)
Defines a collection of texture coordinates. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GraphicsParameter<PointF> | 
TextGraphics.getPixelOffset()
Gets a parameter indicating the pixel offset of the text over time. 
 | 
GraphicsParameter<PointF> | 
MarkerGraphics.getPixelOffset()
Gets a parameter indicating the pixel offset of the marker over time. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextGraphics.setPixelOffset(GraphicsParameter<PointF> value)
Sets a parameter indicating the pixel offset of the text over time. 
 | 
void | 
MarkerGraphics.setPixelOffset(GraphicsParameter<PointF> value)
Sets a parameter indicating the pixel offset of the marker over time. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PointF | 
MarkerVisualizer.getPixelOffset()
Gets the pixel offset of each marker from the position of the entity. 
 | 
PointF | 
LabelVisualizer.getPixelOffset()
Gets the pixel offset of each label from the position of the entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MarkerVisualizer.setPixelOffset(PointF value)
Sets the pixel offset of each marker from the position of the entity. 
 | 
void | 
LabelVisualizer.setPixelOffset(PointF value)
Sets the pixel offset of each label from the position of the entity. 
 |