Point Class Documentation
classPointNamespace:com::datalogics::PDFL
Detailed Description
Represents a discrete point or space in a PDF. A Point in a PDF document is in the right plane, relative to the origin being the lower left corner of the document.
Referenced by
Constructor & Destructor Documentation
Point
Point()Create a new point at the origin (0.0, 0.0).
Point
Point(doublenh, doublenv)Parameters
nh: doublethe horizontal coordinate
nv: doublethe vertical coordinate
Create a new point at the specified coordinates.
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voiddistanceTransform
Parameters
arg0: Matrix
Returns:
PointDistance Transform the Point Object by the values in the Matrix parameter, which is a transformation without any translation.
equals
booleanequals(Objectrhs)Parameters
rhs: Object
Returns:
booleanfinalize
voidfinalize()Returns:
voidgetH
doublegetH()Returns:
doubleThe horizontal coordinate of the point.
getV
doublegetV()Returns:
doubleThe vertical coordinate of the point.
sameTypeEquals
booleansameTypeEquals(Pointrhs)Parameters
rhs: Point
Returns:
booleansetH
voidsetH(doublevalue)Parameters
value: double
Returns:
voidThe horizontal coordinate of the point.
setV
voidsetV(doublevalue)Parameters
value: double
Returns:
voidThe vertical coordinate of the point.
toString
StringtoString()Returns:
Stringtransform
Parameters
arg0: Matrix
Returns:
PointTransform the Point Object by the values in the Matrix parameter.