GP.Attributes.Fonts
Class Courier

java.lang.Object
  |
  +--GP.Attributes.Font
        |
        +--GP.Attributes.Fonts.Courier

public class Courier
extends Font


Fields inherited from class GP.Attributes.Font
BOLD, BOLD_ITALIC, ITALIC, PLAIN
 
Constructor Summary
Courier()
           
Courier(FontStyle style)
           
Courier(int size)
           
Courier(int size, FontStyle style)
           
 
Methods inherited from class GP.Attributes.Font
Copy, equals, GetFont, GetName, GetSize, GetStyle, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Courier

public Courier()

Courier

public Courier(FontStyle style)

Courier

public Courier(int size)

Courier

public Courier(int size,
               FontStyle style)