| 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 | 
|---|---|
GraphicsParameter<Boolean> | 
SolidGraphics.getAffectedByLighting()
Gets a parameter defining whether the solid is affected by lighting. 
 | 
GraphicsParameter<Boolean> | 
TextGraphics.getAlignToPixel()
Gets a parameter indicating whether the text should be aligned to a pixel. 
 | 
GraphicsParameter<Boolean> | 
MarkerGraphics.getAlignToPixel()
Gets a parameter indicating whether the marker should be aligned to a pixel. 
 | 
GraphicsParameter<Integer> | 
FieldOfViewCentralBodyProjectionGraphicsExtension.getApproximateSamplesPerBoundary()
Gets a parameter defining the approximate number of samples to use in the triangulation of each
     
SensorProjectionBoundary. | 
GraphicsParameter<Color> | 
SolidGraphics.getBackLineColor()
Gets a parameter defining the colors of the back lines of the solid. 
 | 
GraphicsParameter<Float> | 
SolidGraphics.getBackLineWidth()
Gets a parameter defining the width of the back lines of the solid. 
 | 
GraphicsParameter<Color> | 
TriangleMeshGraphics.getColor()
Gets a parameter defining the color of the mesh. 
 | 
GraphicsParameter<Color> | 
TextGraphics.getColor()
Gets a parameter indicating the color of the text over time. 
 | 
GraphicsParameter<Color> | 
SurfaceGraphics.getColor()
Gets a parameter defining the color and translucency of the surface over time. 
 | 
GraphicsParameter<Color> | 
SolidGraphics.getColor()
Gets a parameter defining the color of the solid. 
 | 
GraphicsParameter<Color> | 
PointGraphics.getColor()
Gets a parameter defining the color and translucency of the point over time. 
 | 
GraphicsParameter<Color> | 
ModelGraphics.getColor()
Gets a parameter defining the color of the model over time. 
 | 
GraphicsParameter<Color> | 
MarkerGraphics.getColor()
Gets a parameter indicating the color of the marker over time. 
 | 
GraphicsParameter<Color> | 
LineGraphics.getColor()
Gets a parameter defining the color and translucency of the line over time. 
 | 
GraphicsParameter<Boolean> | 
DisplayParameters.getDisplay()
Gets the parameter indicating when the object should be
    displayed. 
 | 
GraphicsParameter<Boolean> | 
FieldOfViewCentralBodyProjectionGraphicsExtension.getDisplayEndCap()
Gets a parameter defining if a projection end cap is displayed. 
 | 
GraphicsParameter<Boolean> | 
SolidGraphics.getDisplayFill()
Gets a parameter defining if the solid is filled. 
 | 
GraphicsParameter<Boolean> | 
SolidGraphics.getDisplayOutline()
Gets a parameter defining if the solid is outlined. 
 | 
GraphicsParameter<Boolean> | 
PointGraphics.getDisplayOutline()
Gets a parameter defining the display of the point outline over time. 
 | 
GraphicsParameter<Boolean> | 
LineGraphics.getDisplayOutline()
Gets a parameter defining the display of the line over time. 
 | 
GraphicsParameter<Boolean> | 
SolidGraphics.getDisplaySilhouette()
Gets a parameter defining if the solid silhouette is displayed. 
 | 
GraphicsParameter<Color> | 
ExtrudableLineGraphics.getExtrusionColor()
Gets a parameter defining the color and translucency of the extrusion over time. 
 | 
GraphicsParameter<Cartesian> | 
TextGraphics.getEyeOffset()
Gets a parameter indicating the eye offset of the text over time. 
 | 
GraphicsParameter<Cartesian> | 
MarkerGraphics.getEyeOffset()
Gets a parameter indicating the eye offset of the marker over time. 
 | 
GraphicsParameter<Font> | 
TextGraphics.getFont()
 | 
GraphicsParameter<Double> | 
VectorGraphics.getLength()
Gets a parameter defining the length of the vector. 
 | 
