|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCor
public class Cor
Cores em RGB
Field Summary | |
---|---|
(package private) static Cor |
AZUL
|
int |
b
|
(package private) static Cor |
BRANCO
|
int |
g
|
int |
r
|
(package private) static Cor |
VERDE
|
(package private) static Cor |
VERMELHO
|
Method Summary | |
---|---|
static Cor |
rgbDouble(double r,
double g,
double b)
|
static Cor |
rgbInt(int r,
int g,
int b)
|
Methods inherited from class |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static Cor AZUL
public int b
static Cor BRANCO
public int g
public int r
static Cor VERDE
static Cor VERMELHO
Method Detail |
---|
public static Cor rgbDouble(double r, double g, double b)
public static Cor rgbInt(int r, int g, int b)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |