graphoutput
Class CoordinateBox

java.lang.Object
  |
  +--graphoutput.CoordinateBox

public class CoordinateBox
extends java.lang.Object

Contains the Shape3D of a 1x1x1-Box, which is transparent and only the edges are visible


Constructor Summary
CoordinateBox()
          Creates the Shape3D of the 1x1x1-box
 
Method Summary
 javax.media.j3d.Shape3D getChild()
          Returns the 1x1x1-box as a Shape3D, created by the constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinateBox

public CoordinateBox()
Creates the Shape3D of the 1x1x1-box
Method Detail

getChild

public javax.media.j3d.Shape3D getChild()
Returns the 1x1x1-box as a Shape3D, created by the constructor