treebolic.model
Class MountPoint.Mounting

java.lang.Object
  extended by treebolic.model.MountPoint
      extended by treebolic.model.MountPoint.Mounting
Enclosing class:
MountPoint

public static class MountPoint.Mounting
extends MountPoint


Nested Class Summary
 
Nested classes/interfaces inherited from class treebolic.model.MountPoint
MountPoint.Mounted, MountPoint.Mounting
 
Field Summary
 java.lang.Boolean now
          Mount now (for editing only)
 double theHalfWedge
          Saved allocated half wedge
 INode theMountedNode
          Mounted node reference
 double theOrientation
          Saved orientation
 java.lang.String theURL
          URL
 
Constructor Summary
MountPoint.Mounting()
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theURL

public java.lang.String theURL
URL


now

public java.lang.Boolean now
Mount now (for editing only)


theHalfWedge

public double theHalfWedge
Saved allocated half wedge


theOrientation

public double theOrientation
Saved orientation


theMountedNode

public INode theMountedNode
Mounted node reference

Constructor Detail

MountPoint.Mounting

public MountPoint.Mounting()
Constructor