PolylineAnnotation

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

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

public class PolylineAnnotation extends AnnotationBasePropsV3 implements IPolylineAnnotation

Represents Polyline annotation properties

Constructors

Constructor Description
PolylineAnnotation() Initializes new instance of AreaAnnotation class.

Methods

Method Description
getSvgPath() Gets or sets annotation SVG path
setSvgPath(String value) Gets or sets annotation SVG path
equals(PolylineAnnotation other) Compares Polyline Annotations using IEquatable Equals method
equals(Object o) Compares Polyline Annotations using standard object Equals method
hashCode() Returns HashCode of Polyline Annotation
deepClone() Returns new Instance with same values
toString()
toString(ToStringStyle toStringStyle)

PolylineAnnotation()

public PolylineAnnotation()

Initializes new instance of AreaAnnotation class.

getSvgPath()

public final String getSvgPath()

Gets or sets annotation SVG path

Returns: java.lang.String -

setSvgPath(String value)

public final void setSvgPath(String value)

Gets or sets annotation SVG path

Parameters:

Parameter Type Description
value java.lang.String

equals(PolylineAnnotation other)

public final boolean equals(PolylineAnnotation other)

Compares Polyline Annotations using IEquatable Equals method

Parameters:

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

Returns: boolean -

equals(Object o)

public boolean equals(Object o)

Compares Polyline 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 Polyline 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