GraphicsParameter<Double> | 
ExtrudableLineGraphics.getLowerHeight()
Gets a parameter defining the lower height of the extrusion over time. 
 | 
GraphicsParameter<Double> | 
DisplayParameters.getMaximumDistance()
Gets the parameter indicating the maximum distance from
    the  
Camera that the object can be and still be drawn. | 
GraphicsParameter<Integer> | 
DisplayParameters.getMaximumPixelSize()
Gets the parameter indicating the maximum pixel size that
    the object can be and still be drawn. 
 | 
GraphicsParameter<Double> | 
DisplayParameters.getMinimumDistance()
Gets the parameter indicating the minimum distance from the
     
Camera that the object must be before it is drawn. | 
GraphicsParameter<Integer> | 
DisplayParameters.getMinimumPixelSize()
Gets the minimum pixel size the object must be in order
    to be drawn. 
 | 
GraphicsParameter<Origin> | 
TextGraphics.getOrigin()
 | 
GraphicsParameter<Origin> | 
MarkerGraphics.getOrigin()
Gets a parameter indicating the origin of the marker over time. 
 | 
GraphicsParameter<Boolean> | 
TextGraphics.getOutline()
Gets whether or not to outline the text. 
 | 
GraphicsParameter<OutlineAppearance> | 
SolidGraphics.getOutlineAppearance()
Gets a parameter defining the solid outline appearance. 
 | 
GraphicsParameter<Color> | 
TextGraphics.getOutlineColor()
Gets a parameter indicating the color and translucency of the text outline over time. 
 | 
GraphicsParameter<Color> | 
SolidGraphics.getOutlineColor()
Gets a parameter defining the color and translucency of the outline. 
 | 
GraphicsParameter<Color> | 
PointGraphics.getOutlineColor()
Gets a parameter defining the outline color and translucency of the point over time. 
 | 
GraphicsParameter<Color> | 
LineGraphics.getOutlineColor()
Gets a parameter defining the outline color and translucency of the line over time. 
 | 
GraphicsParameter<Float> | 
SolidGraphics.getOutlineWidth()
Gets a parameter defining the width of the outline. 
 | 
GraphicsParameter<Float> | 
PointGraphics.getOutlineWidth()
Gets a parameter defining the outline width of the point over time. 
 | 
GraphicsParameter<Float> | 
LineGraphics.getOutlineWidth()
Gets a parameter defining the width of the line over time. 
 | 
GraphicsParameter<TInput> | 
GraphicsParameterTransform.getParameter()
Gets the parameter to transform. 
 | 
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. 
 | 
GraphicsParameter<Float> | 
PointGraphics.getPixelSize()
Gets a parameter defining the size of the point in pixels over time. 
 | 
GraphicsParameter<Double> | 
AzimuthElevationMaskGraphics.getRange()
Gets a parameter defining the range of the mask. 
 | 
GraphicsParameter<MarkerBatchRenderPass> | 
MarkerGraphics.getRenderPass()
Gets a parameter indicating the  
MarkerBatchRenderPass of the marker over time. | 
GraphicsParameter<Double> | 
MarkerGraphics.getRotation()
Gets a parameter indicating the rotation of the marker over time. 
 | 
GraphicsParameter<Cartesian> | 
SolidGraphics.getScale()
Gets a parameter defining the scale of the solid. 
 | 
GraphicsParameter<Double> | 
ModelGraphics.getScale()
Gets a parameter defining the scale of the model over time. 
 | 
GraphicsParameter<Iterable<Scene>> | 
DisplayParameters.getScenes()
Gets the the parameter indicating the list of
     
Scenes that the object should be displayed
    in. | 
GraphicsParameter<Color> | 
SolidGraphics.getSilhouetteColor()
Gets a parameter defining the silhouette color and translucency of the solid. 
 | 
GraphicsParameter<Float> | 
SolidGraphics.getSilhouetteWidth()
Gets a parameter defining the width of the silhouette of the solid. 
 | 
