Class RectangleAnnotation
- java.lang.Object
- 
- com.saperion.ngc.viewer.hylandviewer.annotation.json.Annotation
- 
- com.saperion.ngc.viewer.hylandviewer.annotation.json.rectangle.RectangleAnnotation
 
 
- 
 public class RectangleAnnotation extends Annotation Contains configuration for Rectangle Annotation- Author:
- schowdhury
 
- 
- 
Constructor SummaryConstructors Constructor Description RectangleAnnotation()RectangleAnnotation(com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(Section section)This is an abstract method for filling up the annotation configuration by different types of annotations subclassesAnnotationTypegetType()- 
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
 
- 
 
- 
- 
- 
Method Detail- 
getTypepublic AnnotationType getType() - Specified by:
- getTypein class- Annotation
 
 - 
drawpublic void draw(Section section) Description 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)
 
 
- 
 
-