|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.substance.skin.SubstanceAbstractSkin
public abstract class SubstanceAbstractSkin
Abstract skin for Substance look and feel.
| Field Summary | |
|---|---|
protected SubstanceBorderPainter |
borderPainter
The border painter of this skin. |
protected SubstanceButtonShaper |
buttonShaper
The button shaper of this skin. |
protected SubstanceDecorationPainter |
decorationPainter
|
protected SubstanceGradientPainter |
gradientPainter
The gradient painter of this skin. |
protected SubstanceHighlightPainter |
highlightPainter
|
protected ControlBackgroundComposite |
tabBackgroundComposite
The background composite for tabbed panes of this skin. |
protected SubstanceTheme |
theme
The theme of this skin. |
protected SubstanceWatermark |
watermark
The watermark of this skin. |
| Constructor Summary | |
|---|---|
SubstanceAbstractSkin()
|
|
| Method Summary | |
|---|---|
SubstanceBorderPainter |
getBorderPainter()
|
SubstanceButtonShaper |
getButtonShaper()
|
SubstanceDecorationPainter |
getDecorationPainter()
|
SubstanceGradientPainter |
getGradientPainter()
|
SubstanceHighlightPainter |
getHighlightPainter()
|
SubstanceTheme |
getTheme()
Returns the theme of this skin. |
SubstanceWatermark |
getWatermark()
Returns the watermark of this skin. |
boolean |
set()
Sets this skin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jvnet.substance.skin.SubstanceSkin |
|---|
getDisplayName |
| Field Detail |
|---|
protected SubstanceTheme theme
this skin. The result may be
null if this skin doesn't define a custom
theme.
protected SubstanceWatermark watermark
this skin. May be null if
this skin doesn't define a custom watermark.
protected SubstanceButtonShaper buttonShaper
this skin. May be null
if this skin doesn't define a custom button shaper.
protected SubstanceGradientPainter gradientPainter
this skin. May be
null if this skin doesn't define a custom
gradient painter.
protected SubstanceBorderPainter borderPainter
this skin. May be null
if this skin doesn't define a custom border painter.
protected SubstanceHighlightPainter highlightPainter
protected SubstanceDecorationPainter decorationPainter
protected ControlBackgroundComposite tabBackgroundComposite
this skin.
May be null if this skin doesn't define a
custom background composite for tabbed panes.
| Constructor Detail |
|---|
public SubstanceAbstractSkin()
| Method Detail |
|---|
public SubstanceTheme getTheme()
SubstanceSkinthis skin. The result may be
null if this skin doesn't define a custom
theme.
getTheme in interface SubstanceSkinthis skin. The result may be
null if this skin doesn't define a
custom theme.public SubstanceWatermark getWatermark()
SubstanceSkinthis skin. The result may be
null if this skin doesn't define a custom
watermark.
getWatermark in interface SubstanceSkinthis skin. The result may be
null if this skin doesn't define a
custom watermark.public SubstanceBorderPainter getBorderPainter()
getBorderPainter in interface SubstanceSkinpublic SubstanceButtonShaper getButtonShaper()
getButtonShaper in interface SubstanceSkinpublic SubstanceGradientPainter getGradientPainter()
getGradientPainter in interface SubstanceSkinpublic SubstanceHighlightPainter getHighlightPainter()
getHighlightPainter in interface SubstanceSkinpublic SubstanceDecorationPainter getDecorationPainter()
getDecorationPainter in interface SubstanceSkinpublic boolean set()
SubstanceSkinthis skin. Can call any public static method in
SubstanceLookAndFeel class.
set in interface SubstanceSkintrue if skin has been set successfully,
false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||