org.freehep.postscript.types
Class PSFontDictionary

java.lang.Object
  extended by org.freehep.postscript.types.PSObject
      extended by org.freehep.postscript.types.PSComposite
          extended by org.freehep.postscript.types.PSDictionary
              extended by org.freehep.postscript.types.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.

Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.postscript.types.PSDictionary
table
 
Fields inherited from class org.freehep.postscript.types.PSComposite
EXECUTE_ONLY, NONE, READ_ONLY, UNLIMITED
 
Fields inherited from class org.freehep.postscript.types.PSObject
log, name
 
Constructor Summary
  PSFontDictionary(Font font, PSArray encoding)
           
protected PSFontDictionary(Map<Object,PSObject> table)
           
 
Method Summary
 Object clone()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class org.freehep.postscript.types.PSDictionary
capacity, copy, copyInto, cvs, dumpKeys, equals, execute, forAll, get, get, getArray, 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.types.PSComposite
accessExecute, accessRead, accessWrite, changeAccess
 
Methods inherited from class org.freehep.postscript.types.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(Map<Object,PSObject> table)

PSFontDictionary

public PSFontDictionary(Font font,
                        PSArray encoding)
Method Detail

getType

public String getType()
Overrides:
getType in class PSDictionary

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class PSDictionary
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class PSDictionary


Copyright © 2001-2009 FreeHEP. All Rights Reserved.