| java.lang.Object com.jidesoft.plaf.xerto.SlidingFrameBorder
SlidingFrameBorder | public class SlidingFrameBorder implements Border,UIResource(Code) | | This class is an implementation of the DockableFrame border.
|
SHADOW_SIZE | final public static int SHADOW_SIZE(Code) | | |
getBorderInsets | public Insets getBorderInsets(Component c)(Code) | | Returns the insets of the border.
Parameters: c - the component for which this border insets value applies |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | 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.
|
paintGradient | public static void paintGradient(Graphics g, Rectangle rect, boolean isVertical, int darkness, boolean lighter)(Code) | | |
|
|