|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sculley.jim.swjava.SWLineFont
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 |
public SWLineFont()
| Method Detail |
public long getFontID()
public java.lang.String getName()
public int getNumSegments()
public double[] getSegmentLengths()
public void setFontID(long newFontID)
newFontID - longpublic void setName(java.lang.String newName)
newName - java.lang.Stringpublic void setNumSegments(int newNumSegments)
newNumSegments - intpublic void setSegmentLengths(double[] newSegmentLengths)
newSegmentLengths - double[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||