org.freehep.postscript.types
Class PSFontDictionary
java.lang.Object
  
org.freehep.postscript.types.PSObject
      
org.freehep.postscript.types.PSComposite
          
org.freehep.postscript.types.PSDictionary
              
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
 
 
 
 
| Fields inherited from class org.freehep.postscript.types.PSObject | 
log, name | 
 
 
 
| 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 | 
 
 
 
 
PSFontDictionary
protected PSFontDictionary(Map<Object,PSObject> table)
PSFontDictionary
public PSFontDictionary(Font font,
                        PSArray encoding)
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.