public class ExcelRgbColorImpl extends ExcelAnnotationImpl<ExcelRgbColor>
| Constructor and Description |
|---|
ExcelRgbColorImpl()
Instantiates a new excel rgb color impl.
|
ExcelRgbColorImpl(byte red,
byte green,
byte blue)
Instantiates a new excel rgb color impl.
|
ExcelRgbColorImpl(int red,
int green,
int blue)
Instantiates a new excel rgb color impl.
|
| 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.
|
clone, getAnnotation, getClassAnnotationpublic ExcelRgbColorImpl()
public ExcelRgbColorImpl(byte red,
byte green,
byte blue)
red - the redgreen - the greenblue - the bluepublic ExcelRgbColorImpl(int red,
int green,
int blue)
red - the redgreen - the greenblue - the bluepublic boolean equals(Object obj)
public byte getBlue()
public void setBlue(byte blue)
blue - the new bluepublic byte getRed()
public void setRed(byte red)
red - the new redpublic byte getGreen()
public void setGreen(byte green)
green - the new greenCopyright © 2022. All rights reserved.