composant_saisie.wComposant
Class RoundBorder
Object
   javax.swing.border.AbstractBorder
javax.swing.border.AbstractBorder
       composant_saisie.wComposant.RoundBorder
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:
- paintBorderin interface- javax.swing.border.Border
- Overrides:
- paintBorderin class- javax.swing.border.AbstractBorder
 
- 
 
setInsets
public void setInsets(Insets insets)
- 
 
getBorderInsets
public Insets getBorderInsets(Component c)
- 
- Specified by:
- getBorderInsetsin interface- javax.swing.border.Border
- Overrides:
- getBorderInsetsin class- javax.swing.border.AbstractBorder
 
- 
 
getBorderInsets
public Insets getBorderInsets(Component c,
                              Insets i)
- 
- Overrides:
- getBorderInsetsin class- javax.swing.border.AbstractBorder
 
- 
 
isBorderOpaque
public boolean isBorderOpaque()
- 
- Specified by:
- isBorderOpaquein interface- javax.swing.border.Border
- Overrides:
- isBorderOpaquein class- javax.swing.border.AbstractBorder
 
-