package org.aswing.border

BevelBorder

A class which implements a simple 2 line bevel border. @author paling

CaveBorder

CaveBorder, a border with a cave line rectangle(or roundrect). It is like a TitledBorder with no title. :)

DecorateBorder

DecorateBorder make your border can represented as many border arounded. DecorateBorder is a abstract class, you need to inherit it to implement your real decrator border.

Note:You should only need to override:

  • getDisplayImp
  • updateBorderImp
  • getBorderInsetsImp
methods in sub-class.

EmptyBorder

EmptyBorder not draw any graphics, only use to hold a blank space around component (margin, insets).

LineBorder

Line border, this will paint a rounded line for a component.

SideLineBorder

A border that draw a line at one side of a component. @author paling

SimpleTitledBorder

TitledBorder

TitledBorder, a border with a line rectangle and a title text. @author paling