composant_saisie.wComposant
Class RoundBorder

Object
  extended by javax.swing.border.AbstractBorder
      extended by 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

Constructor Summary
RoundBorder()
           
RoundBorder(int roundSize)
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 Insets getBorderInsets(Component c, Insets i)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 void setInsets(Insets insets)
           
 
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
 

Constructor Detail

RoundBorder

public RoundBorder()

RoundBorder

public RoundBorder(int roundSize)
Method Detail

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