uml3d.visual
Class Box

java.lang.Object
  |
  +--uml3d.visual.Box

public class Box
extends java.lang.Object

Box is simply a Box with predefined color and size. It serves as the visual representation for classes, objects etc.


Field Summary
 java.lang.String test
           
 javax.media.j3d.TransformGroup transformGroup
          The place,scale and orientation where this Box is in real world.
 
Constructor Summary
Box()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transformGroup

public javax.media.j3d.TransformGroup transformGroup
The place,scale and orientation where this Box is in real world.

test

public java.lang.String test
Constructor Detail

Box

public Box()