public class HighlightAnnotation extends AnnotationBase implements IHighlightAnnotation
Represents Highlight annotation properties
Constructor and Description |
---|
HighlightAnnotation()
Initializes new instance of
HighlightAnnotation class. |
Modifier and Type | Method and Description |
---|---|
Integer |
getBackgroundColor()
Gets or sets annotation background color
|
Integer |
getFontColor()
Gets or sets annotation text font color
|
Double |
getOpacity()
Gets or sets annotation opacity
|
List<Point> |
getPoints()
Gets or sets collection of points that describe rectangles with text
|
void |
setBackgroundColor(Integer value)
Gets or sets annotation background color
|
void |
setFontColor(Integer value)
Gets or sets annotation text font color
|
void |
setOpacity(Double value)
Gets or sets annotation opacity
|
void |
setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
String |
toString() |
getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUser
public HighlightAnnotation()
Initializes new instance of HighlightAnnotation
class.
public final Integer getBackgroundColor()
Gets or sets annotation background color
getBackgroundColor
in interface IBackgroundColor
public final Integer getFontColor()
Gets or sets annotation text font color
getFontColor
in interface IFontColor
public final Double getOpacity()
Gets or sets annotation opacity
getOpacity
in interface IOpacity
public final List<Point> getPoints()
Gets or sets collection of points that describe rectangles with text
public final void setBackgroundColor(Integer value)
Gets or sets annotation background color
setBackgroundColor
in interface IBackgroundColor
value
- public final void setFontColor(Integer value)
Gets or sets annotation text font color
setFontColor
in interface IFontColor
value
- public final void setOpacity(Double value)
Gets or sets annotation opacity
setOpacity
in interface IOpacity
value
- public final void setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
public String toString()
toString
in class AnnotationBase