|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.substance.colorscheme.BaseColorScheme
org.jvnet.substance.colorscheme.ShiftColorScheme
org.jvnet.substance.colorscheme.ToneColorScheme
public class ToneColorScheme
Toned color scheme. A toned color scheme is a color scheme that is shifted to gray color.
ShiftColorScheme| Field Summary |
|---|
| Fields inherited from class org.jvnet.substance.colorscheme.ShiftColorScheme |
|---|
shiftedCache |
| Fields inherited from class org.jvnet.substance.colorscheme.BaseColorScheme |
|---|
derivedColorsResolver, displayName, isDark |
| Constructor Summary | |
|---|---|
ToneColorScheme(SubstanceColorScheme origColorScheme,
double toneFactor)
Creates a new toned color scheme. |
|
| Method Summary |
|---|
| Methods inherited from class org.jvnet.substance.colorscheme.ShiftColorScheme |
|---|
getDarkColor, getExtraLightColor, getForegroundColor, getLightColor, getMidColor, getOrigScheme, getShiftedScheme, getShiftFactor, getUltraDarkColor, getUltraLightColor |
| Methods inherited from class org.jvnet.substance.colorscheme.BaseColorScheme |
|---|
getBackgroundFillColor, getDisplayName, getFocusRingColor, getLineColor, getSelectionBackgroundColor, getSelectionForegroundColor, getTextBackgroundFillColor, getWatermarkDarkColor, getWatermarkLightColor, getWatermarkStampColor, hueShift, invert, isDark, named, negate, saturate, shade, shift, shiftBackground, tint, tone, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ToneColorScheme(SubstanceColorScheme origColorScheme,
double toneFactor)
origColorScheme - The original color scheme.toneFactor - The tone factor. Should be in 0.0-1.0 range.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||