|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.tptp.platform.report.birt).
public interface IDColor
Provides an interface for the color object in JScrib document. The colors are
described with the RGB codage. Each color component is implemented with an
integer. For a compatibily with SWT just the values between 0-255 are
used. If you don't use SWT you can implement you Color object on the entire
integer range.
| Method Summary | |
|---|---|
int |
getBlue()
Deprecated. Returns blue value. |
int |
getGreen()
Deprecated. Returns green value. |
java.lang.String |
getID()
Deprecated. |
int |
getRed()
Deprecated. Returns red value. |
void |
setBlue(int b)
Deprecated. Sets the blue value to 'b'. |
void |
setGreen(int g)
Deprecated. Sets the green value to 'g'. |
void |
setRed(int r)
Deprecated. Sets the red value to 'r'. |
void |
setRGB(int r,
int g,
int b)
Deprecated. Sets the RGB value. |
| Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDStringSerializable |
|---|
serializeFromString, serializeToString |
| Method Detail |
|---|
int getRed()
int getGreen()
int getBlue()
void setRed(int r)
void setGreen(int g)
void setBlue(int b)
void setRGB(int r,
int g,
int b)
r - red valueg - green valueb - blue valuejava.lang.String getID()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||