Point Class Documentation

classPoint

Namespace: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.

Uses types

Constructor & Destructor Documentation

Point

Point()

Create a new point at the origin (0.0, 0.0).

Point

Point(doublenh, doublenv)

Parameters

nh: double

the horizontal coordinate

nv: double

the 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 void

delete

synchronized voiddelete()

Returns:

synchronized void

distanceTransform

PointdistanceTransform(Matrixarg0)

Parameters

arg0: Matrix

Returns:

Point

Distance 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:

boolean

finalize

voidfinalize()

Returns:

void

getH

doublegetH()

Returns:

double

The horizontal coordinate of the point.

getV

doublegetV()

Returns:

double

The vertical coordinate of the point.

sameTypeEquals

booleansameTypeEquals(Pointrhs)

Parameters

rhs: Point

Returns:

boolean

setH

voidsetH(doublevalue)

Parameters

value: double

Returns:

void

The horizontal coordinate of the point.

setV

voidsetV(doublevalue)

Parameters

value: double

Returns:

void

The vertical coordinate of the point.

toString

StringtoString()

Returns:

String

transform

Pointtransform(Matrixarg0)

Parameters

arg0: Matrix

Returns:

Point

Transform the Point Object by the values in the Matrix parameter.