|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.backend.documentWriter.rtf.Rgb8Color
public class Rgb8Color
This class provides a color with 8-bit RGB channels but without alpha channel.
| Constructor Summary | |
|---|---|
Rgb8Color(int red,
int green,
int blue)
Creates a new object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
int |
getBlue()
Getter for blue. |
int |
getGreen()
Getter for green. |
int |
getRed()
Getter for red. |
int |
hashCode()
Compute the has code for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rgb8Color(int red,
int green,
int blue)
blue - the blue componentgreen - the green componentred - the red component| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare.
true if this object is the same as the obj
argument; false otherwise.Object.equals(java.lang.Object)public int getBlue()
public int getGreen()
public int getRed()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||