bibliothek.extension.gui.dock.theme.bubble
Class BubbleDisplayer.OpenBorder

java.lang.Object
  extended by bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer.OpenBorder
All Implemented Interfaces:
Border
Enclosing class:
BubbleDisplayer

public class BubbleDisplayer.OpenBorder
extends Object
implements Border

The border which will be painted around the dockable.

Author:
Benjamin Sigg

Constructor Summary
BubbleDisplayer.OpenBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleDisplayer.OpenBorder

public BubbleDisplayer.OpenBorder()
Method Detail

getBorderInsets

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

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface Border

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
Specified by:
paintBorder in interface Border