public class ExtrudableLineGraphics extends LineGraphics
Constructor and Description |
---|
ExtrudableLineGraphics()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<Color> |
getExtrusionColor()
Gets a parameter defining the color and translucency of the extrusion over time.
|
DisplayParameters |
getExtrusionDisplayParameters()
Gets the visibility of the extrusion.
|
GraphicsParameter<Double> |
getLowerHeight()
Gets a parameter defining the lower height of the extrusion over time.
|
GraphicsParameter<Double> |
getUpperHeight()
Gets a parameter defining the upper height of the extrusion over time.
|
GraphicsParameter<Boolean> |
getWireframe()
Gets a parameter indicating whether the extrusion should be drawn as wireframe.
|
void |
setExtrusionColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the extrusion over time.
|
void |
setExtrusionDisplayParameters(DisplayParameters value)
Sets the visibility of the extrusion.
|
void |
setLowerHeight(GraphicsParameter<Double> value)
Sets a parameter defining the lower height of the extrusion over time.
|
void |
setUpperHeight(GraphicsParameter<Double> value)
Sets a parameter defining the upper height of the extrusion over time.
|
void |
setWireframe(GraphicsParameter<Boolean> value)
Sets a parameter indicating whether the extrusion should be drawn as wireframe.
|
getColor, getDisplayOutline, getDisplayParameters, getOutlineColor, getOutlineWidth, getWidth, setColor, setDisplayOutline, setDisplayParameters, setOutlineColor, setOutlineWidth, setWidth
public ExtrudableLineGraphics()
public final GraphicsParameter<Double> getLowerHeight()
public final void setLowerHeight(GraphicsParameter<Double> value)
public final GraphicsParameter<Double> getUpperHeight()
public final void setUpperHeight(GraphicsParameter<Double> value)
public final GraphicsParameter<Color> getExtrusionColor()
public final void setExtrusionColor(GraphicsParameter<Color> value)
public final DisplayParameters getExtrusionDisplayParameters()
public final void setExtrusionDisplayParameters(DisplayParameters value)
public final GraphicsParameter<Boolean> getWireframe()
public final void setWireframe(GraphicsParameter<Boolean> value)