Package com.saperion.annotation
Class Highlight
java.lang.Object
com.saperion.annotation.AbstractAnnotation
com.saperion.annotation.Highlight
A rectangular highlight (textmarker). Required properties:
- X
- Y
- PAGE
- EDIT
- FILLCOLOR
- LINEWIDTH
- WIDTH
- HEIGHT
-
Nested Class Summary
Nested classes/interfaces inherited from class com.saperion.annotation.AbstractAnnotation
AbstractAnnotation.AnnotationProperty, AbstractAnnotation.AnnotationType
-
Constructor Summary
ConstructorsConstructorDescriptionHighlight
(Map<AbstractAnnotation.AnnotationProperty, String> properties) Instantiates a new highlight. -
Method Summary
Methods inherited from class com.saperion.annotation.AbstractAnnotation
equals, getPage, getProperties, getProperty, getType, hashCode, isEdit, setProperty, toString
-
Constructor Details
-
Highlight
Instantiates a new highlight.- Parameters:
properties
- the properties
-