public interface Group extends Element
Title: Group
Description: A Group is an element that is made of other elements
Element| Modifier and Type | Interface and Description |
|---|---|
static class |
Group.Loader |
TARGET_POSITION, TARGET_SIZE| Modifier and Type | Method and Description |
|---|---|
void |
addElement(Element element)
Adds an Element to this Group.
|
Element |
getElement(int index)
Gets the elements of the group at a given index.
|
java.util.ArrayList |
getElements()
Gets the cloned list of Elements in the group.
|
void |
removeAllElements()
Removes all Elements from this Group
|
void |
removeElement(Element element)
Removes an Element from this Group
|
getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isVisible, loadUnmutableObjects, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrameaddInteractionListener, getInteractionTarget, removeInteractionListenervoid addElement(Element element)
element - ElementElementvoid removeElement(Element element)
element - ElementElementvoid removeAllElements()
Elementjava.util.ArrayList getElements()
Element getElement(int index)