public class TextGraphics extends Object
Constructor and Description |
---|
TextGraphics()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<Boolean> |
getAlignToPixel()
Gets a parameter indicating whether the text should be aligned to a pixel.
|
GraphicsParameter<Color> |
getColor()
Gets a parameter indicating the color of the text over time.
|
DisplayParameters |
getDisplayParameters()
Gets the visibility of the text over time.
|
GraphicsParameter<Cartesian> |
getEyeOffset()
Gets a parameter indicating the eye offset of the text over time.
|
GraphicsParameter<Font> |
getFont()
|
GraphicsParameter<Origin> |
getOrigin()
|
GraphicsParameter<Boolean> |
getOutline()
Gets whether or not to outline the text.
|
GraphicsParameter<Color> |
getOutlineColor()
Gets a parameter indicating the color and translucency of the text outline over time.
|
GraphicsParameter<PointF> |
getPixelOffset()
Gets a parameter indicating the pixel offset of the text over time.
|
GraphicsParameter<String> |
getText()
Gets a parameter indicating the value of the text over time.
|
GraphicsParameter<TextureFilter2D> |
getTextureFilter()
Gets a parameter indicating the
TextureFilter2D of the text over time. |
void |
setAlignToPixel(GraphicsParameter<Boolean> value)
Sets a parameter indicating whether the text should be aligned to a pixel.
|
void |
setColor(GraphicsParameter<Color> value)
Sets a parameter indicating the color of the text over time.
|
void |
setDisplayParameters(DisplayParameters value)
Sets the visibility of the text over time.
|
void |
setEyeOffset(GraphicsParameter<Cartesian> value)
Sets a parameter indicating the eye offset of the text over time.
|
void |
setFont(GraphicsParameter<Font> value)
|
void |
setOrigin(GraphicsParameter<Origin> value)
|
void |
setOutline(GraphicsParameter<Boolean> value)
Sets whether or not to outline the text.
|
void |
setOutlineColor(GraphicsParameter<Color> value)
Sets a parameter indicating the color and translucency of the text outline over time.
|
void |
setPixelOffset(GraphicsParameter<PointF> value)
Sets a parameter indicating the pixel offset of the text over time.
|
void |
setText(GraphicsParameter<String> value)
Sets a parameter indicating the value of the text over time.
|
void |
setTextureFilter(GraphicsParameter<TextureFilter2D> value)
Sets a parameter indicating the
TextureFilter2D of the text over time. |
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<Font> getFont()
public final void setFont(GraphicsParameter<Font> value)
public final GraphicsParameter<Cartesian> getEyeOffset()
public final void setEyeOffset(GraphicsParameter<Cartesian> value)
public final GraphicsParameter<Boolean> getOutline()
public final void setOutline(GraphicsParameter<Boolean> value)
public final GraphicsParameter<Color> getOutlineColor()
public final void setOutlineColor(GraphicsParameter<Color> 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<String> getText()
public final void setText(GraphicsParameter<String> value)
public final GraphicsParameter<TextureFilter2D> getTextureFilter()
TextureFilter2D
of the text over time.public final void setTextureFilter(GraphicsParameter<TextureFilter2D> value)
TextureFilter2D
of the text over time.public final DisplayParameters getDisplayParameters()
public final void setDisplayParameters(DisplayParameters value)