|
||||||||
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 | |
---|---|
String |
toString()
= a representation of this HSV value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double h
public double s
public double v
Constructor Detail |
---|
public HSV(double h, double s, double v)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |