Class HylandViewerIniAnnotationCreator
- java.lang.Object
-
- com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationCreator
-
- com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerIniAnnotationCreator
-
public class HylandViewerIniAnnotationCreator extends HylandViewerAnnotationCreator
Implementation ofHylandViewerAnnotationCreator
- Author:
- schowdhury
-
-
Field Summary
-
Fields inherited from class com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationCreator
docDimension
-
-
Constructor Summary
Constructors Constructor Description HylandViewerIniAnnotationCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Annotation
createAnnotation(java.lang.String type, Section section, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)
This is an abstract factory method responsible for creating annotation-
Methods inherited from class com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationCreator
createAnnotationList, parseIni, setDocDimension
-
-
-
-
Method Detail
-
createAnnotation
protected Annotation createAnnotation(java.lang.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
-
-