FreeHEP API
Version current

org.freehep.postscript
Class PSFontDictionary

java.lang.Object
  extended byorg.freehep.postscript.PSObject
      extended byorg.freehep.postscript.PSComposite
          extended byorg.freehep.postscript.PSDictionary
              extended byorg.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.10 2005/01/03 21:22:29 duns Exp $
Author:
Mark Donszelmann
Source Code:
PSFontDictionary.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.