Uses of Interface
com.levigo.jadice.document.Page
Packages that use Page
Package
Description
-
Uses of Page in com.jadice.web.export.server
Methods in com.jadice.web.export.server that return types with arguments of type PageModifier and TypeMethodDescriptionorg.jadice.util.glazedlists.EventList<Page> Exporter.getSourcePages()AEventListwithpagesthat shall be printed. -
Uses of Page in com.levigo.jadice.annotation
Methods in com.levigo.jadice.annotation with parameters of type PageModifier and TypeMethodDescriptionvoidAnnotation.initialize(Page page) booleanAnnotationInitializer.tryInitialize(Annotation annotation, Page page) -
Uses of Page in com.levigo.jadice.document
Methods in com.levigo.jadice.document that return PageModifier and TypeMethodDescriptionAbstractPageEvent.getPage()Return the page which originates this eventDocument.getPage(int pageIndex) Convenience method: return the page at the given page index.Document.getPage(int pageIndex, boolean create) Return the page at the given page index.Selection.getPage()Provides thePagethis selection belongs to.Methods in com.levigo.jadice.document that return types with arguments of type PageModifier and TypeMethodDescriptionorg.jadice.util.glazedlists.EventList<Page> Document.getPages()Returns a list of pages in the document.Methods in com.levigo.jadice.document with parameters of type PageModifier and TypeMethodDescriptionintDocument.getPageIndex(Page page) Convenience method: determine the index of a page in this document.protected voidSets the page source of this event.Method parameters in com.levigo.jadice.document with type arguments of type PageModifier and TypeMethodDescriptionvoidDocumentAdapter.listChanged(org.jadice.util.glazedlists.event.ListEvent<Page> listEvent) Constructors in com.levigo.jadice.document with parameters of type PageModifierConstructorDescriptionAbstractPageEvent(Document doc, Page page) ConstructorAbstractPageEvent(Page page) ConstructorPageSegmentEvent(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 Page in com.levigo.jadice.document.auth
Fields in com.levigo.jadice.document.auth with type parameters of type PageModifier and TypeFieldDescriptionAddPagesIntent.pagesfinal Collection<? extends Page> RemovePagesIntent.pagesReorderIntent.pagesConstructors in com.levigo.jadice.document.auth with parameters of type PageModifierConstructorDescriptionAddPagesIntent(int index, Page page) RemovePagesIntent(Page page) ReorderIntent(int index, Page page) Constructor parameters in com.levigo.jadice.document.auth with type arguments of type PageModifierConstructorDescriptionAddPagesIntent(int index, List<? extends Page> pages) RemovePagesIntent(Collection<? extends Page> pages) ReorderIntent(int index, List<? extends Page> pages) -
Uses of Page in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageMethods in com.levigo.jadice.web.client that return types with arguments of type PageMethods in com.levigo.jadice.web.client with parameters of type PageModifier and TypeMethodDescriptionPageView.getLaidOutPageBounds(Page page) JadicePageView.getPageControls(Page page) Returns the render controls of the given page.JadicePageView.getPageControls(Page Page, boolean create) Returns the render controls of the given page.voidRepaint all of the given page.voidJadicePageView.repaint(Page p, Rectangle2D boundsDU) Repaint all of the given page.voidRepaint all of the given page.voidViewComponent.repaint(Page p, Rectangle2D boundsDU) Repaint all of the given page.voidViewComponent.repaintAnnosAndTools(Page page) Deprecated.use repaint insteadvoidViewComponent.repaintAnnosAndTools(Page page, Rectangle2D boundsDU) Deprecated.use repaint insteadvoidJadicePageView.scrollRectToTop(Page targetPage, Rectangle2D rectDU) Instructs theJadicePageViewto scroll to the giventargetPageand ensures that thetarget rectangleis visible and the top of the view is scrolled to the top of the rectangle.voidJadicePageView.scrollRectToVisible(Page targetPage, Rectangle2D rectDU) Instructs theJadicePageViewto scroll to the giventargetPageand ensures that thetarget rectangleis visible.voidJadicePageView.setCurrentPage(Page page) Navigate to the given page. -
Uses of Page in com.levigo.jadice.web.client.bookmark
Methods in com.levigo.jadice.web.client.bookmark with parameters of type PageModifier and TypeMethodDescriptionstatic BookmarkBookmarkFactory.createBookmark(Document document, Page page) Creates a newBookmarkfor the given document and page.static BookmarkBookmarkFactory.createBookmark(Document document, Page page, Point2D panPoint, Float zoomfactor, BaseRenderSettings.Rotation rotation) Creates a newBookmarkfor the given document and page. -
Uses of Page in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return PageModifier and TypeMethodDescriptionabstract PageCreateAnnotationViaApiCommand.getPageForNewAnnotation()Override this method to set the page onto which the newAnnotationshall be placed.CreateMaskAnnoCommand.getPageForNewAnnotation()CreateTextAnnoWithDefaultTextCommand.getPageForNewAnnotation() -
Uses of Page in com.levigo.jadice.web.client.event
Methods in com.levigo.jadice.web.client.event that return PageModifier and TypeMethodDescriptionPageSelectionChangedEvent.getNewPage()PageSelectionChangedEvent.getOldPage()Methods in com.levigo.jadice.web.client.event with parameters of type PageModifier and TypeMethodDescriptionstatic <T> voidPageSelectionChangedEvent.fire(com.google.gwt.event.shared.HasHandlers source, Page oldPage, Page newPage, int oldPageIndex, int newPageIndex) Constructors in com.levigo.jadice.web.client.event with parameters of type PageModifierConstructorDescriptionPageSelectionChangedEvent(Page oldPage, Page newPage, int oldPageIndex, int newPageIndex, com.google.gwt.event.shared.HasHandlers source) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation that return PageModifier and TypeMethodDescriptionAbstractWranglerGesture.getPage()AnnotationSelection.getPage()Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type PageModifier and TypeMethodDescriptionvoidAnnotationSelection.add(Document document, Page page, ShapeBasedAnnotation annotation) static Point2DAnnotationTransformHelper.clampPositionOnPage(Point2D position, Rectangle2D selectionBounds, Grid grid, Page page) Wrangler.getHandles(PageView pageView, Page page, Type annotation) Creates handles for a specific annotation.voidAnnotationSelection.set(Document document, Page page, ShapeBasedAnnotation... annotations) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return PageMethods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type PageModifier and TypeMethodDescriptionvoidAnnotationPropertyEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidColorEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontFaceEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontSizeEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidLineWidthEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidTextEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation.initializer
Methods in com.levigo.jadice.web.client.internal.annotation.initializer with parameters of type PageModifier and TypeMethodDescriptionbooleanCMAnnotationInitializer.tryInitialize(Annotation annotation, Page page) booleanFNP8AnnotationInitializer.tryInitialize(Annotation annotation, Page page) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation.wrangler
Fields in com.levigo.jadice.web.client.internal.annotation.wrangler declared as PageMethods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type PageModifier and TypeMethodDescriptionprotected RectangleCalloutAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) protected RectangleStampAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) protected RectangleTextAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) Calculates the editor bounds which should be the same size and position as the text annotation.protected voidLineAnnotationWrangler.ensureMinimumLength(Point2D start, Point2D end, double minLength, Grid.SnapTo snapTo, Page page, Grid grid) Makes sure the line length does not fall below the minimum length by maintaining a minimum distance between the edited point and its opposite.protected voidLineAnnotationWrangler.ensureMinimumLength(Point2D start, Point2D end, Grid.SnapTo snapTo, Page page, Grid grid) ArrowAnnotationWrangler.getHandles(PageView pageView, Page page, ArrowAnnotation annotation) CalloutAnnotationWrangler.getHandles(PageView pageView, Page page, TextAnnotation annotation) DefaultWrangler.getHandles(PageView pageView, Page page, T annotation) FreehandAnnotationWrangler.getHandles(PageView pageView, Page page, PathAnnotation annotation) IconifiedTextAnnotationWrangler.getHandles(PageView pageView, Page page, TextAnnotation annotation) IconWrangler.getHandles(PageView pageView, Page page, T annotation) JWTImageAnnotationWrangler.getHandles(PageView pageView, Page page, JWTImageAnnotation annotation) LineAnnotationWrangler.getHandles(PageView pageView, Page page, LineAnnotation annotation) MultiWrangler.getHandles(PageView pageView, Page page, Collection<? extends Annotation> annotations) PolygonAnnotationWrangler.getHandles(PageView pageView, Page page, PathAnnotation annotation) ResizeAnnotationsGesture.getHandles(PageView pageView, Page page, Collection<? extends Annotation> annotations) StampAnnotationWrangler.getHandles(PageView pageView, Page page, TextAnnotation annotation) TextAnnotationWrangler.getHandles(PageView pageView, Page page, TextAnnotation annotation) TextHighlightAnnotationWrangler.getHandles(PageView pageView, Page page, TextHighlightAnnotation annotation) protected floatTextAnnotationWrangler.getMultiplier(PageView pageView, Page page) This method calculates the multiplier for the correct translation of units for a correct presentation and positioning of the editor.static booleanMoveGesture.isAllowed(PageView pageView, Page page, Collection<? extends Annotation> annotations) protected voidTextAnnotationWrangler.openTextEditor(TextAnnotation selected, Page page, RenderControls controls, PageView pageView, int editorMinWidth, int editorMinHeight) Opens the text editor in a new popup.Constructors in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type PageModifierConstructorDescriptionMoveGesture(Collection<? extends Annotation> annotations, PageView pageView, Page page) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation.wrangler.callout
Fields in com.levigo.jadice.web.client.internal.annotation.wrangler.callout declared as PageMethods in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type PageModifier and TypeMethodDescriptionModifyTextBoxGesture.getHandles(PageView pageView, Page page, CalloutAnnotation annotation) static voidCalloutAnnotations.pageClampPoint(PageView pageView, Page page, Point2D p) Makes sure that the given point is inside the page rectangleConstructors in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type PageModifierConstructorDescriptionTextBoxMoveGesture(PageView pageView, CalloutAnnotation annotation, Page page) -
Uses of Page in com.levigo.jadice.web.client.layout
Methods in com.levigo.jadice.web.client.layout with parameters of type PageModifier and TypeMethodDescriptioncom.levigo.jadice.web.client.viewer.internal.LaidOutPagePageLayout.getLaidOutPage(Page p) Return the rendered page for the given page, ornullif the given page is not currently supposed to be rendered.Method parameters in com.levigo.jadice.web.client.layout with type arguments of type PageModifier and TypeMethodDescriptionvoidPageLayout.setPageList(List<Page> pageList) Set the current document. -
Uses of Page in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return PageMethods in com.levigo.jadice.web.client.messaging with parameters of type PageMethod parameters in com.levigo.jadice.web.client.messaging with type arguments of type Page -
Uses of Page in com.levigo.jadice.web.client.model.document
Methods in com.levigo.jadice.web.client.model.document that return PageModifier and TypeMethodDescriptionFilteredDocument.getDelegatePage(int pageIndex) Finds a page in the original document, given by its page index.FilteredDocument.getPage(int pageIndex) FilteredDocument.getPage(int pageIndex, boolean create) Methods in com.levigo.jadice.web.client.model.document that return types with arguments of type PageModifier and TypeMethodDescriptioncom.levigo.jadice.web.shared.model.document.snapshot.internal.ChangeSet<Page> FilteredDocument.getChangeSet()org.jadice.util.glazedlists.EventList<Page> FilteredDocument.getPages()Methods in com.levigo.jadice.web.client.model.document with parameters of type PageMethod parameters in com.levigo.jadice.web.client.model.document with type arguments of type PageModifier and TypeMethodDescriptionvoidFilteredDocument.setMatcher(org.jadice.util.glazedlists.matchers.Matcher<? super Page> matcher) Since the list of Pages is represented by a Glazedlists FilterList, filtering is applied by setting a Matcher or a MatcherEditor, using the existing API of the FilterList.voidFilteredDocument.setMatcherEditor(org.jadice.util.glazedlists.matchers.MatcherEditor<? super Page> editor) Since the list of Pages is represented by a Glazedlists FilterList, filtering is applied by setting a Matcher or a MatcherEditor, using the existing API of the FilterList. -
Uses of Page in com.levigo.jadice.web.client.rendercontrols
Method parameters in com.levigo.jadice.web.client.rendercontrols with type arguments of type PageModifier and TypeMethodDescriptionstatic voidRenderControlsJsonSerializer.deSerializeRenderControls(String json, List<Page> pages, PageView pageView) Take a json object and restoreRenderControlson the givenpagescurrently present inPageViewsDocument.static StringRenderControlsJsonSerializer.serializeRenderControls(PageView pageView, List<Page> pages) Take pageRenderControlsand create a json object for them.static StringRenderControlsJsonSerializer.serializeRenderControls(PageView pageView, List<Page> pages, ControlsKitFilter filter) Take pageRenderControlsand create a json object for them. -
Uses of Page in com.levigo.jadice.web.client.rule
Methods in com.levigo.jadice.web.client.rule with parameters of type PageModifier and TypeMethodDescriptionvoidAbstractPresentationRule.currentPageChanged(PageView view, Page page) voidPresentationRule.currentPageChanged(PageView view, Page page) -
Uses of Page in com.levigo.jadice.web.client.rules
Methods in com.levigo.jadice.web.client.rules with parameters of type PageModifier and TypeMethodDescriptionvoidApplyDynamicZoomRule.currentPageChanged(PageView view, Page page) -
Uses of Page in com.levigo.jadice.web.client.settings
Methods in com.levigo.jadice.web.client.settings that return PageModifier and TypeMethodDescriptionInventoryRenderSettingsEvent.getPage()Returns the page reference if the change concerns page specific settings, ornullif a change of the document render settings cause this eventRenderSettingsEvent.getPage()Gets the page which is associated with the event.Methods in com.levigo.jadice.web.client.settings with parameters of type PageModifier and TypeMethodDescriptionBasicRenderControlInventory.Inventory.getPageRenderControl(Page page) Returns the render controls for the given page.BasicRenderControlInventory.Inventory.getPageRenderControl(Page page, boolean create) Returns the render controls for the given page.Constructors in com.levigo.jadice.web.client.settings with parameters of type PageModifierConstructorDescriptionInventoryRenderSettingsEvent(RenderControlInventory inv, Page page, RenderSettingsEvent evt) ConstructorInventoryRenderSettingsEvent(RenderControlInventory inv, Page page, RenderControls rc, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) ConstructorRenderSettingsEvent(RenderControls parent, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source, Page page) Constructor with page parameter -
Uses of Page in com.levigo.jadice.web.client.tool
Fields in com.levigo.jadice.web.client.tool declared as PageMethods in com.levigo.jadice.web.client.tool that return PageModifier and TypeMethodDescriptionBasicRenderParameters.getPage()ThePagethat is being rendered.Constructors in com.levigo.jadice.web.client.tool with parameters of type PageModifierConstructorDescriptionBasicRenderParameters(Page page, int pageIndex, Rectangle bounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics graphics, RenderControls renderControls) ConstructorRenderParameters(PageView viewComponent, Page page, int pageIndex, Rectangle renderedPageBounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics g, RenderControls renderControls) -
Uses of Page in com.levigo.jadice.web.client.tool.events
Methods in com.levigo.jadice.web.client.tool.events that return PageModifier and TypeMethodDescriptionEditEvent.getPage()Return the Page to which this event pertains to.Methods in com.levigo.jadice.web.client.tool.events with parameters of type PageModifier and TypeMethodDescriptionstatic EditEventEditEvent.create(PageView source, com.google.gwt.event.dom.client.DomEvent<?> e, Page page, int pageIndex, Rectangle renderBounds, RenderControls renderControls, int clickCount, boolean isPopupTrigger) Create the correct EditEvent for the given InputEvent.Constructors in com.levigo.jadice.web.client.tool.events with parameters of type PageModifierConstructorDescriptionPointerEditEvent(PageView source, com.google.gwt.event.dom.client.DomEvent<?> inputEvent, Page page, int pageIndex, Rectangle pageBounds, RenderControls pageRenderControls) -
Uses of Page in com.levigo.jadice.web.client.tools
Fields in com.levigo.jadice.web.client.tools declared as PageMethods in com.levigo.jadice.web.client.tools that return PageMethods in com.levigo.jadice.web.client.tools with parameters of type PageModifier and TypeMethodDescriptionvoidAnnotationTool.selectAnnotations(Page page, boolean showAnnoToolbar, ShapeBasedAnnotation... annotations) Selects the given annotation(s) for the given page.voidAnnotationTool.selectAnnotations(Page page, ShapeBasedAnnotation... annotations) Selects the given annotation(s) for the given page. -
Uses of Page in com.levigo.jadice.web.client.undo
Methods in com.levigo.jadice.web.client.undo that return types with arguments of type PageModifier and TypeMethodDescriptionstatic EventListUndoTracker<Page> DocumentUndoSupport.createTracker(Document document) Return an EventListUndoTracker tracking changes to the document's page list. -
Uses of Page in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper that return PageMethods in com.levigo.jadice.web.client.util.helper with parameters of type PageModifier and TypeMethodDescriptionstatic voidAnnotations.clearModified(Page page) Clear the modified state of allAnnotations on thePage.static RectangleAnnotations.getAnnotationBoundsInPixel(PageView pageView, Annotation annotation, Page page) Returns the Bounds of the givenAnnotationin Pixel.static com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegmentAnnotations.getAnnotationPageSegment(Page page, String profileId) Returns theAnnotationPageSegmentfor passed page.static Collection<Annotation> Annotations.getAnnotations(Page page) Retrieves the list of annotations lying in thePageSegmentcorresponding to the givenPage.static 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) To a givenPageretrieve the list of annotations that have been deleted from the initial set of annotations which was sent from the server to the clientstatic 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 clientstatic Point2DPoints.getMousePoint(com.google.gwt.event.dom.client.MouseEvent<?> event, PageView pageView, Page page) Calculates the MousePosition in DocUnits relative to the Page.static Point2DPoints.getMousePointInPageAndGrid(com.google.gwt.event.dom.client.MouseEvent event, Grid grid, PageView pageView, Page page) Calculates the MousePosition in DocUnits relative to the Page.static Events.PagePointEvents.getPagePoint(PageView pageView, Page page, com.google.gwt.dom.client.NativeEvent event) static Events.PagePointEvents.getPagePoint(PageView pageView, Page page, com.google.gwt.event.dom.client.DomEvent<?> e) static Events.PagePointEvents.getPagePoint(PageView pageView, Page page, Point2D point) static RectangleAnnotations.getRelativeAnnotationBoundsInPixel(PageView pageView, Annotation annotation, Page page) Returns the Bounds of the givenAnnotationin Pixel.static DimensionPages.getRenderedSize(Page page, RenderControls rc) Get the renderedPagesize in base units.static Point2DPoints.getTouchPoint(com.google.gwt.event.dom.client.TouchEvent<?> event, PageView pageView, Page page) Calculates the TouchPosition in DocUnits relative to the Page.static Point2DPoints.getTouchPointInPageAndGrid(com.google.gwt.event.dom.client.TouchMoveEvent event, Grid grid, PageView pageView, Page page) Calculates the TouchPosition in DocUnits relative to the Page and inside the page bounds.booleanAnnotations.isAnnotationPageSegment(Page page, DocumentLayer documentLayer) static booleanAnnotations.isModified(Page page) Checks whether the annotations on the given page were modified after loading it from the server.Constructors in com.levigo.jadice.web.client.util.helper with parameters of type Page -
Uses of Page in com.levigo.jadice.web.client.viewer
Methods in com.levigo.jadice.web.client.viewer with parameters of type Page -
Uses of Page in com.levigo.jadice.web.demo.enterprise.server
Methods in com.levigo.jadice.web.demo.enterprise.server with parameters of type PageModifier and TypeMethodDescriptionThumbnailCreator.createThumbnail(Page page) ThumbnailCreator.createThumbnail(Page page, Dimension dimension) voidThumbnailCreator.createThumbnail(Page page, Dimension dimension, OutputStream os) voidThumbnailCreator.createThumbnail(Page page, OutputStream os) protected com.levigo.jadice.document.render.RenderControlsThumbnailCreator.getThumbnailRenderControls(Page page, Dimension ts) -
Uses of Page in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return PageMethods in com.levigo.jadice.web.server.messaging that return types with arguments of type PageModifier and TypeMethodDescriptionstatic com.levigo.jadice.web.shared.model.document.snapshot.internal.Change<Page> Methods in com.levigo.jadice.web.server.messaging with parameters of type Page