Class ResizeFrameBorder

java.lang.Object
com.jidesoft.plaf.vsnet.ResizeFrameBorder
All Implemented Interfaces:
Border, UIResource

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

    • _highlight

      protected Color _highlight
    • _lightHighlight

      protected Color _lightHighlight
    • _shadow

      protected Color _shadow
    • _darkShadow

      protected Color _darkShadow
    • _insets

      protected Insets _insets
  • Constructor Details

    • ResizeFrameBorder

      public ResizeFrameBorder(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