| Constructor and Description |
|---|
ExcelRgbColorImpl(byte red,
byte green,
byte blue)
Instantiates a new excel rgb color impl.
|
ExcelRgbColorImpl(int red,
int green,
int blue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
byte |
getBlue()
Gets the blue.
|
ExcelRgbColor |
getExcelRgbColor()
Gets the excel rgb color.
|
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 ExcelRgbColorImpl(byte red,
byte green,
byte blue)
red - the redgreen - the greenblue - the bluepublic ExcelRgbColorImpl(int red,
int green,
int blue)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic ExcelRgbColor getExcelRgbColor()
public 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 © 2020 Pivotal Software, Inc.. All rights reserved.