Uses of Class
com.saperion.ngc.viewer.hylandviewer.annotation.json.Annotation
-
-
Uses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation
Methods in com.saperion.ngc.viewer.hylandviewer.annotation that return Annotation Modifier and Type Method Description protected abstract Annotation
HylandViewerAnnotationCreator. 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 Annotation
HylandViewerIniAnnotationCreator. 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.String
HylandViewerAnnotationResolver. constructIni(java.util.List<Annotation> annotations)
Construct the annotation ini string from the list of annotations created in the hyland viewerjava.lang.String
HylandViewerAnnotationConverter. convertJsonToIni(java.util.List<Annotation> annotations, com.saperion.hyrcs.models.DocDimension docDimension)
-
Uses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.line
Subclasses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.line Modifier and Type Class Description class
LineAnnotation
Contains configuration for Line Annotation -
Uses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.rectangle
Subclasses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.rectangle Modifier and Type Class Description class
RectangleAnnotation
Contains configuration for Rectangle Annotation -
Uses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.text
Subclasses of Annotation in com.saperion.ngc.viewer.hylandviewer.annotation.json.text Modifier and Type Class Description class
TextAnnotation
Contains configuration for Text Annotation
-