Package com.saperion.annotation
Class Highlight
- java.lang.Object
-
- com.saperion.annotation.AbstractAnnotation
-
- com.saperion.annotation.Highlight
-
public class Highlight extends AbstractAnnotation
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
Constructors Constructor Description Highlight(java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.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 Detail
-
Highlight
public Highlight(java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String> properties)
Instantiates a new highlight.- Parameters:
properties
- the properties
-
-