GP.Attributes.Fonts
Class Times

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

public class Times
extends Font


Fields inherited from class GP.Attributes.Font
BOLD, BOLD_ITALIC, ITALIC, PLAIN
 
Constructor Summary
Times()
           
Times(FontStyle style)
           
Times(int size)
           
Times(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

Times

public Times()

Times

public Times(FontStyle style)

Times

public Times(int size)

Times

public Times(int size,
             FontStyle style)