Class SeparatorBorder

All Implemented Interfaces:
Border

public final class SeparatorBorder extends MarginBorder
This border behaves similar to a LineBorder with width 1, except that individual sides are drawn. The sides are specified via PositionConstants.LEFT, PositionConstants.RIGHT, PositionConstants.TOP and PositionConstants.BOTTOM. Multiple sides can be specified by logically or-ing these constants.
Since:
3.16