com.sculley.jim.swjava
Class SWPenInfo

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

public class SWPenInfo
extends java.lang.Object


Constructor Summary
SWPenInfo(long font, long weight, java.awt.Color color)
          SWPenInfo constructor comment.
 
Method Summary
 java.awt.Color getColor()
          Insert the method's description here.
 long getFont()
          Insert the method's description here.
 long getWeight()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWPenInfo

public SWPenInfo(long font,
                 long weight,
                 java.awt.Color color)
SWPenInfo constructor comment.
Method Detail

getColor

public java.awt.Color getColor()
Insert the method's description here. Creation date: (3/5/00 5:33:04 PM)
Returns:
java.awt.Color

getFont

public long getFont()
Insert the method's description here. Creation date: (3/5/00 5:33:04 PM)
Returns:
long

getWeight

public long getWeight()
Insert the method's description here. Creation date: (3/5/00 5:33:04 PM)
Returns:
long