asposediagram.api

Class ColorValue

Represents color value

Constructor Summary
ColorValue(value, unit)
Constructor.
 
Property Getters/Setters Summary
methodgetUfe()
method
setUfe(value)
           Attributes of an element.
methodgetValue()
method
setValue(value)
           Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
methodequals(value)
Are objects equal.
methodhashCode()
Serves as a hash function for a particular type.
 

    • Constructor Detail

      • ColorValue

        ColorValue(value, unit)
        Constructor.
        Parameters:
        value: String -
        unit: int - A MeasureConst value.
    • Property Getters/Setters Detail

      • getValue/setValue : String 

        String getValue() / setValue(value)
        
        Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.
    • Method Detail

      • equals

        boolean equals(value)
        Are objects equal.
        Parameters:
        value: Object -
        Returns:
      • hashCode

        int hashCode()
        Serves as a hash function for a particular type.
        Returns:
      • deepClone

        Object deepClone()
        Creates deep copy of this instance.
        Returns: