org.flexdock.docking.floating.frames
Class RootPaneBorder
java.lang.Object
org.flexdock.docking.floating.frames.RootPaneBorder
- All Implemented Interfaces:
- Border
public class RootPaneBorder
- extends Object
- implements Border
- Author:
- Andreas Ernst, Christopher Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootPaneBorder
public RootPaneBorder()
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