| java.lang.Object org.jvnet.substance.skin.SubstanceAbstractSkin
All known Subclasses: org.jvnet.substance.skin.MagmaSkin, org.jvnet.substance.skin.GreenMagicSkin, org.jvnet.substance.skin.RavenGraphiteGlassSkin, org.jvnet.substance.skin.BusinessBlackSteelSkin, org.jvnet.substance.skin.FindingNemoSkin, org.jvnet.substance.skin.ModerateSkin, org.jvnet.substance.skin.MistAquaSkin, org.jvnet.substance.skin.MistSilverSkin, org.jvnet.substance.skin.EmeraldDuskSkin, org.jvnet.substance.skin.RavenGraphiteSkin, org.jvnet.substance.skin.OfficeBlue2007Skin, org.jvnet.substance.skin.OfficeSilver2007Skin, org.jvnet.substance.skin.CremeSkin, org.jvnet.substance.skin.NebulaSkin, org.jvnet.substance.skin.BusinessSkin, org.jvnet.substance.skin.ChallengerDeepSkin, org.jvnet.substance.skin.MangoSkin, org.jvnet.substance.skin.SaharaSkin, org.jvnet.substance.skin.FieldOfWheatSkin, org.jvnet.substance.skin.AutumnSkin, org.jvnet.substance.skin.BusinessBlueSteelSkin, org.jvnet.substance.skin.RavenSkin, org.jvnet.substance.skin.CremeCoffeeSkin,
SubstanceAbstractSkin | abstract public class SubstanceAbstractSkin implements SubstanceSkin(Code) | | Abstract skin for Substance look and feel.
author: Kirill Grouchnikov since: version 3.1 |
borderPainter | protected SubstanceBorderPainter borderPainter(Code) | | The border painter of this skin. May be null
if this skin doesn't define a custom border painter.
|
buttonShaper | protected SubstanceButtonShaper buttonShaper(Code) | | The button shaper of this skin. May be null
if this skin doesn't define a custom button shaper.
|
gradientPainter | protected SubstanceGradientPainter gradientPainter(Code) | | The gradient painter of this skin. May be
null if this skin doesn't define a custom
gradient painter.
|
tabBackgroundComposite | protected ControlBackgroundComposite tabBackgroundComposite(Code) | | The background composite for tabbed panes of this skin.
May be null if this skin doesn't define a
custom background composite for tabbed panes.
|
theme | protected SubstanceTheme theme(Code) | | The theme of this skin. The result may be
null if this skin doesn't define a custom
theme.
|
watermark | protected SubstanceWatermark watermark(Code) | | The watermark of this skin. May be null if
this skin doesn't define a custom watermark.
|
|
|