com.sculley.jim.swjava
Class SWDimension

java.lang.Object
  |
  +--com.sculley.jim.swjava.SWDimension
Direct Known Subclasses:
SWAngularDimension, SWDiameterDimension

public class SWDimension
extends java.lang.Object

Insert the type's description here. Creation date: (3/4/00 10:26:27 PM)


Constructor Summary
SWDimension()
          SWDimension constructor comment.
 
Method Summary
 double getArrowSize()
          Insert the method's description here.
 java.lang.String getText()
          Insert the method's description here.
 double getTextHeight()
          Insert the method's description here.
 SWPoint getTextLocation()
          Insert the method's description here.
 double getWitnessGap()
          Insert the method's description here.
 double getWitnessOvershoot()
          Insert the method's description here.
 void setArrowSize(double newArrowSize)
          Insert the method's description here.
 void setText(java.lang.String newText)
          Insert the method's description here.
 void setTextHeight(double newTextHeight)
          Insert the method's description here.
 void setTextLocation(SWPoint newTextLocation)
          Insert the method's description here.
 void setWitnessGap(double newWitnessGap)
          Insert the method's description here.
 void setWitnessOvershoot(double newWitnessOvershoot)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWDimension

public SWDimension()
SWDimension constructor comment.
Method Detail

getArrowSize

public double getArrowSize()
Insert the method's description here. Creation date: (3/4/00 9:35:57 PM)
Returns:
double

getText

public java.lang.String getText()
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Returns:
java.lang.String

getTextHeight

public double getTextHeight()
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Returns:
double

getTextLocation

public SWPoint getTextLocation()
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getWitnessGap

public double getWitnessGap()
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Returns:
double

getWitnessOvershoot

public double getWitnessOvershoot()
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Returns:
double

setArrowSize

public void setArrowSize(double newArrowSize)
Insert the method's description here. Creation date: (3/4/00 9:35:57 PM)
Parameters:
newArrowSize - double

setText

public void setText(java.lang.String newText)
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Parameters:
newText - java.lang.String

setTextHeight

public void setTextHeight(double newTextHeight)
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Parameters:
newTextHeight - double

setTextLocation

public void setTextLocation(SWPoint newTextLocation)
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Parameters:
newTextLocation - com.sculley.jim.swjava.SWPoint

setWitnessGap

public void setWitnessGap(double newWitnessGap)
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Parameters:
newWitnessGap - double

setWitnessOvershoot

public void setWitnessOvershoot(double newWitnessOvershoot)
Insert the method's description here. Creation date: (3/4/00 9:35:58 PM)
Parameters:
newWitnessOvershoot - double