|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorType | |
---|---|
javax.swing.plaf.synth | Synth is a skinnable look and feel in which all painting is delegated. |
Uses of ColorType in javax.swing.plaf.synth |
---|
Fields in javax.swing.plaf.synth declared as ColorType | |
---|---|
static ColorType |
ColorType.BACKGROUND
ColorType for the background of a region. |
static ColorType |
ColorType.FOCUS
ColorType for the focus. |
static ColorType |
ColorType.FOREGROUND
ColorType for the foreground of a region. |
static ColorType |
ColorType.TEXT_BACKGROUND
ColorType for the background of a region. |
static ColorType |
ColorType.TEXT_FOREGROUND
ColorType for the foreground of a region. |
Methods in javax.swing.plaf.synth with parameters of type ColorType | |
---|---|
Color |
SynthStyle.getColor(SynthContext context,
ColorType type)
Returns the color for the specified state. |
protected abstract Color |
SynthStyle.getColorForState(SynthContext context,
ColorType type)
Returns the color for the specified state. |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.