com.aspose.diagram

Class BoolValue

  • java.lang.Object
    • com.aspose.diagram.BoolValue
  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i
    public class BoolValue 
    extends java.lang.Object

Boolean value.

Constructor Summary
BoolValue(intvalue, intunit)
Constructor.
 
Property Getters/Setters Summary
UnitFormulaErrgetUfe()
void
           Attributes of an element.
intgetValue()
void
setValue(intvalue)
           Booolean value The value of the property is BOOL integer constant.
 
Method Summary
java.lang.ObjectdeepClone()
Creates deep copy of this instance.
booleanequals(java.lang.Object value)
Are objects equal.
inthashCode()
Serves as a hash function for a particular type.
 

    • Constructor Detail

      • BoolValue

        public BoolValue(int value, int unit)
        Constructor.
        Parameters:
        value - A BOOL value.
        unit - A MeasureConst value.
    • Property Getters/Setters Detail

      • getValue/setValue

        public int getValue() / public void setValue(int value)
        
        Booolean value The value of the property is BOOL integer constant.
    • Method Detail

      • equals

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

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

        public java.lang.Object deepClone()
                        throws java.lang.Exception
        Creates deep copy of this instance.
        Returns: