Package com.saperion.annotation
Class Arrow
java.lang.Object
com.saperion.annotation.AbstractAnnotation
com.saperion.annotation.Arrow
A graphical arrow. Required properties:
- X1
- X2
- Y1
- Y2
- PAGE
- EDIT
- COLOR
- LINEWIDTH
-
Nested Class Summary
Nested classes/interfaces inherited from class com.saperion.annotation.AbstractAnnotation
AbstractAnnotation.AnnotationProperty, AbstractAnnotation.AnnotationType
-
Constructor Summary
ConstructorsConstructorDescriptionArrow
(Map<AbstractAnnotation.AnnotationProperty, String> properties) Instantiates a new arrow. -
Method Summary
Methods inherited from class com.saperion.annotation.AbstractAnnotation
equals, getPage, getProperties, getProperty, getType, hashCode, isEdit, setProperty, toString
-
Constructor Details
-
Arrow
Instantiates a new arrow.- Parameters:
properties
- the properties
-