Uses of Class
org.freehep.postscript.PSDictionary

Uses of PSDictionary in org.freehep.postscript
 

Subclasses of PSDictionary in org.freehep.postscript
 class PSFontDictionary
          Quasi Type 1 Font mapping Java Fonts to PostScript ones.
 

Methods in org.freehep.postscript that return PSDictionary
 PSDictionary DictionaryStack.currentDictionary()
           
 PSDictionary DictionaryStack.dollarError()
           
 PSDictionary DictionaryStack.errorDictionary()
           
protected  PSDictionary FontOperator.findFont(PSDictionary fontDirectory, PSName key)
           
 PSDictionary PSGState.font()
           
 PSDictionary DictionaryStack.fontDirectory()
           
 PSDictionary DictionaryStack.get(PSObject key)
           
 PSDictionary PSPackedArray.getDictionary(int i)
           
 PSDictionary PSDictionary.getDictionary(String key)
           
 PSDictionary DictionaryStack.globalDictionary()
           
 PSDictionary DictionaryStack.globalFontDirectory()
           
protected  PSDictionary FontOperator.makeFont(PSDictionary font, double[] matrix)
           
 PSDictionary DictionaryStack.popDictionary()
           
 PSDictionary OperandStack.popDictionary()
           
 PSDictionary DictionaryStack.push(PSDictionary d)
           
 PSDictionary DictionaryStack.systemDictionary()
           
 PSDictionary DictionaryStack.userDictionary()
           
 

Methods in org.freehep.postscript with parameters of type PSDictionary
 void PSDictionary.copyInto(PSDictionary d)
           
protected  void FontOperator.defineFont(PSDictionary fontDirectory, PSName key, PSDictionary font)
           
protected  PSDictionary FontOperator.findFont(PSDictionary fontDirectory, PSName key)
           
protected  PSGlyph FontOperator.getCachedGlyph(PSDictionary font, PSName name)
           
protected  PSDictionary FontOperator.makeFont(PSDictionary font, double[] matrix)
           
 PSDictionary DictionaryStack.push(PSDictionary d)
           
protected  void FontOperator.setFont(OperandStack os, PSDictionary font)
           
 void PSGState.setFont(PSDictionary font)
           
protected  void FontOperator.show(OperandStack os, PSGState gs, PSDictionary font, int cc, PSName name)
           
protected static float FontOperator.stringWidth(PSDictionary font, PSName name)
           
 

Constructors in org.freehep.postscript with parameters of type PSDictionary
PSCharStringDecoder(PSDictionary dict)
           
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.