public class FixedPrint extends Object
Represent Fixed print data of Watermark Annotation.
Modifier and Type | Method and Description |
---|---|
double |
getHorizontalTranslation()
Gets horizontal translation.
|
Matrix |
getMatrix()
Gets matrix value.
|
double |
getVerticalTranslation()
Gets vertical translation.
|
void |
setHorizontalTranslation(double value)
Sets horizontal translation.
|
void |
setMatrix(Matrix value)
Sets matrix value.
|
void |
setVerticalTranslation(double value)
Sets vertical translation.
|
public Matrix getMatrix()
Gets matrix value.
public void setMatrix(Matrix value)
Sets matrix value.
value
- Matrix instancepublic double getHorizontalTranslation()
Gets horizontal translation.
public void setHorizontalTranslation(double value)
Sets horizontal translation.
value
- double valuepublic double getVerticalTranslation()
Gets vertical translation.
public void setVerticalTranslation(double value)
Sets vertical translation.
value
- double value