| 
 | 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 Colorof the border. | 
|  LineStyle | getLineStyle()Gets the LineStyleof the border. | 
|  float | getWidth()Gets the width of the border. | 
|  void | setColor(Color value)Sets the Colorof the border. | 
|  void | setLineStyle(LineStyle value)Sets the LineStyleof 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 | ||||||||