com.sculley.jim.swjava
Class SWLineFont

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

public class SWLineFont
extends java.lang.Object

Insert the type's description here. Creation date: (3/5/00 5:13:40 PM)


Constructor Summary
SWLineFont()
          SWLineFont constructor comment.
 
Method Summary
 long getFontID()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 int getNumSegments()
          Insert the method's description here.
 double[] getSegmentLengths()
          Insert the method's description here.
 void setFontID(long newFontID)
          Insert the method's description here.
 void setName(java.lang.String newName)
          Insert the method's description here.
 void setNumSegments(int newNumSegments)
          Insert the method's description here.
 void setSegmentLengths(double[] newSegmentLengths)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWLineFont

public SWLineFont()
SWLineFont constructor comment.
Method Detail

getFontID

public long getFontID()
Insert the method's description here. Creation date: (3/5/00 5:19:16 PM)
Returns:
long

getName

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

getNumSegments

public int getNumSegments()
Insert the method's description here. Creation date: (3/5/00 5:19:16 PM)
Returns:
int

getSegmentLengths

public double[] getSegmentLengths()
Insert the method's description here. Creation date: (3/5/00 5:19:16 PM)
Returns:
double[]

setFontID

public void setFontID(long newFontID)
Insert the method's description here. Creation date: (3/5/00 5:19:16 PM)
Parameters:
newFontID - long

setName

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

setNumSegments

public void setNumSegments(int newNumSegments)
Insert the method's description here. Creation date: (3/5/00 5:19:16 PM)
Parameters:
newNumSegments - int

setSegmentLengths

public void setSegmentLengths(double[] newSegmentLengths)
Insert the method's description here. Creation date: (3/5/00 5:19:16 PM)
Parameters:
newSegmentLengths - double[]