Constructor and Description |
---|
PointGraphics()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<Color> |
getColor()
Gets a parameter defining the color and translucency of the point over time.
|
GraphicsParameter<Boolean> |
getDisplayOutline()
Gets a parameter defining the display of the point outline over time.
|
DisplayParameters |
getDisplayParameters()
Gets the visibility of the point over time.
|
GraphicsParameter<Color> |
getOutlineColor()
Gets a parameter defining the outline color and translucency of the point over time.
|
GraphicsParameter<Float> |
getOutlineWidth()
Gets a parameter defining the outline width of the point over time.
|
GraphicsParameter<Float> |
getPixelSize()
Gets a parameter defining the size of the point in pixels over time.
|
void |
setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the point over time.
|
void |
setDisplayOutline(GraphicsParameter<Boolean> value)
Sets a parameter defining the display of the point outline over time.
|
void |
setDisplayParameters(DisplayParameters value)
Sets the visibility of the point over time.
|
void |
setOutlineColor(GraphicsParameter<Color> value)
Sets a parameter defining the outline color and translucency of the point over time.
|
void |
setOutlineWidth(GraphicsParameter<Float> value)
Sets a parameter defining the outline width of the point over time.
|
void |
setPixelSize(GraphicsParameter<Float> value)
Sets a parameter defining the size of the point in pixels over time.
|
public final GraphicsParameter<Color> getColor()
public final void setColor(GraphicsParameter<Color> value)
public final GraphicsParameter<Boolean> getDisplayOutline()
public final void setDisplayOutline(GraphicsParameter<Boolean> value)
public final GraphicsParameter<Color> getOutlineColor()
public final void setOutlineColor(GraphicsParameter<Color> value)
public final GraphicsParameter<Float> getOutlineWidth()
public final void setOutlineWidth(GraphicsParameter<Float> value)
public final GraphicsParameter<Float> getPixelSize()
public final void setPixelSize(GraphicsParameter<Float> value)
public final DisplayParameters getDisplayParameters()
public final void setDisplayParameters(DisplayParameters value)