public abstract class PdfMarkElement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected PdfMarkElementType |
elementType |
protected PadesVisualRectangle |
relativeContainer |
protected int |
rotation |
Constructor and Description |
---|
PdfMarkElement(PdfMarkElementType type) |
PdfMarkElement(PdfMarkElementType type,
PadesVisualRectangle relativeContainer) |
Modifier and Type | Method and Description |
---|---|
PdfMarkElementType |
getElementType() |
PadesVisualRectangle |
getRelativeContainer() |
int |
getRotation() |
void |
setElementType(PdfMarkElementType elementType) |
void |
setRelativeContainer(PadesVisualRectangle relativeContainer) |
void |
setRotation(int rotation) |
com.lacunasoftware.restpki.PdfMarkElementModel |
toModel() |
protected PdfMarkElementType elementType
protected PadesVisualRectangle relativeContainer
protected int rotation
public PdfMarkElement(PdfMarkElementType type)
public PdfMarkElement(PdfMarkElementType type, PadesVisualRectangle relativeContainer)
public com.lacunasoftware.restpki.PdfMarkElementModel toModel()
public PdfMarkElementType getElementType()
public void setElementType(PdfMarkElementType elementType)
public PadesVisualRectangle getRelativeContainer()
public void setRelativeContainer(PadesVisualRectangle relativeContainer)
public int getRotation()
public void setRotation(int rotation)