|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsInteger | |
---|---|
org.foray.ps | Classes for handling the intepretation of PostScript input. |
Uses of PsInteger in org.foray.ps |
---|
Methods in org.foray.ps that return PsInteger | |
---|---|
PsInteger |
PsInteger.clone()
|
static PsInteger |
PsInteger.create(PsInterpreter4a interpreter,
byte[] input)
Static method to attempt to create a PSInteger instance, if the input qualifies. |
PsInteger |
PsInteger.duplicate()
|
PsInteger |
PsGraphicsState.getLineCap()
Returns the line cap value. |
PsInteger |
PsGraphicsState.getLineJoin()
Returns the line join value. |
Methods in org.foray.ps with parameters of type PsInteger | |
---|---|
void |
PsGraphicsState.setLineCap(PsInteger lineCap)
Sets the line cap value. |
void |
PsGraphicsState.setLineJoin(PsInteger lineJoin)
Sets the line join value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |