Uses of Class
org.freehep.postscript.dsc.DSC

Packages that use DSC
org.freehep.postscript.processor   
org.freehep.postscript.stacks   
org.freehep.postscript.types   
 

Uses of DSC in org.freehep.postscript.processor
 

Methods in org.freehep.postscript.processor that return DSC
 DSC Processor.getDSC()
           
 

Constructors in org.freehep.postscript.processor with parameters of type DSC
Scanner(InputStream in, DSC dsc)
           
 

Uses of DSC in org.freehep.postscript.stacks
 

Methods in org.freehep.postscript.stacks that return DSC
 DSC OperandStack.getDSC()
           
 

Uses of DSC in org.freehep.postscript.types
 

Fields in org.freehep.postscript.types declared as DSC
protected  DSC PSDSC.dsc
           
 

Methods in org.freehep.postscript.types that return DSC
 DSC PSString.getDSC()
           
 DSC PSInputFile.getDSC()
           
 DSC PSDataSource.getDSC()
           
 

Constructors in org.freehep.postscript.types with parameters of type DSC
PSDSC(String comment, DSC dsc)
           
PSInputFile(InputStream input, DSC dsc)
           
PSInputFile(String n, boolean f, InputStream i, Scanner s, DSC d)
           
PSInputFile(String filename, DSC dsc)
           
PSInputFile(String filename, int buffer, DSC dsc)
           
PSString(char[] chars, int index, int count, DSC dsc)
           
PSString(String string, DSC dsc)
           
 



Copyright © 2001-2009 FreeHEP. All Rights Reserved.