EllipseAnnotation

Inheritance: java.lang.Object, com.groupdocs.annotation.models.annotationmodels.AnnotationBase, com.groupdocs.annotation.models.annotationmodels.AnnotationBaseProps

All Implemented Interfaces: com.groupdocs.annotation.models.annotationmodels.interfaces.annotations.IEllipseAnnotation

public class EllipseAnnotation extends AnnotationBaseProps implements IEllipseAnnotation

Represents Ellipse annotation properties

Constructors

Constructor Description
EllipseAnnotation() Initializes new instance of EllipseAnnotation class.

Methods

Method Description
getPenStyle() Gets or sets annotation pen style
setPenStyle(Byte value) Gets or sets annotation pen style
equals(EllipseAnnotation other) Compares Ellipse Annotations using IEquatable Equals method
equals(Object o) Compares Ellipse Annotations using standard object Equals method
hashCode() Returns HashCode of Ellipse Annotation
deepClone() Returns new Instance with same values
toString()
toString(ToStringStyle toStringStyle)

EllipseAnnotation()

public EllipseAnnotation()

Initializes new instance of EllipseAnnotation class.

getPenStyle()

public final Byte getPenStyle()

Gets or sets annotation pen style

Returns: java.lang.Byte -

setPenStyle(Byte value)

public final void setPenStyle(Byte value)

Gets or sets annotation pen style

Parameters:

Parameter Type Description
value java.lang.Byte

equals(EllipseAnnotation other)

public final boolean equals(EllipseAnnotation other)

Compares Ellipse Annotations using IEquatable Equals method

Parameters:

Parameter Type Description
other EllipseAnnotation The EllipseAnnotation object to compare with the current object

Returns: boolean

equals(Object o)

public boolean equals(Object o)

Compares Ellipse Annotations using standard object Equals method

Parameters:

Parameter Type Description
o java.lang.Object The object to compare with the current object

Returns: boolean

hashCode()

public int hashCode()

Returns HashCode of Ellipse Annotation

Returns: int

deepClone()

public Object deepClone()

Returns new Instance with same values

Returns: java.lang.Object

toString()

public String toString()

Returns: java.lang.String

toString(ToStringStyle toStringStyle)

public String toString(ToStringStyle toStringStyle)

Parameters:

Parameter Type Description
toStringStyle org.apache.commons.lang3.builder.ToStringStyle

Returns: java.lang.String