| Package | Description | 
|---|---|
| agi.foundation.platforms | 
 Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc. 
 | 
| agi.foundation.platforms.advanced | 
 Defines less commonly used types in modeling various mechanical platforms such as Satellites, Facilities, Aircraft, etc. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AccessQueryGraphicsParameter<T>
A  
GraphicsParameter which maps the result of an
 AccessQuery to different values depending on
 access availability. | 
class  | 
AxesGraphicsParameter
A  
GraphicsParameter which evaluates a specified Axes (get / set)
 and returns the resulting UnitQuaternion relative to the provided InAxes (get / set). | 
class  | 
ConstantGraphicsParameter<T>
A  
GraphicsParameter which does not change over time. | 
class  | 
GraphicsParameterFormatter
A  
GraphicsParameter which formats the results
 of other parameters into a string | 
class  | 
GraphicsParameterTransform<TInput,TOutput>
A  
GraphicsParameter which transforms the result of an
 input parameter using a callback function. | 
class  | 
PointGraphicsParameter
 | 
class  | 
ScalarGraphicsParameter
 | 
class  | 
TimeIntervalGraphicsParameter<T>
A  
GraphicsParameter which takes an 
 TimeIntervalCollection1 and creates an Evaluator
 which returns the value of Data (get)
 at the time of evaluation. | 
class  | 
VectorGraphicsParameter
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<IGraphicsParameter> | 
GraphicsParameterFormatter.getParameters()
 | 
| Constructor and Description | 
|---|
GraphicsParameterFormatter(String formatString,
                          IGraphicsParameter... parameters)
Creates a new instance using the specified parameters. 
 | 
| Constructor and Description | 
|---|
GraphicsParameterFormatter(String formatString,
                          Iterable<? extends IGraphicsParameter> parameters)
Creates a new instance using the specified parameters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GraphicsParameter<T>
Base class for all graphics parameters, which define the individual
 properties of graphics over time. 
 |