public class LineGraphics extends Object
| Constructor and Description | 
|---|
LineGraphics()
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GraphicsParameter<Color> | 
getColor()
Gets a parameter defining the color and translucency of the line over time. 
 | 
GraphicsParameter<Boolean> | 
getDisplayOutline()
Gets a parameter defining the display of the line over time. 
 | 
DisplayParameters | 
getDisplayParameters()
Gets the visibility of the line over time. 
 | 
GraphicsParameter<Color> | 
getOutlineColor()
Gets a parameter defining the outline color and translucency of the line over time. 
 | 
GraphicsParameter<Float> | 
getOutlineWidth()
Gets a parameter defining the width of the line over time. 
 | 
GraphicsParameter<Float> | 
getWidth()
Gets a parameter defining the width of the line over time. 
 | 
void | 
setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the line over time. 
 | 
void | 
setDisplayOutline(GraphicsParameter<Boolean> value)
Sets a parameter defining the display of the line over time. 
 | 
void | 
setDisplayParameters(DisplayParameters value)
Sets the visibility of the line over time. 
 | 
void | 
setOutlineColor(GraphicsParameter<Color> value)
Sets a parameter defining the outline color and translucency of the line over time. 
 | 
void | 
setOutlineWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the line over time. 
 | 
void | 
setWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the line over time. 
 | 
public final GraphicsParameter<Color> getColor()
public final void setColor(GraphicsParameter<Color> value)
public final DisplayParameters getDisplayParameters()
public final void setDisplayParameters(DisplayParameters 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> getWidth()
public final void setWidth(GraphicsParameter<Float> value)