java.lang.Object
com.aspose.diagram.ColorValue
public class ColorValue
| Constructor Summary |
|---|
ColorValue(java.lang.String value, int unit)
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
UnitFormulaErr | getUfe() | |
void | setUfe(UnitFormulaErr) | |
| Attributes of an element. | ||
java.lang.String | getValue() | |
void | setValue(java.lang.String) | |
| 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. | ||
| Constructor Detail |
|---|
public ColorValue(java.lang.String value, int unit)
value - unit - A | Property Getters/Setters Detail |
|---|
getValue/setValue | |
public java.lang.String getValue() / public void setValue(java.lang.String value) | |
getUfe/setUfe | |
public UnitFormulaErr getUfe() / public void setUfe(UnitFormulaErr value) | |
| Method Detail |
|---|
equals | |
public boolean equals(java.lang.Object value) | |
value - hashCode | |
public int hashCode() | |
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |