Class HylandViewerIniAnnotationCreator
java.lang.Object
com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationCreator
com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerIniAnnotationCreator
Implementation of
HylandViewerAnnotationCreator
- Author:
- schowdhury
-
Field Summary
Fields inherited from class com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationCreator
docDimension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Annotation
createAnnotation
(String type, Section section, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode) This is an abstract factory method responsible for creating annotationMethods inherited from class com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationCreator
createAnnotationList, parseIni, setDocDimension
-
Constructor Details
-
HylandViewerIniAnnotationCreator
public HylandViewerIniAnnotationCreator()
-
-
Method Details
-
createAnnotation
protected Annotation createAnnotation(String type, Section section, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode) Description copied from class:HylandViewerAnnotationCreator
This is an abstract factory method responsible for creating annotation- Specified by:
createAnnotation
in classHylandViewerAnnotationCreator
- Parameters:
type
- annotation typesection
- contains information about an annotation (e.g. - annotation type and key value pairs)docDimension
- the document dimension (width and height of a document)- Returns:
- Annotation
-