public class Group extends A3DObject
name, properties| Constructor and Description |
|---|
Group()
Construct a new instance of
Group |
Group(java.lang.String name)
Construct a new instance of
Group |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Group> |
getGroups()
Sub-groups
|
java.util.List<Node> |
getNodes()
The nodes in this group
|
Group |
getParent()
Parent group of current group
|
java.lang.String |
toString()
Gets the string representation of
Group |
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic Group(java.lang.String name)
Groupname - Group's namepublic Group()
Grouppublic Group getParent()
public java.util.List<Group> getGroups()
public java.util.List<Node> getNodes()
public java.lang.String toString()
GrouptoString in class java.lang.Object