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