public class Frame extends HasVisibleObjectOrAppearance implements ModelComponentGenerator<RigidBody>
VisibleBase.DisplayPreference
Constructor and Description |
---|
Frame() |
Modifier and Type | Method and Description |
---|---|
Frame |
clone() |
RigidBody |
createComponent(java.io.File geometryPath,
ModelComponentMap componentMap)
Creates and returns a model component, using the provided component map
to look up other dependent objects.
|
GeometryList |
getAttachedGeometry() |
void |
setAttachedGeometry(GeometryList list) |
void |
setFrameGeometry(FrameGeometry fg) |
createRenderProps, getAppearance, setAppearance
getVisibleObject, setVisibleObject
getColor, getDisplayPreference, getOpacity, setColor, setDisplayPreference, setOpacity
public GeometryList getAttachedGeometry()
public void setAttachedGeometry(GeometryList list)
public void setFrameGeometry(FrameGeometry fg)
public Frame clone()
clone
in interface Clonable
clone
in class HasVisibleObjectOrAppearance
public RigidBody createComponent(java.io.File geometryPath, ModelComponentMap componentMap)
ModelComponentGenerator
createComponent
in interface ModelComponentGenerator<RigidBody>
geometryPath
- path to search for geometry filescomponentMap
- map for looking up other objects