public class DwfWhipLogicalPoint extends Object
Represents Logical point
Constructor and Description |
---|
DwfWhipLogicalPoint()
Initializes a new instance of the
DwfWhipLogicalPoint class |
DwfWhipLogicalPoint(double x,
double y)
Initializes a new instance of the
DwfWhipLogicalPoint class |
Modifier and Type | Method and Description |
---|---|
double |
getX()
Gets or sets X coordinate
|
double |
getY()
Gets or sets Y coordinate
|
void |
setX(double value)
Gets or sets X coordinate
|
void |
setY(double value)
Gets or sets Y coordinate
|
public DwfWhipLogicalPoint()
Initializes a new instance of the DwfWhipLogicalPoint
class
public DwfWhipLogicalPoint(double x, double y)
Initializes a new instance of the DwfWhipLogicalPoint
class
x
- X coordinatey
- Y coordinate