public class ExcelColor extends Object
LayoutCell class.| Constructor and Description |
|---|
ExcelColor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
byte |
getBlue()
Gets the blue.
|
byte |
getGreen()
Gets the green.
|
byte |
getRed()
Gets the red.
|
int |
hashCode()
Hash code.
|
void |
setBlue(byte blue)
Sets the blue.
|
void |
setGreen(byte green)
Sets the green.
|
void |
setRed(byte red)
Sets the red.
|
public byte getRed()
public void setRed(byte red)
red - the new redpublic byte getGreen()
public void setGreen(byte green)
green - the new greenpublic byte getBlue()
public void setBlue(byte blue)
blue - the new blueCopyright © 2022. All rights reserved.