composant_saisie.wComposant
Class RoundBorder
Object
javax.swing.border.AbstractBorder
composant_saisie.wComposant.RoundBorder
- All Implemented Interfaces:
- Serializable, javax.swing.border.Border
public class RoundBorder
- extends javax.swing.border.AbstractBorder
A_doc
Licence
.
- See Also:
- Serialized Form
Methods inherited from class javax.swing.border.AbstractBorder |
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoundBorder
public RoundBorder()
RoundBorder
public RoundBorder(int roundSize)
paintBorder
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
- Specified by:
paintBorder
in interface javax.swing.border.Border
- Overrides:
paintBorder
in class javax.swing.border.AbstractBorder
setInsets
public void setInsets(Insets insets)
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsets
in interface javax.swing.border.Border
- Overrides:
getBorderInsets
in class javax.swing.border.AbstractBorder
getBorderInsets
public Insets getBorderInsets(Component c,
Insets i)
- Overrides:
getBorderInsets
in class javax.swing.border.AbstractBorder
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaque
in interface javax.swing.border.Border
- Overrides:
isBorderOpaque
in class javax.swing.border.AbstractBorder