DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class Border

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

public class Border
extends java.lang.Object

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

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 the Color of the border.

Returns:
The Color of the border.

setColor

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

Parameters:
value - The Color of the border.

getLineStyle

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

Returns:
The LineStyle of the border.

setLineStyle

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

Parameters:
value - The LineStyle of the border.

getTop

public CellBorderStyle getTop()
Gets the CellBorderStyle object for the top border.

Returns:
The CellBorderStyle object for the top border.

getBottom

public CellBorderStyle getBottom()
Gets the CellBorderStyle object for the bottom border.

Returns:
The CellBorderStyle object for the bottom border.

getLeft

public CellBorderStyle getLeft()
Gets the CellBorderStyle object for the left border.

Returns:
The CellBorderStyle object for the left border.

getRight

public CellBorderStyle getRight()
Gets the CellBorderStyle object for the right border.

Returns:
The CellBorderStyle object for the right border.

DynamicPDF by ceTe Software

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