Class Redaction
java.lang.Object
com.saperion.ngc.viewer.hylandviewer.annotation.json.Annotation
com.saperion.ngc.viewer.hylandviewer.annotation.json.redaction.Redaction
Contains configuration for Redaction
- Author:
- schowdhury
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.saperion.ngc.viewer.hylandviewer.annotation.json.Annotation
getAnnId, getFillColor, getHeight, getOpacity, getPageNo, getStroke, getWidth, getX, getY, isFillable, isFixRotation, isMovable, isResizable, normalizeX, normalizeY, setAnnId, setPageNo
-
Constructor Details
-
Redaction
public Redaction() -
Redaction
public Redaction(com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)
-
-
Method Details
-
getType
- Specified by:
getType
in classAnnotation
-
getAcls
-
setAcls
-
draw
Description copied from class:Annotation
This is an abstract method for filling up the annotation configuration by different types of annotations subclasses- Specified by:
draw
in classAnnotation
- Parameters:
section
- contains information about an annotation (e.g. - annotation type and key value pairs)
-