JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.arcway.cockpit.docgen.provider.interfaces
Interface IColor
public interface
IColor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getBlue
()
Gets the blue value.
int
getGreen
()
Gets the green value.
int
getRed
()
Gets the red value.
Method Detail
getRed
int getRed()
Gets the red value.
Returns:
0..255
getGreen
int getGreen()
Gets the green value.
Returns:
0..255
getBlue
int getBlue()
Gets the blue value.
Returns:
0..255
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method