public abstract class X3DGroupingNode extends X3DChildNode implements X3DBoundedObject
Java class for X3DGroupingNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DGroupingNode"> <complexContent> <extension base="{}X3DChildNode"> <sequence maxOccurs="unbounded" minOccurs="0"> <group ref="{}ChildContentModel" maxOccurs="unbounded" minOccurs="0"/> <group ref="{}ChildContentModelSceneGraphStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="bboxCenter" type="{}SFVec3f" default="0 0 0" /> <attribute name="bboxSize" type="{}BoundingBoxSize" default="-1 -1 -1" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SFVec3f |
bboxCenter |
protected BoundingBoxSize |
bboxSize |
protected List<X3DNode> |
childObjects |
containerField
Constructor and Description |
---|
X3DGroupingNode() |
Modifier and Type | Method and Description |
---|---|
SFVec3f |
getBboxCenter()
Gets the value of the bboxCenter property.
|
BoundingBoxSize |
getBboxSize()
Gets the value of the bboxSize property.
|
List<X3DNode> |
getChildObjects()
Gets the value of the appearanceOrBackgroundOrColorInterpolator property.
|
void |
setBboxCenter(SFVec3f value)
Sets the value of the bboxCenter property.
|
void |
setBboxSize(BoundingBoxSize value)
Sets the value of the bboxSize property.
|
getContainerField, setContainerField
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
protected SFVec3f bboxCenter
protected BoundingBoxSize bboxSize
public List<X3DNode> getChildObjects()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
set
method for the appearanceOrBackgroundOrColorInterpolator
property.
For example, to add a new item, do as follows:
getAppearanceOrBackgroundOrColorInterpolator().add(newItem);
Objects of the following type(s) are allowed in the list
public SFVec3f getBboxCenter()
getBboxCenter
in interface X3DBoundedObject
SFVec3f
public void setBboxCenter(SFVec3f value)
setBboxCenter
in interface X3DBoundedObject
value
- allowed object is SFVec3f
public BoundingBoxSize getBboxSize()
getBboxSize
in interface X3DBoundedObject
BoundingBoxSize
public void setBboxSize(BoundingBoxSize value)
setBboxSize
in interface X3DBoundedObject
value
- allowed object is BoundingBoxSize