GraphicsParameter<DimensionF> | 
MarkerGraphics.getSize()
Gets a parameter indicating the size of the marker over time. 
 | 
GraphicsParameter<MarkerBatchUnit> | 
MarkerGraphics.getSizeUnit()
Gets a parameter indicating the  
MarkerBatchUnit of the marker over time. | 
GraphicsParameter<String> | 
TextGraphics.getText()
Gets a parameter indicating the value of the text over time. 
 | 
GraphicsParameter<Texture2D> | 
SurfaceGraphics.getTexture()
Gets a parameter defining the  
Texture2D of the surface over time. | 
GraphicsParameter<Texture2D> | 
MarkerGraphics.getTexture()
Gets a parameter indicating the  
Texture2D of the marker over time. | 
GraphicsParameter<TextureFilter2D> | 
TextGraphics.getTextureFilter()
Gets a parameter indicating the  
TextureFilter2D of the text over time. | 
GraphicsParameter<TextureFilter2D> | 
SurfaceGraphics.getTextureFilter()
Gets a parameter defining the  
TextureFilter2D of the surface over time. | 
GraphicsParameter<TextureFilter2D> | 
MarkerGraphics.getTextureFilter()
Gets a parameter indicating the  
TextureFilter2D of the marker over time. | 
GraphicsParameter<TextureMatrix> | 
SurfaceGraphics.getTextureMatrix()
 | 
GraphicsParameter<Boolean> | 
SurfaceGraphics.getTransparentTextureBorder()
Gets a parameter defining whether the border of a transparent texture should be drawn, over time. 
 | 
GraphicsParameter<ModelUpAxis> | 
ModelGraphics.getUpAxis()
Gets a parameter defining the up axis of the model over time. 
 | 
GraphicsParameter<Double> | 
ExtrudableLineGraphics.getUpperHeight()
Gets a parameter defining the upper height of the extrusion over time. 
 | 
GraphicsParameter<URI> | 
ModelGraphics.getUri()
 | 
GraphicsParameter<Double> | 
Articulation.getValue()
Gets the parameter defining the value of the transformation over time. 
 | 
GraphicsParameter<Double> | 
VectorGraphics.getWidth()
Gets a parameter defining the width of the vector. 
 | 
GraphicsParameter<Float> | 
LineGraphics.getWidth()
Gets a parameter defining the width of the line over time. 
 | 
GraphicsParameter<Boolean> | 
TriangleMeshGraphics.getWireframe()
Gets a parameter defining whether the mesh should be displayed as a wireframe. 
 | 
GraphicsParameter<Boolean> | 
SurfaceGraphics.getWireframe()
Gets a parameter defining whether the area should be drawn as a wireframe over time. 
 | 
GraphicsParameter<Boolean> | 
MarkerGraphics.getWireframe()
Gets a parameter indicating whether to draw the marker as a wireframe. 
 | 
