public class SignaturePositionImpl extends java.lang.Object implements SignaturePosition
Modifier and Type | Field and Description |
---|---|
protected float |
height |
protected int |
page |
protected float |
width |
protected float |
x |
protected float |
y |
Constructor and Description |
---|
SignaturePositionImpl() |
Modifier and Type | Method and Description |
---|---|
float |
getHeight()
Returns the height of the signature.
|
int |
getPage()
Returns the page on which the signature was placed.
|
float |
getWidth()
Returns the width of the signature.
|
float |
getX()
Returns the x position.
|
float |
getY()
Returns the y position.
|
void |
setHeight(float height) |
void |
setPage(int page) |
void |
setWidth(float width) |
void |
setX(float x) |
void |
setY(float y) |
protected int page
protected float x
protected float y
protected float width
protected float height
public void setPage(int page)
public void setX(float x)
public void setY(float y)
public void setWidth(float width)
public void setHeight(float height)
public int getPage()
SignaturePosition
getPage
in interface SignaturePosition
public float getX()
SignaturePosition
getX
in interface SignaturePosition
public float getY()
SignaturePosition
getY
in interface SignaturePosition
public float getWidth()
SignaturePosition
getWidth
in interface SignaturePosition
public float getHeight()
SignaturePosition
getHeight
in interface SignaturePosition