public class ColorValue
Constructor Summary |
---|
ColorValue(java.lang.Stringvalue, intunit)
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
UnitFormulaErr | getUfe() | |
void | setUfe(UnitFormulaErr value) | |
Attributes of an element. | ||
java.lang.String | getValue() | |
void | setValue(java.lang.Stringvalue) | |
Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
||
boolean | equals(java.lang.Object value) | |
Are objects equal.
|
||
int | hashCode() | |
Serves as a hash function for a particular type.
|
public ColorValue(java.lang.String value, int unit)
value
- unit
- A public java.lang.String getValue() / public void setValue(java.lang.String value)
public UnitFormulaErr getUfe() / public void setUfe(UnitFormulaErr value)
public boolean equals(java.lang.Object value)
value
- public int hashCode()
public java.lang.Object deepClone() throws java.lang.Exception