|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.Border
public class Border
Represents a border with color, width and linestyle.
| Method Summary | |
|---|---|
CellBorderStyle |
getBottom()
Gets the CellBorderStyle object for the bottom border. |
Color |
getColor()
Gets the Color of the border. |
CellBorderStyle |
getLeft()
Gets the CellBorderStyle object for the left border. |
LineStyle |
getLineStyle()
Gets the LineStyle of the border. |
CellBorderStyle |
getRight()
Gets the CellBorderStyle object for the right border. |
CellBorderStyle |
getTop()
Gets the CellBorderStyle object for the top border. |
float |
getWidth()
Gets the width of the border. |
void |
setColor(Color value)
Sets the Color of the border. |
void |
setLineStyle(LineStyle value)
Sets the LineStyle of the border. |
void |
setWidth(float value)
Sets the width of the border. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public float getWidth()
public void setWidth(float value)
value - The width of the border.public Color getColor()
Color of the border.
Color of the border.public void setColor(Color value)
Color of the border.
value - The Color of the border.public LineStyle getLineStyle()
LineStyle of the border.
LineStyle of the border.public void setLineStyle(LineStyle value)
LineStyle of the border.
value - The LineStyle of the border.public CellBorderStyle getTop()
CellBorderStyle object for the top border.
CellBorderStyle object for the top border.public CellBorderStyle getBottom()
CellBorderStyle object for the bottom border.
CellBorderStyle object for the bottom border.public CellBorderStyle getLeft()
CellBorderStyle object for the left border.
CellBorderStyle object for the left border.public CellBorderStyle getRight()
CellBorderStyle object for the right border.
CellBorderStyle object for the right border.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||