Class SlideoutBorder

java.lang.Object
org.flexdock.plaf.common.border.SlideoutBorder
All Implemented Interfaces:
Border, DockingConstants

public class SlideoutBorder extends Object implements Border, DockingConstants
Author:
Christopher Butler
  • Field Details

    • WIN32_GRAY

      public static final Color WIN32_GRAY
  • Constructor Details

    • SlideoutBorder

      public SlideoutBorder()
  • Method Details

    • getBorderInsets

      public Insets getBorderInsets(Component c)
      Specified by:
      getBorderInsets in interface Border
    • isBorderOpaque

      public boolean isBorderOpaque()
      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
    • getOrientation

      public int getOrientation()
    • setOrientation

      public void setOrientation(int orientation)