| java.lang.Object net.infonode.tabbedpanel.border.TabAreaLineBorder
Constructor Summary | |
public | TabAreaLineBorder() | public | TabAreaLineBorder(Color color) | public | TabAreaLineBorder(boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight) Constructor. | public | TabAreaLineBorder(Color color, boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight) Constructor. | public | TabAreaLineBorder(ColorProvider colorProvider, boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight) Constructor. |
TabAreaLineBorder | public TabAreaLineBorder()(Code) | | Constructs a TabAreaLineBorder with color based on the look and feel
|
TabAreaLineBorder | public TabAreaLineBorder(Color color)(Code) | | Constructs a TabAreaLineBorder with the give color
Parameters: color - color for the border |
TabAreaLineBorder | public TabAreaLineBorder(boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight)(Code) | | Constructor.
Parameters: drawTop - draw the top line Parameters: drawLeft - draw the left line Parameters: drawRight - draw the right line Parameters: flipLeftRight - if true the left line is rotated so that it is always to the left or at the top andvice versa for the right line, if false the left and right lines are rotated the same way asthe other lines |
TabAreaLineBorder | public TabAreaLineBorder(Color color, boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight)(Code) | | Constructor.
Parameters: color - the line color Parameters: drawTop - draw the top line Parameters: drawLeft - draw the left line Parameters: drawRight - draw the right line Parameters: flipLeftRight - if true the left line is rotated so that it is always to the left or at the top andvice versa for the right line, if false the left and right lines are rotated the same way asthe other lines |
TabAreaLineBorder | public TabAreaLineBorder(ColorProvider colorProvider, boolean drawTop, boolean drawLeft, boolean drawRight, boolean flipLeftRight)(Code) | | Constructor.
Parameters: colorProvider - the line color provider Parameters: drawTop - draw the top line Parameters: drawLeft - draw the left line Parameters: drawRight - draw the right line Parameters: flipLeftRight - if true the left line is rotated so that it is always to the left or at the top andvice versa for the right line, if false the left and right lines are rotated the same way asthe other lines |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
|
|