Deprecated Methods |
org.jvnet.substance.api.SubstanceColorSchemeBundle.getBorderColorScheme(Component, ComponentState)
Use
#getColorScheme(Component, ColorSchemeAssociationKind, ComponentState)
with ColorSchemeAssociationKind.BORDER instead. This
method will be removed in version 6.0. |
org.jvnet.substance.api.SubstanceSkin.getBorderColorScheme(Component, ComponentState)
Use
SubstanceSkin.getColorScheme(Component, ColorSchemeAssociationKind, ComponentState)
with ColorSchemeAssociationKind.BORDER instead. This
method will be removed in version 6.0. |
org.jvnet.substance.shaper.SubstanceButtonShaper.getButtonOutline(AbstractButton)
Will be removed in version 6.0. Use
SubstanceButtonShaper.getButtonOutline(AbstractButton, Insets, int, int, boolean)
instead. |
org.jvnet.substance.shaper.SubstanceButtonShaper.getButtonOutline(AbstractButton, Insets)
Will be removed in version 6.0. Use
SubstanceButtonShaper.getButtonOutline(AbstractButton, Insets, int, int, boolean)
instead. |
org.jvnet.substance.shaper.SubstanceButtonShaper.getButtonOutline(AbstractButton, Insets, int, int)
Will be removed in version 6.0. Use
SubstanceButtonShaper.getButtonOutline(AbstractButton, Insets, int, int, boolean)
instead. |
org.jvnet.substance.api.SubstanceColorSchemeBundle.getHighlightColorScheme(Component, ComponentState)
Use
#getColorScheme(Component, ColorSchemeAssociationKind, ComponentState)
with ColorSchemeAssociationKind.HIGHLIGHT instead.
This method will be removed in version 6.0. |
org.jvnet.substance.api.SubstanceSkin.getHighlightColorScheme(Component, ComponentState)
Use
SubstanceSkin.getColorScheme(Component, ColorSchemeAssociationKind, ComponentState)
with ColorSchemeAssociationKind.HIGHLIGHT instead.
This method will be removed in version 6.0. |
org.jvnet.substance.api.SubstanceSkin.isPaintingDropShadows(DecorationAreaType)
Use SubstanceSkin.getOverlayPainters(DecorationAreaType) and test
for presence of TopShadowOverlayPainter . This method
will be removed in version 6.0. |
org.jvnet.substance.api.SubstanceColorSchemeBundle.registerBorderColorScheme(SubstanceColorScheme, ComponentState...)
Use
SubstanceColorSchemeBundle.registerColorScheme(SubstanceColorScheme, ColorSchemeAssociationKind, ComponentState...)
with ColorSchemeAssociationKind.BORDER instead. This
method will be removed in version 6.0. |
org.jvnet.substance.api.SubstanceSkin.setPaintingDropShadows(DecorationAreaType)
Use
SubstanceSkin.addOverlayPainter(SubstanceOverlayPainter, DecorationAreaType...)
with an instance of TopShadowOverlayPainter . This
method will be removed in version 6.0. |
org.jvnet.substance.painter.decoration.ImageWrapperDecorationPainter.setPaintingSeparators(boolean)
This method will be removed in version 6.0. Use
SubstanceSkin.addOverlayPainter(SubstanceOverlayPainter, DecorationAreaType...)
with BottomLineOverlayPainter ,
TopLineOverlayPainter or
TopBezelOverlayPainter instead. Calling this method
in version 5.3 will not have any visual effect. |
org.jvnet.substance.api.SubstanceSkin.unsetPaintingDropShadows(DecorationAreaType)
Use
SubstanceSkin.removeOverlayPainter(SubstanceOverlayPainter, DecorationAreaType...)
with an instance of TopShadowOverlayPainter . This
method will be removed in version 6.0. |