public class PolylineAnnotation extends AnnotationBase implements IPolylineAnnotation
Represents Polyline annotation properties
Counter
Constructor and Description |
---|
PolylineAnnotation()
Initializes new instance of
AreaAnnotation class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object o)
Compares Polyline Annotations using standard object Equals method
|
boolean |
equals(PolylineAnnotation other)
Compares Polyline Annotations using IEquatable Equals method
|
Rectangle |
getBox()
Gets or sets annotation position
|
Double |
getOpacity()
Gets or sets annotation opacity
|
Integer |
getPenColor()
Gets or sets annotation pen color
|
Byte |
getPenStyle()
Gets or sets annotation pen style
|
Byte |
getPenWidth()
Gets or sets annotation pen width
|
String |
getSvgPath()
Gets or sets annotation SVG path
|
int |
hashCode()
Returns HashCode of Polyline Annotation
|
void |
setBox(Rectangle value)
Gets or sets annotation position
|
void |
setOpacity(Double value)
Gets or sets annotation opacity
|
void |
setPenColor(Integer value)
Gets or sets annotation pen color
|
void |
setPenStyle(Byte value)
Gets or sets annotation pen style
|
void |
setPenWidth(Byte value)
Gets or sets annotation pen width
|
void |
setSvgPath(String value)
Gets or sets annotation SVG path
|
String |
toString() |
equals, getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, memberwiseClone, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUser
public PolylineAnnotation()
Initializes new instance of AreaAnnotation
class.
public Object deepClone()
Returns new Instance with same values
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class AnnotationBase
public boolean equals(Object o)
Compares Polyline Annotations using standard object Equals method
equals
in interface com.aspose.ms.System.IEquatable<AnnotationBase>
equals
in class AnnotationBase
o
- The object to compare with the current objectpublic final boolean equals(PolylineAnnotation other)
Compares Polyline Annotations using IEquatable Equals method
other
- The PolylineAnnotation object to compare with the current objectpublic final Rectangle getBox()
Gets or sets annotation position
public final Double getOpacity()
Gets or sets annotation opacity
getOpacity
in interface IOpacity
public final Integer getPenColor()
Gets or sets annotation pen color
getPenColor
in interface IPenColor
public final Byte getPenStyle()
Gets or sets annotation pen style
getPenStyle
in interface IPenStyle
public final Byte getPenWidth()
Gets or sets annotation pen width
getPenWidth
in interface IPenWidth
public final String getSvgPath()
Gets or sets annotation SVG path
getSvgPath
in interface ISvgPath
public int hashCode()
Returns HashCode of Polyline Annotation
hashCode
in class AnnotationBase
public final void setBox(Rectangle value)
Gets or sets annotation position
public final void setOpacity(Double value)
Gets or sets annotation opacity
setOpacity
in interface IOpacity
value
- public final void setPenColor(Integer value)
Gets or sets annotation pen color
setPenColor
in interface IPenColor
value
- public final void setPenStyle(Byte value)
Gets or sets annotation pen style
setPenStyle
in interface IPenStyle
value
- public final void setPenWidth(Byte value)
Gets or sets annotation pen width
setPenWidth
in interface IPenWidth
value
- public final void setSvgPath(String value)
Gets or sets annotation SVG path
setSvgPath
in interface ISvgPath
value
- public String toString()
toString
in class AnnotationBase