public class ModelGraphics extends Object
Constructor and Description |
---|
ModelGraphics()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
ArticulationCollection |
getArticulations()
Gets the list of
Articulation instances for the models. |
GraphicsParameter<Color> |
getColor()
Gets a parameter defining the color of the model over time.
|
DisplayParameters |
getDisplayParameters()
Gets the visibility of the model over time.
|
GraphicsParameter<Double> |
getScale()
Gets a parameter defining the scale of the model over time.
|
GraphicsParameter<ModelUpAxis> |
getUpAxis()
Gets a parameter defining the up axis of the model over time.
|
GraphicsParameter<URI> |
getUri()
|
void |
setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color of the model over time.
|
void |
setDisplayParameters(DisplayParameters value)
Sets the visibility of the model over time.
|
void |
setScale(GraphicsParameter<Double> value)
Sets a parameter defining the scale of the model over time.
|
void |
setUpAxis(GraphicsParameter<ModelUpAxis> value)
Sets a parameter defining the up axis of the model over time.
|
void |
setUri(GraphicsParameter<URI> value)
|
@Nonnull public final ArticulationCollection getArticulations()
Articulation
instances for the models.public final GraphicsParameter<Color> getColor()
public final void setColor(GraphicsParameter<Color> value)
public final GraphicsParameter<ModelUpAxis> getUpAxis()
public final void setUpAxis(GraphicsParameter<ModelUpAxis> value)
public final GraphicsParameter<Double> getScale()
public final void setScale(GraphicsParameter<Double> value)
public final GraphicsParameter<URI> getUri()
public final void setUri(GraphicsParameter<URI> value)
public final DisplayParameters getDisplayParameters()
public final void setDisplayParameters(DisplayParameters value)