|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperandStack | |
---|---|
org.freehep.postscript.dsc | |
org.freehep.postscript.errors | |
org.freehep.postscript.operators | |
org.freehep.postscript.processor | |
org.freehep.postscript.types | |
org.freehep.postscript.viewer | Stand-Alone PostScript level 2 Interpreter, which can be used as pre-viewer in an application or as an applet in a webpage. |
Uses of OperandStack in org.freehep.postscript.dsc |
---|
Methods in org.freehep.postscript.dsc with parameters of type OperandStack | |
---|---|
boolean |
DSC.parse(String line,
OperandStack os)
|
Object |
DSC.NoArgs.parse(String key,
String params,
OperandStack os)
|
Object |
DSC.TextLine.parse(String key,
String params,
OperandStack os)
|
Object |
DSC.Rectangle.parse(String key,
String params,
OperandStack os)
|
Object |
DSC.UInt.parse(String key,
String params,
OperandStack os)
|
Object |
DSC.Enumeration.parse(String key,
String params,
OperandStack os)
|
Object |
DSC.Unparsed.parse(String key,
String params,
OperandStack os)
|
Object |
DSC.Version.parse(String key,
String params,
OperandStack os)
|
Object |
DSC.Page.parse(String key,
String params,
OperandStack os)
|
Uses of OperandStack in org.freehep.postscript.errors |
---|
Methods in org.freehep.postscript.errors with parameters of type OperandStack | |
---|---|
boolean |
Undefined.execute(OperandStack os)
|
boolean |
IOError.execute(OperandStack os)
|
Uses of OperandStack in org.freehep.postscript.operators |
---|
Methods in org.freehep.postscript.operators with parameters of type OperandStack | |
---|---|
boolean |
ShowPage.execute(OperandStack os)
|
boolean |
ErrorOperator.execute(OperandStack os)
|
protected void |
FontOperator.setFont(OperandStack os,
PSDictionary font)
|
protected void |
FontOperator.show(OperandStack os,
int cc)
|
protected void |
FontOperator.show(OperandStack os,
int cc,
PSName name)
|
protected void |
FontOperator.show(OperandStack os,
PSGState gs,
PSDictionary font,
int cc,
PSName name)
|
static float |
FontOperator.stringWidth(OperandStack os,
int cc)
|
Uses of OperandStack in org.freehep.postscript.processor |
---|
Methods in org.freehep.postscript.processor that return OperandStack | |
---|---|
OperandStack |
Processor.operandStack()
|
Uses of OperandStack in org.freehep.postscript.types |
---|
Methods in org.freehep.postscript.types with parameters of type OperandStack | |
---|---|
boolean |
PSOperator.checkAndExecute(OperandStack os)
|
boolean |
PSObject.checkAndExecute(OperandStack os)
|
static boolean |
Dispatcher.dispatch(OperandStack os,
PSTokenizable in)
|
static void |
PSObject.error(OperandStack os,
ErrorOperator error)
|
boolean |
PSString.execute(OperandStack os)
|
boolean |
PSSave.execute(OperandStack os)
|
boolean |
PSPaint.execute(OperandStack os)
|
boolean |
PSPackedArray.execute(OperandStack os)
|
abstract boolean |
PSObject.execute(OperandStack os)
|
boolean |
PSNumber.execute(OperandStack os)
|
boolean |
PSNull.execute(OperandStack os)
|
boolean |
PSName.execute(OperandStack os)
|
boolean |
PSMark.execute(OperandStack os)
|
boolean |
PSJavaFont.execute(OperandStack os)
|
boolean |
PSInputFile.execute(OperandStack os)
|
boolean |
PSGState.execute(OperandStack os)
|
boolean |
PSGlyph.execute(OperandStack os)
|
boolean |
PSFontID.execute(OperandStack os)
|
boolean |
PSFile.execute(OperandStack os)
|
boolean |
PSDSC.execute(OperandStack os)
|
boolean |
PSDictionary.execute(OperandStack os)
|
boolean |
PSComment.execute(OperandStack os)
|
boolean |
PSBoolean.execute(OperandStack os)
|
void |
PSDictionary.forAll(PSArray proc,
OperandStack os)
|
void |
PSDebugger.update(DictionaryStack dictStack,
ExecutableStack execStack,
OperandStack operandStack)
|
Uses of OperandStack in org.freehep.postscript.viewer |
---|
Constructors in org.freehep.postscript.viewer with parameters of type OperandStack | |
---|---|
FixedTexturePaint(OperandStack os,
AffineTransform m,
BufferedImage texture,
Rectangle2D anchor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |