Class RectangleAnnotation
java.lang.Object
com.saperion.ngc.viewer.hylandviewer.annotation.json.Annotation
com.saperion.ngc.viewer.hylandviewer.annotation.json.rectangle.RectangleAnnotation
Contains configuration for Rectangle Annotation
- Author:
- schowdhury
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionRectangleAnnotation(com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidThis is an abstract method for filling up the annotation configuration by different types of annotations subclassesgetType()Methods inherited from class com.saperion.ngc.viewer.hylandviewer.annotation.json.AnnotationgetAnnId, getFillColor, getHeight, getOpacity, getPageNo, getStroke, getWidth, getX, getY, isFillable, isFixRotation, isMovable, isResizable, normalizeX, normalizeY, setAnnId, setPageNo
- 
Constructor Details- 
RectangleAnnotationpublic RectangleAnnotation()
- 
RectangleAnnotationpublic RectangleAnnotation(com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode) 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- Annotation
 
- 
drawDescription copied from class:AnnotationThis is an abstract method for filling up the annotation configuration by different types of annotations subclasses- Specified by:
- drawin class- Annotation
- Parameters:
- section- contains information about an annotation (e.g. - annotation type and key value pairs)
 
 
-