|
JHotDraw 7.3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jhotdraw.color.AbstractColorSystem
public abstract class AbstractColorSystem
Abstract super class for ColorSystem's.
| Constructor Summary | |
|---|---|
AbstractColorSystem()
|
|
| Method Summary | |
|---|---|
float[] |
toComponents(int rgb,
float[] components)
Converts the specified color components to RGB. |
abstract float[] |
toComponents(int r,
int g,
int b,
float[] components)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jhotdraw.color.ColorSystem |
|---|
getComponentCount, toRGB |
| Constructor Detail |
|---|
public AbstractColorSystem()
| Method Detail |
|---|
public float[] toComponents(int rgb,
float[] components)
ColorSystem
toComponents in interface ColorSystemrgb - value.components - A component array for reuse.
public abstract float[] toComponents(int r,
int g,
int b,
float[] components)
|
Copyright 1996-2009 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||