Uses of Class
com.saperion.ngc.viewer.hylandviewer.annotation.json.Section
-
-
Uses of Section in com.saperion.ngc.viewer.hylandviewer.annotation
Methods in com.saperion.ngc.viewer.hylandviewer.annotation that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>
HylandViewerAnnotationCreator. parseIni(java.lang.String annotationsIni)
Parses the annotations defined by the specified ini-string and returns a list of parsed sectionsMethods in com.saperion.ngc.viewer.hylandviewer.annotation with parameters of type Section 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)
Method parameters in com.saperion.ngc.viewer.hylandviewer.annotation with type arguments of type Section Modifier and Type Method Description java.util.List<Annotation>
HylandViewerAnnotationCreator. createAnnotationList(java.util.List<Section> parsedIniSections, boolean editMode)
Creates a list of annotations from the list of parsed ini sections -
Uses of Section in com.saperion.ngc.viewer.hylandviewer.annotation.json
Methods in com.saperion.ngc.viewer.hylandviewer.annotation.json with parameters of type Section Modifier and Type Method Description abstract void
Annotation. draw(Section section)
This is an abstract method for filling up the annotation configuration by different types of annotations subclassesstatic java.lang.String
Section. getValue(Section section, java.lang.String key)
Resolve a string value from a section with the given key -
Uses of Section in com.saperion.ngc.viewer.hylandviewer.annotation.json.line
Methods in com.saperion.ngc.viewer.hylandviewer.annotation.json.line with parameters of type Section Modifier and Type Method Description void
LineAnnotation. draw(Section section)
-
Uses of Section in com.saperion.ngc.viewer.hylandviewer.annotation.json.rectangle
Methods in com.saperion.ngc.viewer.hylandviewer.annotation.json.rectangle with parameters of type Section Modifier and Type Method Description void
RectangleAnnotation. draw(Section section)
-
Uses of Section in com.saperion.ngc.viewer.hylandviewer.annotation.json.text
Methods in com.saperion.ngc.viewer.hylandviewer.annotation.json.text with parameters of type Section Modifier and Type Method Description void
TextAnnotation. draw(Section section)
-