net.infonode.tabbedpanel.border
public class TabAreaLineBorder extends Object implements Border, Serializable
Since: ITP 1.1.0
Version: $Revision: 1.19 $
See Also: Tab TabbedPanel TabbedPanelProperties TabAreaProperties TabAreaComponentsProperties
Constructor Summary | |
---|---|
TabAreaLineBorder()
Constructs a TabAreaLineBorder with color based on the look and feel | |
TabAreaLineBorder(Color color)
Constructs a TabAreaLineBorder with the give color
| |
TabAreaLineBorder(boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight)
Constructor.
| |
TabAreaLineBorder(Color color, boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight)
Constructor.
| |
TabAreaLineBorder(ColorProvider colorProvider, boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight)
Constructor.
|
Method Summary | |
---|---|
Insets | getBorderInsets(Component c) |
boolean | isBorderOpaque() |
void | paintBorder(Component c, Graphics g, int x, int y, int width, int height) |
Parameters: color color for the border
Parameters: drawTop draw the top line drawLeft draw the left line drawRight draw the right line flipLeftRight if true the left line is rotated so that it is always to the left or at the top and vice versa for the right line, if false the left and right lines are rotated the same way as the other lines
Parameters: color the line color drawTop draw the top line drawLeft draw the left line drawRight draw the right line flipLeftRight if true the left line is rotated so that it is always to the left or at the top and vice versa for the right line, if false the left and right lines are rotated the same way as the other lines
Parameters: colorProvider the line color provider drawTop draw the top line drawLeft draw the left line drawRight draw the right line flipLeftRight if true the left line is rotated so that it is always to the left or at the top and vice versa for the right line, if false the left and right lines are rotated the same way as the other lines