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.booleanReturns whether or not the border is opaque.voidpaintBorder(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:
getBorderInsetsin 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:
isBorderOpaquein interfaceBorder
-
paintBorder
- Specified by:
paintBorderin interfaceBorder
-