| java.lang.Object javax.swing.border.AbstractBorder com.l2fprod.common.swing.border.ButtonBorder
Method Summary | |
public Insets | getBorderInsets(Component c) | public Insets | getBorderInsets(Component c, Insets insets) | public void | paintBorder(Component c, Graphics g, int x, int y, int width, int height) | protected void | paintDisabled(AbstractButton b, Graphics g, int x, int y, int width, int height) | protected void | paintNormal(AbstractButton b, Graphics g, int x, int y, int width, int height) | protected void | paintPressed(AbstractButton b, Graphics g, int x, int y, int width, int height) | protected void | paintRollover(AbstractButton b, Graphics g, int x, int y, int width, int height) |
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)
|
|
|