See: Description
Interface | Description |
---|---|
ColorSliderModel |
ColorSliderModel.
|
HarmonicColorModel |
HarmonicColorModel.
|
HarmonicRule |
HarmonicRule.
|
NamedColorSpace |
Interface for
ColorSpace classes which have a name. |
Class | Description |
---|---|
AbstractColorSlidersModel |
AbstractColorSlidersModel.
|
AbstractColorWheelImageProducer |
AbstractColorWheelImageProducer.
|
AbstractHarmonicRule |
AbstractHarmonicRule.
|
CIELABColorSpace |
The 1976 CIE L*a*b* color space (CIELAB).
|
CIELCHabColorSpace |
The 1976 CIE L*CHa*b* color space (CIELCH).
|
CIEXYChromaticityDiagramImageProducer |
Produces a CIE xy Chromaticity Diagram.
|
CMYKGenericColorSpace |
A
ColorSpace for CMYK color components using a generic CMYK profile. |
CMYKNominalColorSpace |
A
ColorSpace for CMYK color components (cyan, magenta, yellow, black) with
nominally converted color components from/to an RGB color model. |
ColorListCellRenderer |
ColorListCellRenderer.
|
ColorSliderUI |
A UI delegate for color sliders.
|
ColorSquareImageProducer |
Produces a square image for
JColorWheel by interpreting two
components of a ColorSpace as x and y coordinates. |
ColorTrackImageProducer |
ColorTrackImageProducer creates the image for the track of a
color slider.
|
ColorUtil |
A utility class for
Color and ColorSpace objects. |
ColorWheelChooser |
A HSB color chooser, which displays a hue/saturation color wheel, and a
brightness slider.
|
ComplexColorWheelImageProducer |
Produces the image of a
JColorWheel by interpreting two components
of a ColorSpace as complex numbers (real and imaginary). |
CompositeColor |
CompositeColor is identical to java.awt.Color with
the exception that it allows to construct an instance with color components
outside of the range of 0 and 1. |
DefaultColorSliderModel |
DefaultColorSliderModel.
|
DefaultHarmonicColorModel |
DefaultHarmonicColorModel.
|
HSBColorSpace |
A HSB color space with additive complements in the hue color wheel:
red is opposite cyan, magenta is opposite green, blue is opposite yellow.
|
HSLColorSpace |
A HSL color space with additive complements in the hue color wheel:
red is opposite cyan, magenta is opposite green, blue is opposite yellow.
|
HSLHarmonicColorWheelImageProducer |
HSLHarmonicColorWheelImageProducer.
|
HSLPhysiologicColorSpace |
A HSL color space with physiologic opposites in the hue color wheel:
red is opposite green and yellow is opposite blue.
|
HSVColorSpace |
A HSV color space with additive complements in the hue color wheel:
red is opposite cyan, magenta is opposite green, blue is opposite yellow.
|
HSVHarmonicColorWheelImageProducer |
HarmonicColorWheelImageProducer.
|
HSVPhysiologicColorSpace |
A HSV color space with physiologic opposites in the hue color wheel:
red is opposite green and yellow is opposite blue.
|
JColorWheel |
The
JColorWheel displays a wheel made of two components of a
ColorSpace . |
JHarmonicColorWheel |
JHarmonicColorWheel.
|
PolarColorWheelImageProducer |
Produces the image of a
JColorWheel by interpreting two components
of a ColorSpace as polar coordinates (angle and radius). |
QuantizingColorWheelImageProducer |
Produces the image of a ColorWheel.
|
SimpleHarmonicRule |
SimpleHarmonicRule.
|
Enum | Description |
---|---|
CIELABColorSpace.OutsideGamutHandling | |
CIEXYChromaticityDiagramImageProducer.OutsideGamutHandling | |
JColorWheel.Type |