GraphicsParameter<Boolean> | 
ExtrudableLineGraphics.getWireframe()
Gets a parameter indicating whether the extrusion should be drawn as wireframe. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
VectorGraphicsParameter.checkForSameDefinition(GraphicsParameter<Cartesian> other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
PointGraphicsParameter.checkForSameDefinition(GraphicsParameter<Cartesian> other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
ScalarGraphicsParameter.checkForSameDefinition(GraphicsParameter<Double> other)  | 
protected boolean | 
GraphicsParameterFormatter.checkForSameDefinition(GraphicsParameter<String> other)  | 
protected boolean | 
TimeIntervalGraphicsParameter.checkForSameDefinition(GraphicsParameter<T> other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
ConstantGraphicsParameter.checkForSameDefinition(GraphicsParameter<T> other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
AccessQueryGraphicsParameter.checkForSameDefinition(GraphicsParameter<T> other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
GraphicsParameterTransform.checkForSameDefinition(GraphicsParameter<TOutput> other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
AxesGraphicsParameter.checkForSameDefinition(GraphicsParameter<UnitQuaternion> other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
void | 
SolidGraphics.setAffectedByLighting(GraphicsParameter<Boolean> value)
Sets a parameter defining whether the solid is affected by lighting. 
 | 
void | 
TextGraphics.setAlignToPixel(GraphicsParameter<Boolean> value)
Sets a parameter indicating whether the text should be aligned to a pixel. 
 | 
void | 
MarkerGraphics.setAlignToPixel(GraphicsParameter<Boolean> value)
Sets a parameter indicating whether the marker should be aligned to a pixel. 
 | 
void | 
FieldOfViewCentralBodyProjectionGraphicsExtension.setApproximateSamplesPerBoundary(GraphicsParameter<Integer> value)
Sets a parameter defining the approximate number of samples to use in the triangulation of each
     
SensorProjectionBoundary. | 
void | 
SolidGraphics.setBackLineColor(GraphicsParameter<Color> value)
Sets a parameter defining the colors of the back lines of the solid. 
 | 
void | 
SolidGraphics.setBackLineWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the back lines of the solid. 
 | 
void | 
TriangleMeshGraphics.setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color of the mesh. 
 | 
void | 
TextGraphics.setColor(GraphicsParameter<Color> value)
Sets a parameter indicating the color of the text over time. 
 | 
void | 
SurfaceGraphics.setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the surface over time. 
 | 
void | 
SolidGraphics.setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color of the solid. 
 | 
void | 
PointGraphics.setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the point over time. 
 | 
void | 
ModelGraphics.setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color of the model over time. 
 | 
void | 
MarkerGraphics.setColor(GraphicsParameter<Color> value)
Sets a parameter indicating the color of the marker over time. 
 | 
void | 
LineGraphics.setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the line over time. 
 | 
void | 
DisplayParameters.setDisplay(GraphicsParameter<Boolean> value)
Sets the parameter indicating when the object should be
    displayed. 
 | 
void | 
FieldOfViewCentralBodyProjectionGraphicsExtension.setDisplayEndCap(GraphicsParameter<Boolean> value)
Sets a parameter defining if a projection end cap is displayed. 
 | 
void | 
SolidGraphics.setDisplayFill(GraphicsParameter<Boolean> value)
Sets a parameter defining if the solid is filled. 
 | 
void | 
SolidGraphics.setDisplayOutline(GraphicsParameter<Boolean> value)
Sets a parameter defining if the solid is outlined. 
 | 
void | 
PointGraphics.setDisplayOutline(GraphicsParameter<Boolean> value)
Sets a parameter defining the display of the point outline over time. 
 | 
void | 
LineGraphics.setDisplayOutline(GraphicsParameter<Boolean> value)
Sets a parameter defining the display of the line over time. 
 | 
void | 
SolidGraphics.setDisplaySilhouette(GraphicsParameter<Boolean> value)
Sets a parameter defining if the solid silhouette is displayed. 
 | 
void | 
ExtrudableLineGraphics.setExtrusionColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the extrusion over time. 
 | 
void | 
TextGraphics.setEyeOffset(GraphicsParameter<Cartesian> value)
Sets a parameter indicating the eye offset of the text over time. 
 | 
void | 
MarkerGraphics.setEyeOffset(GraphicsParameter<Cartesian> value)
Sets a parameter indicating the eye offset of the marker over time. 
 | 
void | 
TextGraphics.setFont(GraphicsParameter<Font> value)
 | 
void | 
VectorGraphics.setLength(GraphicsParameter<Double> value)
Sets a parameter defining the length of the vector. 
 | 
void | 
ExtrudableLineGraphics.setLowerHeight(GraphicsParameter<Double> value)
Sets a parameter defining the lower height of the extrusion over time. 
 | 
void | 
DisplayParameters.setMaximumDistance(GraphicsParameter<Double> value)
Sets the parameter indicating the maximum distance from
    the  
Camera that the object can be and still be drawn. | 
void | 
DisplayParameters.setMaximumPixelSize(GraphicsParameter<Integer> value)
Sets the parameter indicating the maximum pixel size that
    the object can be and still be drawn. 
 | 
void | 
DisplayParameters.setMinimumDistance(GraphicsParameter<Double> value)
Sets the parameter indicating the minimum distance from the
     
Camera that the object must be before it is drawn. | 
void | 
DisplayParameters.setMinimumPixelSize(GraphicsParameter<Integer> value)
Sets the minimum pixel size the object must be in order
    to be drawn. 
 | 
void | 
TextGraphics.setOrigin(GraphicsParameter<Origin> value)
 | 
void | 
MarkerGraphics.setOrigin(GraphicsParameter<Origin> value)
Sets a parameter indicating the origin of the marker over time. 
 | 
void | 
TextGraphics.setOutline(GraphicsParameter<Boolean> value)
Sets whether or not to outline the text. 
 | 
void | 
SolidGraphics.setOutlineAppearance(GraphicsParameter<OutlineAppearance> value)
Sets a parameter defining the solid outline appearance. 
 | 
void | 
TextGraphics.setOutlineColor(GraphicsParameter<Color> value)
Sets a parameter indicating the color and translucency of the text outline over time. 
 | 
void | 
SolidGraphics.setOutlineColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the outline. 
 | 
void | 
PointGraphics.setOutlineColor(GraphicsParameter<Color> value)
Sets a parameter defining the outline color and translucency of the point over time. 
 | 
void | 
LineGraphics.setOutlineColor(GraphicsParameter<Color> value)
Sets a parameter defining the outline color and translucency of the line over time. 
 | 
void | 
SolidGraphics.setOutlineWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the outline. 
 | 
void | 
PointGraphics.setOutlineWidth(GraphicsParameter<Float> value)
Sets a parameter defining the outline width of the point over time. 
 | 
void | 
LineGraphics.setOutlineWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the line over time. 
 | 
void | 
GraphicsParameterTransform.setParameter(GraphicsParameter<TInput> value)
Sets the parameter to transform. 
 | 
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. 
 | 
void | 
PointGraphics.setPixelSize(GraphicsParameter<Float> value)
Sets a parameter defining the size of the point in pixels over time. 
 | 
void | 
AzimuthElevationMaskGraphics.setRange(GraphicsParameter<Double> value)
Sets a parameter defining the range of the mask. 
 | 
void | 
MarkerGraphics.setRenderPass(GraphicsParameter<MarkerBatchRenderPass> value)
Sets a parameter indicating the  
MarkerBatchRenderPass of the marker over time. | 
void | 
MarkerGraphics.setRotation(GraphicsParameter<Double> value)
Sets a parameter indicating the rotation of the marker over time. 
 | 
void | 
SolidGraphics.setScale(GraphicsParameter<Cartesian> value)
Sets a parameter defining the scale of the solid. 
 | 
void | 
ModelGraphics.setScale(GraphicsParameter<Double> value)
Sets a parameter defining the scale of the model over time. 
 | 
void | 
DisplayParameters.setScenes(GraphicsParameter<Iterable<Scene>> value)
Sets the the parameter indicating the list of
     
Scenes that the object should be displayed
    in. | 
void | 
SolidGraphics.setSilhouetteColor(GraphicsParameter<Color> value)
Sets a parameter defining the silhouette color and translucency of the solid. 
 | 
void | 
SolidGraphics.setSilhouetteWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the silhouette of the solid. 
 | 
void | 
MarkerGraphics.setSize(GraphicsParameter<DimensionF> value)
Sets a parameter indicating the size of the marker over time. 
 | 
void | 
MarkerGraphics.setSizeUnit(GraphicsParameter<MarkerBatchUnit> value)
Sets a parameter indicating the  
MarkerBatchUnit of the marker over time. | 
void | 
TextGraphics.setText(GraphicsParameter<String> value)
Sets a parameter indicating the value of the text over time. 
 | 
void | 
SurfaceGraphics.setTexture(GraphicsParameter<Texture2D> value)
Sets a parameter defining the  
Texture2D of the surface over time. | 
void | 
MarkerGraphics.setTexture(GraphicsParameter<Texture2D> value)
Sets a parameter indicating the  
Texture2D of the marker over time. | 
void | 
TextGraphics.setTextureFilter(GraphicsParameter<TextureFilter2D> value)
Sets a parameter indicating the  
TextureFilter2D of the text over time. | 
void | 
SurfaceGraphics.setTextureFilter(GraphicsParameter<TextureFilter2D> value)
Sets a parameter defining the  
TextureFilter2D of the surface over time. | 
void | 
MarkerGraphics.setTextureFilter(GraphicsParameter<TextureFilter2D> value)
Sets a parameter indicating the  
TextureFilter2D of the marker over time. | 
void | 
SurfaceGraphics.setTextureMatrix(GraphicsParameter<TextureMatrix> value)
 | 
void | 
SurfaceGraphics.setTransparentTextureBorder(GraphicsParameter<Boolean> value)
Sets a parameter defining whether the border of a transparent texture should be drawn, over time. 
 | 
void | 
ModelGraphics.setUpAxis(GraphicsParameter<ModelUpAxis> value)
Sets a parameter defining the up axis of the model over time. 
 | 
void | 
ExtrudableLineGraphics.setUpperHeight(GraphicsParameter<Double> value)
Sets a parameter defining the upper height of the extrusion over time. 
 | 
void | 
ModelGraphics.setUri(GraphicsParameter<URI> value)
 | 
void | 
Articulation.setValue(GraphicsParameter<Double> value)
Sets the parameter defining the value of the transformation over time. 
 | 
void | 
VectorGraphics.setWidth(GraphicsParameter<Double> value)
Sets a parameter defining the width of the vector. 
 | 
void | 
LineGraphics.setWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the line over time. 
 | 
void | 
TriangleMeshGraphics.setWireframe(GraphicsParameter<Boolean> value)
Sets a parameter defining whether the mesh should be displayed as a wireframe. 
 | 
void | 
SurfaceGraphics.setWireframe(GraphicsParameter<Boolean> value)
Sets a parameter defining whether the area should be drawn as a wireframe over time. 
 | 
void | 
MarkerGraphics.setWireframe(GraphicsParameter<Boolean> value)
Sets a parameter indicating whether to draw the marker as a wireframe. 
 | 
void | 
ExtrudableLineGraphics.setWireframe(GraphicsParameter<Boolean> value)
Sets a parameter indicating whether the extrusion should be drawn as wireframe. 
 | 
| Constructor and Description | 
|---|
GraphicsParameterTransform(GraphicsParameter<TInput> parameter,
                          Converter<TInput,TOutput> callback)
Initializes a new instance with the specified parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GraphicsParameter<Integer> | 
IFieldOfViewCentralBodyProjectionGraphicsService.getApproximateSamplesPerBoundary()
Gets a parameter defining the approximate number of samples to use in the triangulation of each
     
SensorProjectionBoundary. | 
GraphicsParameter<Boolean> | 
IFieldOfViewCentralBodyProjectionGraphicsService.getDisplayEndCap()
Gets a parameter defining if a projection end cap is displayed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
GraphicsParameter.checkForSameDefinition(GraphicsParameter<T> other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
boolean | 
GraphicsParameter.isSameDefinition(GraphicsParameter<T> other)
Determines if this object has the same definition as another object. 
 | 
void | 
IFieldOfViewCentralBodyProjectionGraphicsService.setApproximateSamplesPerBoundary(GraphicsParameter<Integer> value)
Sets a parameter defining the approximate number of samples to use in the triangulation of each
     
SensorProjectionBoundary. | 
void | 
IFieldOfViewCentralBodyProjectionGraphicsService.setDisplayEndCap(GraphicsParameter<Boolean> value)
Sets a parameter defining if a projection end cap is displayed. 
 | 
| Constructor and Description | 
|---|
GraphicsParameter(GraphicsParameter<T> existingInstance,
                 CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |