org.freehep.postscript
Class PSFontDictionary

java.lang.Object
  extended by org.freehep.postscript.PSObject
      extended by org.freehep.postscript.PSComposite
          extended by org.freehep.postscript.PSDictionary
              extended by org.freehep.postscript.PSFontDictionary
All Implemented Interfaces:
Cloneable

public class PSFontDictionary
extends PSDictionary

Quasi Type 1 Font mapping Java Fonts to PostScript ones. This object is never casted to.

Version:
$Id: PSFontDictionary.java 8951 2006-09-12 21:44:14Z duns $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.postscript.PSDictionary
table
 
Fields inherited from class org.freehep.postscript.PSComposite
access, EXECUTE_ONLY, NONE, READ_ONLY, UNLIMITED
 
Fields inherited from class org.freehep.postscript.PSObject
name
 
Constructor Summary
  PSFontDictionary(Font font, String encodingTable)
           
protected PSFontDictionary(Hashtable t)
           
 
Method Summary
 Object clone()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class org.freehep.postscript.PSDictionary
capacity, copy, copyInto, cvs, dumpKeys, equals, execute, forAll, get, get, getBoolean, getDictionary, getInteger, getNumber, getPackedArray, getReal, getString, hashCode, keys, put, put, put, put, put, put, put, remove, remove, size
 
Methods inherited from class org.freehep.postscript.PSComposite
accessExecute, accessRead, accessWrite, changeAccess
 
Methods inherited from class org.freehep.postscript.PSObject
checkAndExecute, error, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSFontDictionary

protected PSFontDictionary(Hashtable t)

PSFontDictionary

public PSFontDictionary(Font font,
                        String encodingTable)
Method Detail

getType

public String getType()
Overrides:
getType in class PSDictionary

clone

public Object clone()
Overrides:
clone in class PSDictionary

toString

public String toString()
Overrides:
toString in class PSDictionary


Copyright © 2000-2006 FreeHEP. All Rights Reserved.