com.groupdocs.annotation.models.annotationmodels

Class EllipseAnnotation

    • Constructor Detail

      • EllipseAnnotation

        public EllipseAnnotation()

        Initializes new instance of EllipseAnnotation class.

    • Method Detail

      • deepClone

        public Object deepClone()

        Returns new Instance with same values

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Overrides:
        deepClone in class AnnotationBase
      • equals

        public final boolean equals(EllipseAnnotation other)

        Compares Ellipse Annotations using IEquatable Equals method

        Parameters:
        other - The EllipseAnnotation object to compare with the current object
      • equals

        public boolean equals(Object o)

        Compares Ellipse Annotations using standard object Equals method

        Specified by:
        equals in interface com.aspose.ms.System.IEquatable<AnnotationBase>
        Overrides:
        equals in class AnnotationBase
        Parameters:
        o - The object to compare with the current object
      • getBox

        public final Rectangle getBox()

        Gets or sets annotation position

        Specified by:
        getBox in interface IBox
        Returns:
      • getOpacity

        public final Double getOpacity()

        Gets or sets annotation opacity

        Specified by:
        getOpacity in interface IOpacity
        Returns:
      • getPenColor

        public final Integer getPenColor()

        Gets or sets annotation pen color

        Specified by:
        getPenColor in interface IPenColor
        Returns:
      • getPenStyle

        public final Byte getPenStyle()

        Gets or sets annotation pen style

        Specified by:
        getPenStyle in interface IPenStyle
        Returns:
      • getPenWidth

        public final Byte getPenWidth()

        Gets or sets annotation pen width

        Specified by:
        getPenWidth in interface IPenWidth
        Returns:
      • hashCode

        public int hashCode()

        Returns HashCode of Ellipse Annotation

        Overrides:
        hashCode in class AnnotationBase
      • setBox

        public final void setBox(Rectangle value)

        Gets or sets annotation position

        Specified by:
        setBox in interface IBox
      • setOpacity

        public final void setOpacity(Double value)

        Gets or sets annotation opacity

        Specified by:
        setOpacity in interface IOpacity
        Parameters:
        value -
      • setPenColor

        public final void setPenColor(Integer value)

        Gets or sets annotation pen color

        Specified by:
        setPenColor in interface IPenColor
        Parameters:
        value -
      • setPenStyle

        public final void setPenStyle(Byte value)

        Gets or sets annotation pen style

        Specified by:
        setPenStyle in interface IPenStyle
        Parameters:
        value -
      • setPenWidth

        public final void setPenWidth(Byte value)

        Gets or sets annotation pen width

        Specified by:
        setPenWidth in interface IPenWidth
        Parameters:
        value -