| java.lang.Object org.jvnet.substance.border.NullBorderPainter
NullBorderPainter | public class NullBorderPainter implements SubstanceBorderPainter(Code) | | Empty implementation of
SubstanceBorderPainter which doesn't paint
any border. This is useful for migration of custom gradient painters which,
until version 4.0, were used to paint both the control background and the
control border. Starting from version 4.0, the borders are painted by the
currently installed border painter, and as such, a custom gradient painter
that paints a border will be overriden by the current border painter. To
allow easier migration (splitting the old custom gradient painter into a
custom gradient painter and a custom border painter, you can use this
implementation that will not override the custom border.
author: Kirill Grouchnikov |
|
|