|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pz.platypus.plugin.pdf.RgbColor
public class RgbColor
Color, as specified by three integers, 0-255, that correspond to RGB
Field Summary | |
---|---|
private int |
B
|
private int |
G
|
private int |
R
|
Constructor Summary | |
---|---|
RgbColor()
Default color is black: ( 0, 0, 0 ) |
|
RgbColor(int r,
int g,
int b)
|
Method Summary | |
---|---|
int |
getB()
|
int |
getG()
|
int |
getR()
|
void |
setB(int b)
|
void |
setG(int g)
|
void |
setR(int r)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int R
private int G
private int B
Constructor Detail |
---|
public RgbColor()
public RgbColor(int r, int g, int b)
Method Detail |
---|
public int getR()
public void setR(int r)
public int getG()
public void setG(int g)
public int getB()
public void setB(int b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |