org.kde.qt
Class QFontInfo

java.lang.Object
  extended by org.kde.qt.QFontInfo
All Implemented Interfaces:
QtSupport

public class QFontInfo
extends java.lang.Object
implements QtSupport


Constructor Summary
protected QFontInfo(java.lang.Class dummy)
           
  QFontInfo(QFont arg1)
           
  QFontInfo(QFontInfo arg1)
           
  QFontInfo(QFont arg1, int arg2)
           
 
Method Summary
 boolean bold()
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
 boolean exactMatch()
           
 java.lang.String family()
           
protected  void finalize()
          Deletes the wrapped C++ instance
 boolean fixedPitch()
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean italic()
           
 boolean overline()
           
 int pixelSize()
           
 int pointSize()
           
 boolean rawMode()
           
 boolean strikeOut()
           
 int styleHint()
           
 boolean underline()
           
 int weight()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QFontInfo

protected QFontInfo(java.lang.Class dummy)

QFontInfo

public QFontInfo(QFont arg1)

QFontInfo

public QFontInfo(QFont arg1,
                 int arg2)

QFontInfo

public QFontInfo(QFontInfo arg1)
Method Detail

family

public java.lang.String family()

pixelSize

public int pixelSize()

pointSize

public int pointSize()

italic

public boolean italic()

weight

public int weight()

bold

public boolean bold()

underline

public boolean underline()

overline

public boolean overline()

strikeOut

public boolean strikeOut()

fixedPitch

public boolean fixedPitch()

styleHint

public int styleHint()

rawMode

public boolean rawMode()

exactMatch

public boolean exactMatch()

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()


isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?