com.sculley.jim.swjava
Class SWSheetProperties

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

public class SWSheetProperties
extends java.lang.Object

Insert the type's description here. Creation date: (3/5/00 8:35:39 PM)


Constructor Summary
SWSheetProperties()
          SWSheetProperties constructor comment.
 
Method Summary
 double getHeight()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 short getPaperSize()
          Insert the method's description here.
 double getScaleDenominator()
          Insert the method's description here.
 double getScaleNumerator()
          Insert the method's description here.
 java.lang.String getTemplateFileName()
          Insert the method's description here.
 short getTemplateType()
          Insert the method's description here.
 java.lang.String getViewForProperties()
          Insert the method's description here.
 double getWidth()
          Insert the method's description here.
 boolean isIsFirstAngleProjection()
          Insert the method's description here.
 void setHeight(double newHeight)
          Insert the method's description here.
 void setIsFirstAngleProjection(boolean newIsFirstAngleProjection)
          Insert the method's description here.
 void setName(java.lang.String newName)
          Insert the method's description here.
 void setPaperSize(short newPaperSize)
          Insert the method's description here.
 void setScaleDenominator(double newScaleDenominator)
          Insert the method's description here.
 void setScaleNumerator(double newScaleNumerator)
          Insert the method's description here.
 void setTemplateFileName(java.lang.String newTemplateFileName)
          Insert the method's description here.
 void setTemplateType(short newTemplateType)
          Insert the method's description here.
 void setViewForProperties(java.lang.String newViewForProperties)
          Insert the method's description here.
 void setWidth(double newWidth)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWSheetProperties

public SWSheetProperties()
SWSheetProperties constructor comment.
Method Detail

getHeight

public double getHeight()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
double

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
java.lang.String

getPaperSize

public short getPaperSize()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
short

getScaleDenominator

public double getScaleDenominator()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
double

getScaleNumerator

public double getScaleNumerator()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
double

getTemplateFileName

public java.lang.String getTemplateFileName()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
java.lang.String

getTemplateType

public short getTemplateType()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
short

getViewForProperties

public java.lang.String getViewForProperties()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
java.lang.String

getWidth

public double getWidth()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
double

isIsFirstAngleProjection

public boolean isIsFirstAngleProjection()
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Returns:
boolean

setHeight

public void setHeight(double newHeight)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newHeight - double

setIsFirstAngleProjection

public void setIsFirstAngleProjection(boolean newIsFirstAngleProjection)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newIsFirstAngleProjection - boolean

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newName - java.lang.String

setPaperSize

public void setPaperSize(short newPaperSize)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newPaperSize - short

setScaleDenominator

public void setScaleDenominator(double newScaleDenominator)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newScaleDenominator - double

setScaleNumerator

public void setScaleNumerator(double newScaleNumerator)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newScaleNumerator - double

setTemplateFileName

public void setTemplateFileName(java.lang.String newTemplateFileName)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newTemplateFileName - java.lang.String

setTemplateType

public void setTemplateType(short newTemplateType)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newTemplateType - short

setViewForProperties

public void setViewForProperties(java.lang.String newViewForProperties)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newViewForProperties - java.lang.String

setWidth

public void setWidth(double newWidth)
Insert the method's description here. Creation date: (3/5/00 8:38:15 PM)
Parameters:
newWidth - double