JHotDraw 7.3.1

Package org.jhotdraw.color

Classes for working with colors using a variety of color systems.

See:
          Description

Interface Summary
ColorSliderModel ColorSliderModel.
ColorSystem A ColorSystem defines a system to describe colors using a number of components.
HarmonicColorModel HarmonicColorModel.
HarmonicRule HarmonicRule.
 

Class Summary
AbstractColorSlidersModel AbstractColorSlidersModel.
AbstractColorSystem Abstract super class for ColorSystem's.
AbstractHarmonicRule AbstractHarmonicRule.
CMYKICCColorSystem A ColorSystem for CMYK color components (cyan, magenta, yellow, black) in a color space defined by a ICC color profile (International Color Consortium).
CMYKNominalColorSystem A ColorSystem 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.
ColorTrackImageProducer ColorTrackImageProducer creates the image for the track of a color slider.
ColorWheelChooser A HSB color chooser, which displays a hue/saturation color wheel, and a brightness slider.
ColorWheelImageProducer Produces the image of a ColorWheel.
CompositeColor CompositeColor represents an immutable value of a color system.
DefaultColorSliderModel DefaultColorSliderModel.
DefaultHarmonicColorModel DefaultHarmonicColorModel.
HSLHarmonicColorWheelImageProducer HSLHarmonicColorWheelImageProducer.
HSLRGBColorSystem A ColorSystem for HSL color components (hue, saturation, lightness) based on the primary colors red, green and blue.
HSLRYBColorSystem A ColorSystem for a historic version of the HSL color components (hue, saturation, lightness) based on the primary colors red, yellow and blue.
HSVHarmonicColorWheelImageProducer HarmonicColorWheelImageProducer.
HSVRGBColorSystem A ColorSystem for HSV color components (hue, saturation, value).
HSVRYBColorSystem A ColorSystem for a historic version of the HSV color components (hue, saturation, value) based on the primary colors red, yellow and blue.
JColorWheel The JColorWheel displays a hue/saturation wheel of an HSL or an HSV ColorSystem.
JHarmonicColorWheel JHarmonicColorWheel.
RGBColorSystem A ColorSystem for RGB color components (red, green, blue).
SimpleHarmonicRule SimpleHarmonicRule.
 

Package org.jhotdraw.color Description

Classes for working with colors using a variety of color systems.


Copyright 1996-2009 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.