Uses of Class
com.levigo.jadice.document.DocumentLayer
Packages that use DocumentLayer
Package
Description
-
Uses of DocumentLayer in com.levigo.jadice.document
Fields in com.levigo.jadice.document declared as DocumentLayerModifier and TypeFieldDescriptionstatic final DocumentLayer
DocumentLayer.ANNOTATIONS
A layer typically used for annotations.static final DocumentLayer
DocumentLayer.BACKGROUND
A layer typically used for a document backdrop, e.g. a form image behind plain-text form-contents.static final DocumentLayer
DocumentLayer.DEFAULT
A layer typically used for the document itself.static final DocumentLayer
DocumentLayer.EMBEDDED_ANNOTATIONS
A layer typically used for format specific inline annotations.static final DocumentLayer
DocumentLayer.FORM
A layer typically used for form elements.static final DocumentLayer
DocumentLayer.OCR
A layer typically used for OCR informations, e.g. a hocr file produced by Tesseract which contains text and position information
HINT:
This layer is installed by default in the default layer cache.Methods in com.levigo.jadice.document that return DocumentLayerModifier and TypeMethodDescriptionstatic DocumentLayer
Return the document layer with the given name.static DocumentLayer
Return the document layer with the given name and priority.Page.getDocumentLayer
(PageSegment segment) Deprecated.PageSegmentEvent.getLayer()
Returns the document layer in which the changed page segment resides if available otherwisenull
Methods in com.levigo.jadice.document that return types with arguments of type DocumentLayerMethods in com.levigo.jadice.document with parameters of type DocumentLayerModifier and TypeMethodDescriptionvoid
Page.add
(DocumentLayer layer, PageSegment pageSegment) Adds given page segment at givenDocumentLayer
.int
DocumentLayer.compareTo
(DocumentLayer o) Compare two DocumentLayers.Page.getPageSegment
(DocumentLayer layer) Retrieve thePresentationElement
at a givenDocumentLayer
void
Page.remove
(DocumentLayer layer) Deprecated.void
PageSegmentEvent.setLayer
(DocumentLayer layer) Sets the document layer in which the changed page segment resides.Constructors in com.levigo.jadice.document with parameters of type DocumentLayerModifierConstructorDescriptionPageSegmentEvent
(Document document, Page page, PageSegment segment, DocumentLayer layer) ConstructorPageSegmentEvent
(Document document, Page page, PageSegment segment, DocumentLayer layer, PageSegmentEvent.Type type) ConstructorPageSegmentEvent
(Page page, PageSegment segment, DocumentLayer layer) Constructor -
Uses of DocumentLayer in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper with parameters of type DocumentLayerModifier and TypeMethodDescriptionstatic Collection
<Annotation> Annotations.getAnnotations
(Page page, DocumentLayer documentLayer) Retrieves the list of annotations lying in the correspondingPageSegment
for a givenPage
andDocumentLayer
.static Collection
<Annotation> Annotations.getDeletedAnnotations
(Page page, DocumentLayer documentLayer) To a givenPage
andDocumentLayer
retrieve the list of annotations that have been deleted from the initial set of annotations which was sent from the server to the clientboolean
Annotations.isAnnotationPageSegment
(Page page, DocumentLayer documentLayer)