com.birosoft.liquid.borders
Class LiquidListBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.birosoft.liquid.borders.LiquidListBorder
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.border.Border, javax.swing.plaf.UIResource
public class LiquidListBorder
- extends javax.swing.border.AbstractBorder
- implements javax.swing.plaf.UIResource
The border for a Textfield.
- See Also:
- Serialized Form
Method Summary |
java.awt.Insets |
getBorderInsets(java.awt.Component c)
Gets the border insets for a given component. |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
Use the skin to paint the border |
Methods inherited from class javax.swing.border.AbstractBorder |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiquidListBorder
public LiquidListBorder()
LiquidListBorder
public LiquidListBorder(java.awt.Insets insets)
getBorderInsets
public java.awt.Insets getBorderInsets(java.awt.Component c)
- Gets the border insets for a given component.
- Specified by:
getBorderInsets
in interface javax.swing.border.Border
- Overrides:
getBorderInsets
in class javax.swing.border.AbstractBorder
- Parameters:
c
- The component to get its border insets.
- Returns:
- Always returns the same insets as defined in
insets
.
paintBorder
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
- Use the skin to paint the border
- Specified by:
paintBorder
in interface javax.swing.border.Border
- Overrides:
paintBorder
in class javax.swing.border.AbstractBorder
- See Also:
Border.paintBorder(Component, Graphics, int, int, int, int)