|
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.CellBorderStyle
public class CellBorderStyle
Represents the style of the border.
| Method Summary | |
|---|---|
Color |
getColor()
Gets the Color of the border. |
LineStyle |
getLineStyle()
Gets the LineStyle of the 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.
Colorpublic void setColor(Color value)
Color of the border.
value - the color of the border.Colorpublic LineStyle getLineStyle()
LineStyle of the border.
LineStylepublic void setLineStyle(LineStyle value)
LineStyle of the border.
value - the line style of the border.LineStyle
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||