sun.awt.qt
Class QtFont

java.lang.Object
  extended by java.awt.Font
      extended by sun.awt.qt.QtFont
All Implemented Interfaces:
Serializable

public class QtFont
extends Font

See Also:
Serialized Form

Field Summary
protected  boolean strikethrough
           
protected  boolean underline
           
 
Fields inherited from class java.awt.Font
BOLD, ITALIC, name, PLAIN, size, style
 
Method Summary
 java.awt.Color getColor()
           
 boolean getStrikethrough()
           
 boolean getUnderline()
           
 
Methods inherited from class java.awt.Font
decode, equals, getFamily, getFont, getFont, getName, getSize, getStyle, hashCode, isBold, isItalic, isPlain, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

strikethrough

protected boolean strikethrough

underline

protected boolean underline
Method Detail

getUnderline

public boolean getUnderline()

getStrikethrough

public boolean getStrikethrough()

getColor

public java.awt.Color getColor()