Uses of Interface
com.levigo.jadice.document.PageSegment
Packages that use PageSegment
Package
Description
-
Uses of PageSegment in com.levigo.jadice.annotation
Methods in com.levigo.jadice.annotation with parameters of type PageSegmentModifier and TypeMethodDescriptionvoidContextAwareAnnotationCustomizer.setPageSegment(PageSegment ps) Receive the page segment on which the annotation to be customized resides. -
Uses of PageSegment in com.levigo.jadice.document
Methods in com.levigo.jadice.document that return PageSegmentModifier and TypeMethodDescriptionPage.getPageSegment(DocumentLayer layer) Retrieve thePresentationElementat a givenDocumentLayerPageSegmentEvent.getPageSegment()Returns the changed page segmentMethods in com.levigo.jadice.document that return types with arguments of type PageSegmentModifier and TypeMethodDescriptionPage.getPageSegments()Return thePageSegments this page holds.Page.getSegmentMap()Deprecated.Methods in com.levigo.jadice.document with parameters of type PageSegmentModifier and TypeMethodDescriptionvoidPage.add(DocumentLayer layer, PageSegment pageSegment) Adds given page segment at givenDocumentLayer.Page.getDocumentLayer(PageSegment segment) Deprecated.protected voidPageSegmentEvent.setPageSegment(PageSegment pageSegment) Sets the changed page segmentConstructors in com.levigo.jadice.document with parameters of type PageSegmentModifierConstructorDescriptionPageSegmentEvent(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 PageSegment in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return PageSegmentMethods in com.levigo.jadice.web.client.messaging with parameters of type PageSegmentModifier and TypeMethodDescriptionstatic PageSegmentDTOPageSegmentDTO.create(PageSegment segment) -
Uses of PageSegment in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper with parameters of type PageSegmentModifier and TypeMethodDescriptionstatic PageSegmentHandlePageSegments.getPageSegmentHandle(PageSegment segment) booleanAnnotations.isAnnotationPageSegment(PageSegment pageSegment) Check if the givenPageSegmentis anAnnotationPageSegment -
Uses of PageSegment in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return PageSegmentMethods in com.levigo.jadice.web.server.messaging with parameters of type PageSegment