| |
|
| org.jvnet.substance.skin.SubstanceSkin
All known Subclasses: org.jvnet.substance.skin.SubstanceAbstractSkin,
SubstanceSkin | public interface SubstanceSkin extends SubstanceTrait(Code) | | Skin for Substance look and feel.
author: Kirill Grouchnikov since: version 3.1 |
getTheme | public SubstanceTheme getTheme()(Code) | | Returns the theme of this skin. The result may be
null if this skin doesn't define a custom
theme.
The theme of this skin. The result may benull if this skin doesn't define acustom theme. |
getWatermark | public SubstanceWatermark getWatermark()(Code) | | Returns the watermark of this skin. The result may be
null if this skin doesn't define a custom
watermark.
The watermark of this skin. The result may benull if this skin doesn't define acustom watermark. |
set | public boolean set()(Code) | | Sets this skin. Can call any public static method in
SubstanceLookAndFeel class.
true if skin has been set successfully,false otherwise. |
|
|
|