FreeHEP API
Version v1.2

org.freehep.postscript
Class PSFontDictionary

java.lang.Object
  |
  +--org.freehep.postscript.PSObject
        |
        +--org.freehep.postscript.PSComposite
              |
              +--org.freehep.postscript.PSDictionary
                    |
                    +--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,v 1.7 2001/11/29 01:45:36 duns Exp $
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

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.