| java.lang.Object javax.swing.border.AbstractBorder workbench.gui.components.WbLineBorder
BOTTOM | final public static int BOTTOM(Code) | | |
LEFT | final public static int LEFT(Code) | | |
RIGHT | final public static int RIGHT(Code) | | |
TOP | final public static int TOP(Code) | | |
thickness | protected int thickness(Code) | | |
WbLineBorder | public WbLineBorder(int type)(Code) | | |
WbLineBorder | public WbLineBorder(int aType, Color aColor)(Code) | | Creates a divider border with the specified type and color
Parameters: aType - (LEFT, RIGHT, TOP, BOTTOM) Parameters: aColor - the thickness of the border |
Methods inherited from javax.swing.border.AbstractBorder | public int getBaseline(Component c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c, Insets insets)(Code)(Java Doc) public Rectangle getInteriorRectangle(Component c, int x, int y, int width, int height)(Code)(Java Doc) public static Rectangle getInteriorRectangle(Component c, Border b, int x, int y, int width, int height)(Code)(Java Doc) public boolean isBorderOpaque()(Code)(Java Doc) public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc)
|
|
|