Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public static class SIPCommBorders.BoldRoundBorder
extends AbstractBorder
implements UIResource

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

See Also:
Serialized Form

Constructor Summary
SIPCommBorders.BoldRoundBorder()
           
 
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.BoldRoundBorder

public SIPCommBorders.BoldRoundBorder()
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.