Constructor and Description |
---|
Stroke.Point(int x,
int y)
Creates a new point.
|
Modifier and Type | Method and Description |
---|---|
float |
getScaledX()
Return the scaled value of the 'y' coordinate of this point.
|
float |
getScaledY()
Return the scaled value of the 'y' coordinate of this point.
|
int |
getX()
Returns the 'x' coordinate of this point.
|
int |
getY()
Returns the 'y' coordinate of this point.
|
Stroke.Point(int x, int y)
x
- 'x' coordinate of the pointy
- 'y' coordinate of the pointpublic int getX()
public int getY()
public float getScaledX()
Stroke.draw(PdfContentByte, float, float)
public float getScaledY()
Stroke.draw(PdfContentByte, float, float)
© 2013 andynaz - http://andynaz.altervista.org