| javax.swing.border.LineBorder com.jeta.forms.components.border.JETALineBorder
JETALineBorder | public class JETALineBorder extends LineBorder (Code) | | Extension of a line border that supports painting specific sides of the
border (i.e. top, left, bottom, or right ).
author: Jeff Tassin |
JETALineBorder | public JETALineBorder()(Code) | | |
JETALineBorder | public JETALineBorder(Color c, int thickness, boolean curved, boolean top, boolean left, boolean bottom, boolean right)(Code) | | ctor
|
getBorderInsets | public Insets getBorderInsets(Component c)(Code) | | Returns the insets of the border.
Parameters: c - the component for which this border insets value applies |
getBorderInsets | public Insets getBorderInsets(Component c, Insets insets)(Code) | | Reinitialize the insets parameter with this Border's current Insets.
Parameters: c - the component for which this border insets value applies Parameters: insets - the object to be reinitialized |
paintBorder | public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code) | | Renders the border on the graphics context.
|
|
|