Package org.jvnet.substance.border

Interface Summary
BorderPainterChangeListener The listener interface for receiving events on changing the border painter in Substance look and feel.
SubstanceBorderPainter Border painter interface for Substance look and feel.
 

Class Summary
BorderPainterInfo Information on a single border painter.
ClassicBorderPainter Border painter that returns images with classic appearance.
ClassicInnerBorderPainter Implementation of border painter that uses the ClassicBorderPainter gradients and paints the inner contour of the border in addition to the outer contour.
FlatBorderPainter Border painter that returns images with flat appearance.
FlatInnerBorderPainter Implementation of border painter that uses the FlatBorderPainter gradients and paints the inner contour of the border in addition to the outer contour.
GlassBorderPainter Border painter that returns images with classic appearance.
GlassInnerBorderPainter Implementation of border painter that uses the GlassBorderPainter gradients and paints the inner contour of the border in addition to the outer contour.
InnerDelegateBorderPainter Abstract base class for painters that provide inner painting.
NullBorderPainter Empty implementation of SubstanceBorderPainter which doesn't paint any border.
SimplisticSoftBorderPainter Border painter that returns images with classic appearance.
StandardBorderPainter The default border painter.