|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.api.SubstanceSkin
tools.docrobot.RobotDefaultDarkSkin
public class RobotDefaultDarkSkin
The default dark skin for the docrobot scripts.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jvnet.substance.api.SubstanceSkin |
---|
SubstanceSkin.ColorSchemes |
Field Summary | |
---|---|
static java.lang.String |
NAME
Display name for this skin. |
Fields inherited from class org.jvnet.substance.api.SubstanceSkin |
---|
backgroundColorSchemeMap, borderPainter, buttonShaper, colorSchemeBundleMap, decoratedAreaSet, decorationPainter, gradientPainter, highlightBorderPainter, highlightPainter, overlayPaintersMap, selectedTabFadeEnd, selectedTabFadeStart, watermark, watermarkScheme |
Constructor Summary | |
---|---|
RobotDefaultDarkSkin(SubstanceColorScheme colorScheme)
Creates the skin based on the specified color scheme. |
|
RobotDefaultDarkSkin(SubstanceColorScheme colorScheme,
SubstanceWatermark watermark)
Creates the skin based on the specified color scheme and watermark. |
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Returns the display name of this trait. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String NAME
this
skin.
Constructor Detail |
---|
public RobotDefaultDarkSkin(SubstanceColorScheme colorScheme)
colorScheme
- The active color scheme.public RobotDefaultDarkSkin(SubstanceColorScheme colorScheme, SubstanceWatermark watermark)
colorScheme
- The active color scheme.watermark
- Watermark.Method Detail |
---|
public java.lang.String getDisplayName()
SubstanceTrait
this
trait. This method is part
of officially supported API.
this
trait.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |