|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsNumber | |
---|---|
org.foray.ps | Classes for handling the intepretation of PostScript input. |
org.foray.ps.java2d | An implementation of the PostScript interpreter that renders to the Java AWT system. |
org.foray.ps.pdf | An implementation of the PostScript interpreter that converts to PDF. |
org.foray.ps.readonly | An implementation of the PostScript interpreter that writes no output, but makes the PostScript dictionaries and state available. |
Uses of PsNumber in org.foray.ps |
---|
Subclasses of PsNumber in org.foray.ps | |
---|---|
class |
PsInteger
Class representing a numeric PostScript object. |
class |
PsReal
Class representing PostScript object that is a real number. |
Methods in org.foray.ps that return PsNumber | |
---|---|
PsNumber |
PsNumber.add(PsNumber amount)
Adds a given amount to the value of this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can. |
abstract PsNumber |
PsNumber.clone()
|
PsNumber |
PsNumber.divide(PsNumber amount)
Divides this number by a given object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can. |
PsNumber |
PsPathCurve.getControl1X()
Returns the "x" value for control point 1. |
PsNumber |
PsPathCurve.getControl1Y()
Returns the "y" value for control point 1. |
PsNumber |
PsPathCurve.getControl2X()
Returns the "x" value for control point 2. |
PsNumber |
PsPathCurve.getControl2Y()
Returns the "y" value for control point 2. |
PsNumber |
PsPathCurve.getControl3X()
Returns the "x" value for control point 3. |
PsNumber |
PsPathCurve.getControl3Y()
Returns the "y" value for control point 3. |
PsNumber |
PsPathMove.getEndX()
|
PsNumber |
PsPathLine.getEndX()
|
abstract PsNumber |
PsPathElement.getEndX()
Returns the "x" value of the end-point of this element. |
PsNumber |
PsPathCurve.getEndX()
|
PsNumber |
PsPathClose.getEndX()
|
PsNumber |
PsPathMove.getEndY()
|
PsNumber |
PsPathLine.getEndY()
|
abstract PsNumber |
PsPathElement.getEndY()
Returns the "y" value of the end-point of this element. |
PsNumber |
PsPathCurve.getEndY()
|
PsNumber |
PsPathClose.getEndY()
|
PsNumber |
PsGraphicsState.getLineWidth()
Returns the line width. |
PsNumber |
PsGraphicsState.getMiterLimit()
Returns the miter limit. |
PsNumber |
PsGraphicsState.getPositionX()
Returns the current "x" position, that is, the horizontal position of the "cursor" in user space units. |
PsNumber |
PsGraphicsState.getPositionY()
Returns the current "y" position, that is, the vertical position of the "cursor" in user space units. |
PsNumber |
PsPathMove.getX()
Returns the x value for this point. |
PsNumber |
PsPathLine.getX()
Returns the x value for this point. |
PsNumber |
PsPathMove.getY()
Returns the y value for this point. |
PsNumber |
PsPathLine.getY()
Returns the y value for this point. |
static PsNumber |
PsInteger.makePSNumber(long value)
Creates a PSInteger if value is within the PostScript architectural limits for an integer. |
PsNumber |
PsNumber.multiply(PsNumber amount)
Multiplies a given number by this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can. |
PsNumber |
PsNumber.negate()
Returns the negative of this number. |
PsNumber |
PsNumber.subtract(PsNumber amount)
Subtracts a given amount from the value of this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can. |
Methods in org.foray.ps with parameters of type PsNumber | |
---|---|
PsNumber |
PsNumber.add(PsNumber amount)
Adds a given amount to the value of this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can. |
int |
PsNumber.compareTo(PsNumber object)
|
void |
PsGraphicsState.curveto(PsNumber control1X,
PsNumber control1Y,
PsNumber control2X,
PsNumber control2Y,
PsNumber control3X,
PsNumber control3Y)
Marks the control points in a new Bezier curve segment in the current path. |
PsNumber |
PsNumber.divide(PsNumber amount)
Divides this number by a given object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can. |
void |
PsGraphicsState.lineto(PsNumber x,
PsNumber y)
Marks the end-point of a new line segment in the current path. |
protected abstract void |
PsSystemDict4a.linetoDevice(PsNumber x,
PsNumber y)
Executes any implementation-specific operations related to "lineto". |
static PsMatrix |
PsMatrix.makeTranslateMatrix(PsInterpreter4a interpreter,
PsNumber x,
PsNumber y)
Create a new translate matrix. |
void |
PsGraphicsState.moveto(PsNumber x,
PsNumber y)
Starts a new sub-path in the current path. |
protected abstract void |
PsSystemDict4a.movetoDevice(PsNumber x,
PsNumber y)
Executes any implementation-specific operations related to "moveto". |
PsNumber |
PsNumber.multiply(PsNumber amount)
Multiplies a given number by this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can. |
void |
PsGraphicsState.setLineWidth(PsNumber lineWidth)
Sets the line width. |
void |
PsGraphicsState.setMiterLimit(PsNumber miterLimit)
Sets the miter limit. |
PsNumber |
PsNumber.subtract(PsNumber amount)
Subtracts a given amount from the value of this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can. |
Constructors in org.foray.ps with parameters of type PsNumber | |
---|---|
PsMatrix(PsNumber[] value,
boolean executable)
Constructor. |
|
PsPathCurve(PsNumber control1X,
PsNumber control1Y,
PsNumber control2X,
PsNumber control2Y,
PsNumber control3X,
PsNumber control3Y)
Constructor. |
|
PsPathLine(PsNumber x,
PsNumber y)
Constructor. |
|
PsPathMove(PsNumber x,
PsNumber y)
Constructor. |
Uses of PsNumber in org.foray.ps.java2d |
---|
Methods in org.foray.ps.java2d with parameters of type PsNumber | |
---|---|
void |
Java2DSystemDict.linetoDevice(PsNumber x,
PsNumber y)
|
void |
Java2DSystemDict.movetoDevice(PsNumber x,
PsNumber y)
|
Uses of PsNumber in org.foray.ps.pdf |
---|
Methods in org.foray.ps.pdf with parameters of type PsNumber | |
---|---|
void |
PDFSystemDict.linetoDevice(PsNumber x,
PsNumber y)
|
void |
PDFSystemDict.movetoDevice(PsNumber x,
PsNumber y)
|
Uses of PsNumber in org.foray.ps.readonly |
---|
Methods in org.foray.ps.readonly with parameters of type PsNumber | |
---|---|
void |
ReadOnlySystemDict.linetoDevice(PsNumber x,
PsNumber y)
|
void |
ReadOnlySystemDict.movetoDevice(PsNumber x,
PsNumber y)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |