DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class CellBorderStyle

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.CellBorderStyle

public class CellBorderStyle
extends java.lang.Object

Represents the style of the border.


Method Summary
 Color getColor()
          Gets theColor of the border.
 LineStyle getLineStyle()
          Gets the LineStyle of the border.
 float getWidth()
          Gets the width of the border.
 void setColor(Color value)
          Sets theColor 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

getWidth

public float getWidth()
Gets the width of the border.

Returns:
the width of the border.

setWidth

public void setWidth(float value)
Sets the width of the border.

Parameters:
value - the width of the border.

getColor

public Color getColor()
Gets theColor of the border.

Returns:
the color of the border.
See Also:
Color

setColor

public void setColor(Color value)
Sets theColor of the border.

Parameters:
value - the color of the border.
See Also:
Color

getLineStyle

public LineStyle getLineStyle()
Gets the LineStyle of the border.

Returns:
the line style of the border.
See Also:
LineStyle

setLineStyle

public void setLineStyle(LineStyle value)
Sets the LineStyle of the border.

Parameters:
value - the line style of the border.
See Also:
LineStyle

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software