com.sculley.jim.swjava
Class SWTolerance

java.lang.Object
  |
  +--com.sculley.jim.swjava.SWTolerance

public class SWTolerance
extends java.lang.Object

Insert the type's description here. Creation date: (2/24/00 12:57:49 PM)


Constructor Summary
SWTolerance()
          SWToleranceFit constructor comment.
SWTolerance(java.lang.String upperFit, java.lang.String lowerFit, boolean isScaledFont, double scaleFactor, double fontHeight, long tolType, double minTol, double maxTol)
          SWToleranceFit constructor comment.
 
Method Summary
 double getFontHeight()
          Insert the method's description here.
 double getFontScaleFactor()
          Insert the method's description here.
 java.lang.String getLowerFitValue()
          Insert the method's description here.
 double getMaxTolValue()
          Insert the method's description here.
 double getMinTolValue()
          Insert the method's description here.
 long getToleranceType()
          Insert the method's description here.
 java.lang.String getUpperFitValue()
          Insert the method's description here.
 boolean isIsScaledFont()
          Insert the method's description here.
 void setFontHeight(double newFontHeight)
          Insert the method's description here.
 void setFontScaleFactor(double newFontScaleFactor)
          Insert the method's description here.
 void setIsScaledFont(boolean newIsScaledFont)
          Insert the method's description here.
 void setLowerFitValue(java.lang.String newLowerFitValue)
          Insert the method's description here.
 void setMaxTolValue(double newMaxTolValue)
          Insert the method's description here.
 void setMinTolValue(double newMinTolValue)
          Insert the method's description here.
 void setToleranceType(long newToleranceType)
          Insert the method's description here.
 void setUpperFitValue(java.lang.String newUpperFitValue)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTolerance

public SWTolerance()
SWToleranceFit constructor comment.

SWTolerance

public SWTolerance(java.lang.String upperFit,
                   java.lang.String lowerFit,
                   boolean isScaledFont,
                   double scaleFactor,
                   double fontHeight,
                   long tolType,
                   double minTol,
                   double maxTol)
SWToleranceFit constructor comment.
Method Detail

getFontHeight

public double getFontHeight()
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Returns:
double

getFontScaleFactor

public double getFontScaleFactor()
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Returns:
double

getLowerFitValue

public java.lang.String getLowerFitValue()
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Returns:
java.lang.String

getMaxTolValue

public double getMaxTolValue()
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Returns:
double

getMinTolValue

public double getMinTolValue()
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Returns:
double

getToleranceType

public long getToleranceType()
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Returns:
long

getUpperFitValue

public java.lang.String getUpperFitValue()
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Returns:
java.lang.String

isIsScaledFont

public boolean isIsScaledFont()
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Returns:
boolean

setFontHeight

public void setFontHeight(double newFontHeight)
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Parameters:
newFontHeight - double

setFontScaleFactor

public void setFontScaleFactor(double newFontScaleFactor)
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Parameters:
newFontScaleFactor - double

setIsScaledFont

public void setIsScaledFont(boolean newIsScaledFont)
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Parameters:
newIsScaledFont - boolean

setLowerFitValue

public void setLowerFitValue(java.lang.String newLowerFitValue)
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Parameters:
newLowerFitValue - java.lang.String

setMaxTolValue

public void setMaxTolValue(double newMaxTolValue)
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Parameters:
newMaxTolValue - double

setMinTolValue

public void setMinTolValue(double newMinTolValue)
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Parameters:
newMinTolValue - double

setToleranceType

public void setToleranceType(long newToleranceType)
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Parameters:
newToleranceType - long

setUpperFitValue

public void setUpperFitValue(java.lang.String newUpperFitValue)
Insert the method's description here. Creation date: (2/24/00 1:20:26 PM)
Parameters:
newUpperFitValue - java.lang.String