org.freehep.graphicsio.font
Class FontTable.Entry

java.lang.Object
  extended by org.freehep.graphicsio.font.FontTable.Entry
Enclosing class:
FontTable

protected class FontTable.Entry
extends java.lang.Object


Method Summary
 CharTable getEncoding()
           
 java.awt.Font getFont()
           
 java.lang.String getReference()
           
 boolean isWritten()
           
protected  void setReference(java.lang.String ref)
           
 void setWritten(boolean written)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFont

public java.awt.Font getFont()

getReference

public java.lang.String getReference()

setReference

protected void setReference(java.lang.String ref)

getEncoding

public CharTable getEncoding()

setWritten

public void setWritten(boolean written)

isWritten

public boolean isWritten()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.