|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColorSchemeSingleColorQuery
Defines a query that returns a single color based on a color scheme.
Field Summary | |
---|---|
static ColorSchemeSingleColorQuery |
DARK
Core implementation of the ColorSchemeSingleColorQuery interface
that returns the dark color of the specified color scheme. |
static ColorSchemeSingleColorQuery |
EXTRALIGHT
Core implementation of the ColorSchemeSingleColorQuery interface
that returns the extra light color of the specified color scheme. |
static ColorSchemeSingleColorQuery |
FOREGROUND
Core implementation of the ColorSchemeSingleColorQuery interface
that returns the foreground color of the specified color scheme. |
static ColorSchemeSingleColorQuery |
LIGHT
Core implementation of the ColorSchemeSingleColorQuery interface
that returns the light color of the specified color scheme. |
static ColorSchemeSingleColorQuery |
MID
Core implementation of the ColorSchemeSingleColorQuery interface
that returns the mid color of the specified color scheme. |
static ColorSchemeSingleColorQuery |
ULTRADARK
Core implementation of the ColorSchemeSingleColorQuery interface
that returns the ultra dark color of the specified color scheme. |
static ColorSchemeSingleColorQuery |
ULTRALIGHT
Core implementation of the ColorSchemeSingleColorQuery interface
that returns the ultra light color of the specified color scheme. |
Method Summary | |
---|---|
java.awt.Color |
query(SubstanceColorScheme scheme)
Returns a single color based on the specified color scheme. |
Field Detail |
---|
static final ColorSchemeSingleColorQuery ULTRALIGHT
ColorSchemeSingleColorQuery
interface
that returns the ultra light color of the specified color scheme.
static final ColorSchemeSingleColorQuery EXTRALIGHT
ColorSchemeSingleColorQuery
interface
that returns the extra light color of the specified color scheme.
static final ColorSchemeSingleColorQuery LIGHT
ColorSchemeSingleColorQuery
interface
that returns the light color of the specified color scheme.
static final ColorSchemeSingleColorQuery MID
ColorSchemeSingleColorQuery
interface
that returns the mid color of the specified color scheme.
static final ColorSchemeSingleColorQuery DARK
ColorSchemeSingleColorQuery
interface
that returns the dark color of the specified color scheme.
static final ColorSchemeSingleColorQuery ULTRADARK
ColorSchemeSingleColorQuery
interface
that returns the ultra dark color of the specified color scheme.
static final ColorSchemeSingleColorQuery FOREGROUND
ColorSchemeSingleColorQuery
interface
that returns the foreground color of the specified color scheme.
Method Detail |
---|
java.awt.Color query(SubstanceColorScheme scheme)
scheme
- The color scheme.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |