|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementBox
Title: ElementBox
Description: A 3D Box
Nested Class Summary | |
---|---|
static class |
ElementBox.Loader
|
Field Summary |
---|
Fields inherited from interface org.opensourcephysics.display3d.core.Element |
---|
TARGET_POSITION, TARGET_SIZE |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.opensourcephysics.display3d.core.Element |
---|
getDrawingPanel3D, 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 |
Methods inherited from interface org.opensourcephysics.display3d.core.interaction.InteractionSource |
---|
addInteractionListener, getInteractionTarget, removeInteractionListener |
Method Detail |
---|
void setClosedBottom(boolean close)
close
- the desired valueboolean isClosedBottom()
void setClosedTop(boolean close)
close
- the desired valueboolean isClosedTop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |