edu.jhu.tmaj.beans.masks.data
Class HsbPixel
java.lang.Object
edu.jhu.tmaj.beans.masks.data.HsbPixel
public final class HsbPixel
- extends java.lang.Object
Represents a H, S, and B value ranging from 0 - 255.
Constructor Summary |
HsbPixel(int h,
int s,
int b)
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
h
public final int h
s
public final int s
b
public final int b
MIN_VALUE
public static final int MIN_VALUE
- See Also:
- Constant Field Values
MAX_VALUE
public static final int MAX_VALUE
- See Also:
- Constant Field Values
TOTAL_VALUES
public static final int TOTAL_VALUES
- See Also:
- Constant Field Values
HsbPixel
public HsbPixel(int h,
int s,
int b)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object