Uses of Class
com.saperion.ngc.viewer.hylandviewer.annotation.json.Annotation
- 
- 
Uses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotationMethods in com.saperion.ngc.viewer.hylandviewer.annotation that return Annotation Modifier and Type Method Description protected abstract AnnotationHylandViewerAnnotationCreator. createAnnotation(java.lang.String type, Section section, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)This is an abstract factory method responsible for creating annotationprotected AnnotationHylandViewerIniAnnotationCreator. createAnnotation(java.lang.String type, Section section, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)Methods in com.saperion.ngc.viewer.hylandviewer.annotation that return types with arguments of type Annotation Modifier and Type Method Description java.util.List<Annotation>HylandViewerAnnotationConverter. convertIniToJson(AnnotationDocInfo annotationDocInfo)java.util.List<Annotation>HylandViewerAnnotationCreator. createAnnotationList(java.util.List<Section> parsedIniSections, boolean editMode)Creates a list of annotations from the list of parsed ini sectionsMethod parameters in com.saperion.ngc.viewer.hylandviewer.annotation with type arguments of type Annotation Modifier and Type Method Description java.lang.StringHylandViewerAnnotationResolver. constructIni(java.util.List<Annotation> annotations)Construct the annotation ini string from the list of annotations created in the hyland viewerjava.lang.StringHylandViewerAnnotationConverter. convertJsonToIni(java.util.List<Annotation> annotations, com.saperion.hyrcs.models.DocDimension docDimension)
- 
Uses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.lineSubclasses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.line Modifier and Type Class Description classLineAnnotationContains configuration for Line Annotation
- 
Uses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.rectangleSubclasses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.rectangle Modifier and Type Class Description classRectangleAnnotationContains configuration for Rectangle Annotation
- 
Uses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.textSubclasses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.text Modifier and Type Class Description classTextAnnotationContains configuration for Text Annotation
 
-