|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHSV
public class HSV
An instance is an HSV value.
Field Summary | |
---|---|
double |
h
h, s, and v are the components of an HSV value |
double |
s
|
double |
v
|
Constructor Summary | |
---|---|
HSV(double h,
double s,
double v)
Constructor: the tuple (h, s, v) Precondition: 0 <= h < 360, 0 <= s <= 1, 0 <= v <= 1. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double h
public double s
public double v
Constructor Detail |
---|
public HSV(double h, double s, double v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |