public class LOD extends X3DGroupingNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{}X3DGroupingNode"> <attribute name="forceTransitions" type="{}SFBool" default="false" /> <attribute name="center" type="{}SFVec3f" default="0 0 0" /> <attribute name="range" type="{}MFFloat" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SFVec3f |
center |
protected SFBool |
forceTransitions |
protected MFFloat |
range |
bboxCenter, bboxSize, childObjects
containerField
Constructor and Description |
---|
LOD() |
Modifier and Type | Method and Description |
---|---|
SFVec3f |
getCenter()
Gets the value of the center property.
|
MFFloat |
getRange()
Gets the value of the range property.
|
SFBool |
isForceTransitions()
Gets the value of the forceTransitions property.
|
void |
setCenter(SFVec3f value)
Sets the value of the center property.
|
void |
setForceTransitions(SFBool value)
Sets the value of the forceTransitions property.
|
void |
setRange(MFFloat value)
Sets the value of the range property.
|
getBboxCenter, getBboxSize, getChildObjects, setBboxCenter, setBboxSize
getContainerField, setContainerField
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
protected SFBool forceTransitions
protected SFVec3f center
protected MFFloat range
public SFBool isForceTransitions()
SFBool
public void setForceTransitions(SFBool value)
value
- allowed object is
SFBool
public SFVec3f getCenter()
SFVec3f
public void setCenter(SFVec3f value)
value
- allowed object is
SFVec3f
public MFFloat getRange()
MFFloat