FreeHEP API
Version current

org.freehep.graphicsio.font
Class FontTable.Entry

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

protected class FontTable.Entry
extends Object

Source Code:
FontTable.Entry.java

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

Method Detail

getFont

public Font getFont()

getReference

public String getReference()

setReference

protected void setReference(String ref)

getEncoding

public CharTable getEncoding()

setWritten

public void setWritten(boolean written)

isWritten

public boolean isWritten()

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.