Class SimpleLoweredBorder

All Implemented Interfaces:
Border, ColorConstants

public final class SimpleLoweredBorder extends SchemeBorder
Provides a lowered border.
  • Constructor Details

    • SimpleLoweredBorder

      public SimpleLoweredBorder()
      Constructs a SimpleLoweredBorder with the predefined button-pressed Scheme set as default.
      Since:
      2.0
    • SimpleLoweredBorder

      public SimpleLoweredBorder(int width)
      Constructs a SimpleLoweredBorder with the width of all sides provided as input. If width == 2, this SimpleLoweredBorder will use the local DOUBLE Scheme, otherwise it will use the SchemeBorder.SCHEMES.BUTTON_PRESSED Scheme.
      Parameters:
      width - the width of all the sides of the border
      Since:
      2.0