Rectangle
is the representation of a geometric figure. Rectangles support constant width borders using {@link #setBorderWidth(float)}and {@link #setBorder(int)}. They also support borders that vary in width/color on each side using methods like {@link #setBorderWidthLeft(float)}or {@link #setBorderColorLeft(java.awt.Color)}.
@see Element
@see Table
@see Cell
@see HeaderFooter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|