|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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.
Color
public void setColor(Color value)
Color
of the border.
value
- the color of the border.Color
public LineStyle getLineStyle()
LineStyle
of the border.
LineStyle
public 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 |