public class SolidGraphics extends Object
| Constructor and Description | 
|---|
SolidGraphics()
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GraphicsParameter<Boolean> | 
getAffectedByLighting()
Gets a parameter defining whether the solid is affected by lighting. 
 | 
GraphicsParameter<Color> | 
getBackLineColor()
Gets a parameter defining the colors of the back lines of the solid. 
 | 
GraphicsParameter<Float> | 
getBackLineWidth()
Gets a parameter defining the width of the back lines of the solid. 
 | 
GraphicsParameter<Color> | 
getColor()
Gets a parameter defining the color of the solid. 
 | 
GraphicsParameter<Boolean> | 
getDisplayFill()
Gets a parameter defining if the solid is filled. 
 | 
GraphicsParameter<Boolean> | 
getDisplayOutline()
Gets a parameter defining if the solid is outlined. 
 | 
DisplayParameters | 
getDisplayParameters()
Gets the visibility of the area over time. 
 | 
GraphicsParameter<Boolean> | 
getDisplaySilhouette()
Gets a parameter defining if the solid silhouette is displayed. 
 | 
GraphicsParameter<OutlineAppearance> | 
getOutlineAppearance()
Gets a parameter defining the solid outline appearance. 
 | 
GraphicsParameter<Color> | 
getOutlineColor()
Gets a parameter defining the color and translucency of the outline. 
 | 
GraphicsParameter<Float> | 
getOutlineWidth()
Gets a parameter defining the width of the outline. 
 | 
GraphicsParameter<Cartesian> | 
getScale()
Gets a parameter defining the scale of the solid. 
 | 
GraphicsParameter<Color> | 
getSilhouetteColor()
Gets a parameter defining the silhouette color and translucency of the solid. 
 | 
GraphicsParameter<Float> | 
getSilhouetteWidth()
Gets a parameter defining the width of the silhouette of the solid. 
 | 
void | 
setAffectedByLighting(GraphicsParameter<Boolean> value)
Sets a parameter defining whether the solid is affected by lighting. 
 | 
void | 
setBackLineColor(GraphicsParameter<Color> value)
Sets a parameter defining the colors of the back lines of the solid. 
 | 
void | 
setBackLineWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the back lines of the solid. 
 | 
void | 
setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color of the solid. 
 | 
void | 
setDisplayFill(GraphicsParameter<Boolean> value)
Sets a parameter defining if the solid is filled. 
 | 
void | 
setDisplayOutline(GraphicsParameter<Boolean> value)
Sets a parameter defining if the solid is outlined. 
 | 
void | 
setDisplayParameters(DisplayParameters value)
Sets the visibility of the area over time. 
 | 
void | 
setDisplaySilhouette(GraphicsParameter<Boolean> value)
Sets a parameter defining if the solid silhouette is displayed. 
 | 
void | 
setOutlineAppearance(GraphicsParameter<OutlineAppearance> value)
Sets a parameter defining the solid outline appearance. 
 | 
void | 
setOutlineColor(GraphicsParameter<Color> value)
Sets a parameter defining the color and translucency of the outline. 
 | 
void | 
setOutlineWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the outline. 
 | 
void | 
setScale(GraphicsParameter<Cartesian> value)
Sets a parameter defining the scale of the solid. 
 | 
void | 
setSilhouetteColor(GraphicsParameter<Color> value)
Sets a parameter defining the silhouette color and translucency of the solid. 
 | 
void | 
setSilhouetteWidth(GraphicsParameter<Float> value)
Sets a parameter defining the width of the silhouette of the solid. 
 | 
public final GraphicsParameter<Boolean> getAffectedByLighting()
public final void setAffectedByLighting(GraphicsParameter<Boolean> value)
public final GraphicsParameter<Color> getBackLineColor()
public final void setBackLineColor(GraphicsParameter<Color> value)
public final GraphicsParameter<Float> getBackLineWidth()
public final void setBackLineWidth(GraphicsParameter<Float> value)
public final GraphicsParameter<Color> getColor()
public final void setColor(GraphicsParameter<Color> value)
public final GraphicsParameter<Boolean> getDisplayFill()
public final void setDisplayFill(GraphicsParameter<Boolean> value)
public final GraphicsParameter<Boolean> getDisplayOutline()
public final void setDisplayOutline(GraphicsParameter<Boolean> value)
public final GraphicsParameter<Boolean> getDisplaySilhouette()
public final void setDisplaySilhouette(GraphicsParameter<Boolean> value)
public final GraphicsParameter<OutlineAppearance> getOutlineAppearance()
public final void setOutlineAppearance(GraphicsParameter<OutlineAppearance> 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<Cartesian> getScale()
public final void setScale(GraphicsParameter<Cartesian> value)
public final GraphicsParameter<Color> getSilhouetteColor()
public final void setSilhouetteColor(GraphicsParameter<Color> value)
public final GraphicsParameter<Float> getSilhouetteWidth()
public final void setSilhouetteWidth(GraphicsParameter<Float> value)
public final DisplayParameters getDisplayParameters()
public final void setDisplayParameters(DisplayParameters value)