FixedPrint

Inheritance: java.lang.Object

public class FixedPrint

Represent Fixed print data of Watermark Annotation.

Methods

MethodDescription
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:

ParameterTypeDescription
valueMatrixMatrix instance

getHorizontalTranslation()

public double getHorizontalTranslation()

Gets horizontal translation.

Returns: double - double value

setHorizontalTranslation(double value)

public void setHorizontalTranslation(double value)

Sets horizontal translation.

Parameters:

ParameterTypeDescription
valuedoubledouble value

getVerticalTranslation()

public double getVerticalTranslation()

Gets vertical translation.

Returns: double - double value

setVerticalTranslation(double value)

public void setVerticalTranslation(double value)

Sets vertical translation.

Parameters:

ParameterTypeDescription
valuedoubledouble value