JHotDraw 7.2

org.jhotdraw.color
Class HSVRGBColorSystem

java.lang.Object
  extended by org.jhotdraw.color.AbstractColorSystem
      extended by org.jhotdraw.color.HSVRGBColorSystem
All Implemented Interfaces:
ColorSystem

public class HSVRGBColorSystem
extends AbstractColorSystem

A ColorSystem for HSV color components (hue, saturation, value).

Version:
1.0 May 22, 2005 Created.
Author:
Werner Randelshofer

Constructor Summary
HSVRGBColorSystem()
          Creates a new instance.
 
Method Summary
 int getComponentCount()
          Returns the number of color components used by the color system.
 float[] toComponents(int red, int green, int blue, float[] components)
           
 int toRGB(float... components)
          Converts the specified color components to RGB.
 
Methods inherited from class org.jhotdraw.color.AbstractColorSystem
toComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSVRGBColorSystem

public HSVRGBColorSystem()
Creates a new instance.

Method Detail

toRGB

public int toRGB(float... components)
Description copied from interface: ColorSystem
Converts the specified color components to RGB.

Parameters:
components - The color components.
Returns:
rgb value.

toComponents

public float[] toComponents(int red,
                            int green,
                            int blue,
                            float[] components)
Specified by:
toComponents in class AbstractColorSystem

getComponentCount

public int getComponentCount()
Description copied from interface: ColorSystem
Returns the number of color components used by the color system.

Returns:
component count.

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