| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Group.Loader |
TARGET_POSITION, TARGET_SIZE| Modifier and Type | Method | 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.List<Element> |
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
|
getColumnNames, getData2D, getData3D, getDataList, getDatasets, getFillColors, getID, getLineColors, getName, setIDgetDrawingPanel3D, 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.List<Element> getElements()
Element getElement(int index)