|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.rfb.Colour
public class Colour
Field Summary | |
---|---|
int |
b
|
int |
g
|
int |
r
|
Constructor Summary | |
---|---|
Colour()
|
Method Summary | |
---|---|
void |
readData(java.io.DataInput input)
Reads in a single RGB value from the input. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int r
public int g
public int b
Constructor Detail |
---|
public Colour()
Method Detail |
---|
public void readData(java.io.DataInput input) throws java.io.IOException
input
- The input to read from.
java.io.IOException
- If unable to read from the input.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |