Package com.jidesoft.plaf.vsnet
Class ResizeFrameBorder
java.lang.Object
com.jidesoft.plaf.vsnet.ResizeFrameBorder
- All Implemented Interfaces:
Border
,UIResource
This class is an implementation of the DockableFrame border.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the insets of the border.boolean
Returns whether or not the border is opaque.void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Field Details
-
_highlight
-
_lightHighlight
-
_shadow
-
_darkShadow
-
_insets
-
-
Constructor Details
-
ResizeFrameBorder
-
-
Method Details
-
getBorderInsets
Returns the insets of the border.- Specified by:
getBorderInsets
in interfaceBorder
- Parameters:
c
- the component for which this border insets value applies
-
isBorderOpaque
public boolean isBorderOpaque()Returns whether or not the border is opaque. If the border is opaque, it is responsible for filling in it's own background when painting.- Specified by:
isBorderOpaque
in interfaceBorder
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-