public class MarkerGraphics extends Object
Constructor and Description |
---|
MarkerGraphics()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<Boolean> |
getAlignToPixel()
Gets a parameter indicating whether the marker should be aligned to a pixel.
|
GraphicsParameter<Color> |
getColor()
Gets a parameter indicating the color of the marker over time.
|
DisplayParameters |
getDisplayParameters()
Gets the visibility of the marker over time.
|
GraphicsParameter<Cartesian> |
getEyeOffset()
Gets a parameter indicating the eye offset of the marker over time.
|
GraphicsParameter<Origin> |
getOrigin()
Gets a parameter indicating the origin of the marker over time.
|
GraphicsParameter<PointF> |
getPixelOffset()
Gets a parameter indicating the pixel offset of the marker over time.
|
GraphicsParameter<MarkerBatchRenderPass> |
getRenderPass()
Gets a parameter indicating the
MarkerBatchRenderPass of the marker over time. |
GraphicsParameter<Double> |
getRotation()
Gets a parameter indicating the rotation of the marker over time.
|
GraphicsParameter<DimensionF> |
getSize()
Gets a parameter indicating the size of the marker over time.
|
GraphicsParameter<MarkerBatchUnit> |
getSizeUnit()
Gets a parameter indicating the
MarkerBatchUnit of the marker over time. |
GraphicsParameter<Texture2D> |
getTexture()
Gets a parameter indicating the
Texture2D of the marker over time. |
GraphicsParameter<TextureFilter2D> |
getTextureFilter()
Gets a parameter indicating the
TextureFilter2D of the marker over time. |
GraphicsParameter<Boolean> |
getWireframe()
Gets a parameter indicating whether to draw the marker as a wireframe.
|
void |
setAlignToPixel(GraphicsParameter<Boolean> value)
Sets a parameter indicating whether the marker should be aligned to a pixel.
|
void |
setColor(GraphicsParameter<Color> value)
Sets a parameter indicating the color of the marker over time.
|
void |
setDisplayParameters(DisplayParameters value)
Sets the visibility of the marker over time.
|
void |
setEyeOffset(GraphicsParameter<Cartesian> value)
Sets a parameter indicating the eye offset of the marker over time.
|
void |
setOrigin(GraphicsParameter<Origin> value)
Sets a parameter indicating the origin of the marker over time.
|
void |
setPixelOffset(GraphicsParameter<PointF> value)
Sets a parameter indicating the pixel offset of the marker over time.
|
void |
setRenderPass(GraphicsParameter<MarkerBatchRenderPass> value)
Sets a parameter indicating the
MarkerBatchRenderPass of the marker over time. |
void |
setRotation(GraphicsParameter<Double> value)
Sets a parameter indicating the rotation of the marker over time.
|
void |
setSize(GraphicsParameter<DimensionF> value)
Sets a parameter indicating the size of the marker over time.
|
void |
setSizeUnit(GraphicsParameter<MarkerBatchUnit> value)
Sets a parameter indicating the
MarkerBatchUnit of the marker over time. |
void |
setTexture(GraphicsParameter<Texture2D> value)
Sets a parameter indicating the
Texture2D of the marker over time. |
void |
setTextureFilter(GraphicsParameter<TextureFilter2D> value)
Sets a parameter indicating the
TextureFilter2D of the marker over time. |
void |
setWireframe(GraphicsParameter<Boolean> value)
Sets a parameter indicating whether to draw the marker as a wireframe.
|
public final GraphicsParameter<Boolean> getAlignToPixel()
public final void setAlignToPixel(GraphicsParameter<Boolean> value)
public final GraphicsParameter<Color> getColor()
public final void setColor(GraphicsParameter<Color> value)
public final GraphicsParameter<Cartesian> getEyeOffset()
public final void setEyeOffset(GraphicsParameter<Cartesian> value)
public final GraphicsParameter<Origin> getOrigin()
public final void setOrigin(GraphicsParameter<Origin> value)
public final GraphicsParameter<PointF> getPixelOffset()
public final void setPixelOffset(GraphicsParameter<PointF> value)
public final GraphicsParameter<Double> getRotation()
public final void setRotation(GraphicsParameter<Double> value)
public final GraphicsParameter<DimensionF> getSize()
Texture2D
used.public final void setSize(GraphicsParameter<DimensionF> value)
Texture2D
used.public final GraphicsParameter<MarkerBatchUnit> getSizeUnit()
MarkerBatchUnit
of the marker over time.public final void setSizeUnit(GraphicsParameter<MarkerBatchUnit> value)
MarkerBatchUnit
of the marker over time.public final GraphicsParameter<Texture2D> getTexture()
Texture2D
of the marker over time.public final void setTexture(GraphicsParameter<Texture2D> value)
Texture2D
of the marker over time.public final GraphicsParameter<TextureFilter2D> getTextureFilter()
TextureFilter2D
of the marker over time.public final void setTextureFilter(GraphicsParameter<TextureFilter2D> value)
TextureFilter2D
of the marker over time.public final GraphicsParameter<MarkerBatchRenderPass> getRenderPass()
MarkerBatchRenderPass
of the marker over time.public final void setRenderPass(GraphicsParameter<MarkerBatchRenderPass> value)
MarkerBatchRenderPass
of the marker over time.public final GraphicsParameter<Boolean> getWireframe()
public final void setWireframe(GraphicsParameter<Boolean> value)
public final DisplayParameters getDisplayParameters()
public final void setDisplayParameters(DisplayParameters value)