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