Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.lookandfeel
Class SIPCommBorders.RoundBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.RoundBorder
All Implemented Interfaces:
Serializable, Border, UIResource
Direct Known Subclasses:
SIPCommBorders.TextFieldBorder
Enclosing class:
SIPCommBorders

public static class SIPCommBorders.RoundBorder
extends AbstractBorder
implements UIResource

The RoundBorder is common border which is used throughout the SIPComm L&F.

See Also:
Serialized Form

Constructor Summary
SIPCommBorders.RoundBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 Insets getBorderInsets(Component c, Insets newInsets)
           
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPCommBorders.RoundBorder

public SIPCommBorders.RoundBorder()
Method Detail

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
Specified by:
paintBorder in interface Border
Overrides:
paintBorder in class AbstractBorder

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border
Overrides:
getBorderInsets in class AbstractBorder

getBorderInsets

public Insets getBorderInsets(Component c,
                              Insets newInsets)
Overrides:
getBorderInsets in class AbstractBorder

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.