Class SlidingFrameBorder

java.lang.Object
com.jidesoft.plaf.xerto.SlidingFrameBorder
All Implemented Interfaces:
Border, UIResource

public class SlidingFrameBorder extends Object implements Border, UIResource
This class is an implementation of the DockableFrame border.
  • Field Details

    • SHADOW_SIZE

      public static final int SHADOW_SIZE
      See Also:
    • _highlight

      protected Color _highlight
    • _lightHighlight

      protected Color _lightHighlight
    • _shadow

      protected Color _shadow
    • _darkShadow

      protected Color _darkShadow
    • _insets

      protected Insets _insets
  • Constructor Details

    • SlidingFrameBorder

      public SlidingFrameBorder(Color highlight, Color lightHighlight, Color shadow, Color darkShadow, Insets insets)
  • Method Details

    • getBorderInsets

      public Insets getBorderInsets(Component c)
      Returns the insets of the border.
      Specified by:
      getBorderInsets in interface Border
      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 interface Border
    • paintBorder

      public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
      Specified by:
      paintBorder in interface Border
    • paintGradient

      public static void paintGradient(Graphics g, Rectangle rect, boolean isVertical, int darkness, boolean lighter)