public interface ElementBox extends Element
Title: ElementBox
Description: A 3D Box
Modifier and Type | Interface and Description |
---|---|
static class |
ElementBox.Loader |
TARGET_POSITION, TARGET_SIZE
Modifier and Type | Method and Description |
---|---|
boolean |
isClosedBottom()
Whether the box is closed at its bottom.
|
boolean |
isClosedTop()
Whether the box is closed at its top.
|
void |
setClosedBottom(boolean close)
Whether the box should be closed at its bottom.
|
void |
setClosedTop(boolean close)
Whether the box should be closed at its top.
|
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, toSpaceFrame
addInteractionListener, getInteractionTarget, removeInteractionListener
void setClosedBottom(boolean close)
close
- the desired valueboolean isClosedBottom()
void setClosedTop(boolean close)
close
- the desired valueboolean isClosedTop()