public class PadesVisualRectangle
extends java.lang.Object
Constructor and Description |
---|
PadesVisualRectangle() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getBottom() |
java.lang.Double |
getHeight() |
java.lang.Double |
getLeft() |
java.lang.Double |
getRight() |
java.lang.Double |
getTop() |
java.lang.Double |
getWidth() |
void |
setBottom(java.lang.Double bottom)
Sets the bottom margin length
|
void |
setHeight(java.lang.Double height)
Sets the Height length
|
void |
setHeightBottomAnchored(double height,
double bottom) |
void |
setHeightCentered(double height) |
void |
setHeightTopAnchored(double height,
double top) |
void |
setHorizontalStretch(double left,
double right) |
void |
setLeft(java.lang.Double left)
Sets the left margin length
|
void |
setRight(java.lang.Double right)
Sets the right margin length
|
void |
setTop(java.lang.Double top)
Sets the top margin length
|
void |
setVerticalStretch(double top,
double bottom) |
void |
setWidth(java.lang.Double width)
Sets the width length
|
void |
setWidthCentered(double width) |
void |
setWidthLeftAnchored(double width,
double left) |
void |
setWidthRightAnchored(double width,
double right) |
com.lacunasoftware.restpki.PadesVisualRectangleModel |
toModel() |
public java.lang.Double getLeft()
public void setLeft(java.lang.Double left)
left
- Left margin lengthpublic java.lang.Double getTop()
public void setTop(java.lang.Double top)
top
- Top margin lengthpublic java.lang.Double getRight()
public void setRight(java.lang.Double right)
right
- Right margin lengthpublic java.lang.Double getBottom()
public void setBottom(java.lang.Double bottom)
bottom
- Bottom margin lengthpublic java.lang.Double getWidth()
public void setWidth(java.lang.Double width)
width
- Width lengthpublic java.lang.Double getHeight()
public void setHeight(java.lang.Double height)
height
- Height lengthpublic void setWidthCentered(double width)
public void setWidthLeftAnchored(double width, double left)
public void setWidthRightAnchored(double width, double right)
public void setHorizontalStretch(double left, double right)
public void setHeightCentered(double height)
public void setHeightTopAnchored(double height, double top)
public void setHeightBottomAnchored(double height, double bottom)
public void setVerticalStretch(double top, double bottom)
public com.lacunasoftware.restpki.PadesVisualRectangleModel toModel()