org.opensourcephysics.display3d.simple3d
Class ElementBox

java.lang.Object
  extended by org.opensourcephysics.display3d.simple3d.Element
      extended by org.opensourcephysics.display3d.simple3d.AbstractTile
          extended by org.opensourcephysics.display3d.simple3d.ElementBox
All Implemented Interfaces:
Element, ElementBox, InteractionSource
Direct Known Subclasses:
ElementObject

public class ElementBox
extends AbstractTile
implements ElementBox

Title: ElementBox

Description: Painter's algorithm implementation of a Box

Version:
March 2005
Author:
Francisco Esquembre

Field Summary
 
Fields inherited from class org.opensourcephysics.display3d.simple3d.AbstractTile
corners, numberOfTiles
 
Fields inherited from class org.opensourcephysics.display3d.simple3d.Element
targetPosition, targetSize
 
Fields inherited from interface org.opensourcephysics.display3d.core.Element
TARGET_POSITION, TARGET_SIZE
 
Constructor Summary
ElementBox()
           
 
Method Summary
protected  void computeCorners()
          This will be used by subclasses whenever there is a need to recompute the actual values of the corners before drawing.
static XML.ObjectLoader getLoader()
          Returns an XML.ObjectLoader to save and load object data.
 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 class org.opensourcephysics.display3d.simple3d.AbstractTile
getDisplacementFactor, getTargetHit, projectPoints, setColorBelowWhenEqual, setColorOriginAndDirection, setColorRegions, setCorners, setDisplacementFactor, setDrawQuickInterior
 
Methods inherited from class org.opensourcephysics.display3d.simple3d.Element
addInteractionListener, getAxesMode, getDrawingPanel3D, getHotSpotBodyCoordinates, getInteractionTarget, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isReallyVisible, isVisible, loadUnmutableObjects, removeInteractionListener, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

ElementBox

public ElementBox()
Method Detail

setClosedBottom

public void setClosedBottom(boolean close)
Description copied from interface: ElementBox
Whether the box should be closed at its bottom.

Specified by:
setClosedBottom in interface ElementBox
Parameters:
close - the desired value

isClosedBottom

public boolean isClosedBottom()
Description copied from interface: ElementBox
Whether the box is closed at its bottom.

Specified by:
isClosedBottom in interface ElementBox
Returns:
the value

setClosedTop

public void setClosedTop(boolean close)
Description copied from interface: ElementBox
Whether the box should be closed at its top.

Specified by:
setClosedTop in interface ElementBox
Parameters:
close - the desired value

isClosedTop

public boolean isClosedTop()
Description copied from interface: ElementBox
Whether the box is closed at its top.

Specified by:
isClosedTop in interface ElementBox
Returns:
the value

computeCorners

protected void computeCorners()
Description copied from class: AbstractTile
This will be used by subclasses whenever there is a need to recompute the actual values of the corners before drawing. Synchronization is recomended.

Specified by:
computeCorners in class AbstractTile

getLoader

public static XML.ObjectLoader getLoader()
Returns an XML.ObjectLoader to save and load object data.

Returns:
the XML.ObjectLoader