Class LinesBorder

All Implemented Interfaces:
Serializable, Border, SwingConstants

public class LinesBorder extends AbstractBorder implements SwingConstants
See Also:
  • Field Details

    • northThickness

      protected int northThickness
    • southThickness

      protected int southThickness
    • eastThickness

      protected int eastThickness
    • westThickness

      protected int westThickness
    • northColor

      protected Color northColor
    • southColor

      protected Color southColor
    • eastColor

      protected Color eastColor
    • westColor

      protected Color westColor
  • Constructor Details

    • LinesBorder

      public LinesBorder(Color color)
    • LinesBorder

      public LinesBorder(Color color, int thickness)
    • LinesBorder

      public LinesBorder(Color color, Insets insets)
  • Method Details