com.vm.visual.objects
Class VM3DReference

java.lang.Object
  |
  +--com.vm.mind.MIAnything
        |
        +--com.vm.visual.objects.VM3DReference
All Implemented Interfaces:
ORObject

public class VM3DReference
extends MIAnything

2D Reference to 3D object


Field Summary
 int depth
           
 VM3DObject object
           
 
Fields inherited from class com.vm.mind.MIAnything
IS_ERROR, IS_LINK, IS_LIST, IS_SHARED, IS_SYSTEM, IS_VALUE, m_valid
 
Constructor Summary
VM3DReference(VM3DObject o, int d)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class com.vm.mind.MIAnything
delThing, dump, fullDump, getCount, getKey, getList, getName, getName, getQuery, getString, getThing, getType, getType, is, load, message, setString, SetString, setThing, SetThing, toString, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

public VM3DObject object

depth

public int depth
Constructor Detail

VM3DReference

public VM3DReference(VM3DObject o,
                     int d)
Method Detail

compareTo

public int compareTo(java.lang.Object o)