|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sculley.jim.swjava.SWTolerance
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 |
public SWTolerance()
public SWTolerance(java.lang.String upperFit,
java.lang.String lowerFit,
boolean isScaledFont,
double scaleFactor,
double fontHeight,
long tolType,
double minTol,
double maxTol)
| Method Detail |
public double getFontHeight()
public double getFontScaleFactor()
public java.lang.String getLowerFitValue()
public double getMaxTolValue()
public double getMinTolValue()
public long getToleranceType()
public java.lang.String getUpperFitValue()
public boolean isIsScaledFont()
public void setFontHeight(double newFontHeight)
newFontHeight - doublepublic void setFontScaleFactor(double newFontScaleFactor)
newFontScaleFactor - doublepublic void setIsScaledFont(boolean newIsScaledFont)
newIsScaledFont - booleanpublic void setLowerFitValue(java.lang.String newLowerFitValue)
newLowerFitValue - java.lang.Stringpublic void setMaxTolValue(double newMaxTolValue)
newMaxTolValue - doublepublic void setMinTolValue(double newMinTolValue)
newMinTolValue - doublepublic void setToleranceType(long newToleranceType)
newToleranceType - longpublic void setUpperFitValue(java.lang.String newUpperFitValue)
newUpperFitValue - java.lang.String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||