GP.Attributes
Class FontStyle

java.lang.Object
  |
  +--GP.Attributes.FontStyle
Direct Known Subclasses:
Bold, BoldItalic, Italic, Plain

public class FontStyle
extends java.lang.Object


Constructor Summary
FontStyle(int style)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int GetStyle()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontStyle

public FontStyle(int style)
Method Detail

GetStyle

public int GetStyle()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object