Class DnDBorderFactory.OffsetBorder
java.lang.Object
org.pushingpixels.radiance.theming.internal.widget.tree.dnd.DnDBorderFactory.OffsetBorder
- All Implemented Interfaces:
Border
- Enclosing class:
DnDBorderFactory
OffsetBorder is a Border that contains an offset. This is used to "separate" the node under
the drop.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Field Details
-
insets
-
-
Constructor Details
-
OffsetBorder
OffsetBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-