FixedPrint
Inheritance: java.lang.Object
public class FixedPrint
Represent Fixed print data of Watermark Annotation.
Methods
| Method | Description |
|---|---|
| getMatrix() | Gets matrix value. |
| setMatrix(Matrix value) | Sets matrix value. |
| getHorizontalTranslation() | Gets horizontal translation. |
| setHorizontalTranslation(double value) | Sets horizontal translation. |
| getVerticalTranslation() | Gets vertical translation. |
| setVerticalTranslation(double value) | Sets vertical translation. |
getMatrix()
public Matrix getMatrix()
Gets matrix value.
Returns: Matrix - Matrix instance
setMatrix(Matrix value)
public void setMatrix(Matrix value)
Sets matrix value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Matrix | Matrix instance |
getHorizontalTranslation()
public double getHorizontalTranslation()
Gets horizontal translation.
Returns: double - double value
setHorizontalTranslation(double value)
public void setHorizontalTranslation(double value)
Sets horizontal translation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | double value |
getVerticalTranslation()
public double getVerticalTranslation()
Gets vertical translation.
Returns: double - double value
setVerticalTranslation(double value)
public void setVerticalTranslation(double value)
Sets vertical translation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | double value |