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 DocumentLayerDocumentLayer.ANNOTATIONSA layer typically used for annotations.static final DocumentLayerDocumentLayer.BACKGROUNDA layer typically used for a document backdrop, e.g. a form image behind plain-text form-contents.static final DocumentLayerDocumentLayer.DEFAULTA layer typically used for the document itself.static final DocumentLayerDocumentLayer.EMBEDDED_ANNOTATIONSA layer typically used for format specific inline annotations.static final DocumentLayerDocumentLayer.FORMA layer typically used for form elements.static final DocumentLayerDocumentLayer.OCRA 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 DocumentLayerReturn the document layer with the given name.static DocumentLayerReturn 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 otherwisenullMethods in com.levigo.jadice.document that return types with arguments of type DocumentLayerMethods in com.levigo.jadice.document with parameters of type DocumentLayerModifier and TypeMethodDescriptionvoidPage.add(DocumentLayer layer, PageSegment pageSegment) Adds given page segment at givenDocumentLayer.intDocumentLayer.compareTo(DocumentLayer o) Compare two DocumentLayers.Page.getPageSegment(DocumentLayer layer) Retrieve thePresentationElementat a givenDocumentLayervoidPage.remove(DocumentLayer layer) Deprecated.voidPageSegmentEvent.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 correspondingPageSegmentfor a givenPageandDocumentLayer.static Collection<Annotation> Annotations.getDeletedAnnotations(Page page, DocumentLayer documentLayer) To a givenPageandDocumentLayerretrieve the list of annotations that have been deleted from the initial set of annotations which was sent from the server to the clientbooleanAnnotations.isAnnotationPageSegment(Page page, DocumentLayer documentLayer)