Uses of Interface
com.levigo.jadice.web.client.grid.Grid
Packages that use Grid
Package
Description
-
Uses of Grid in com.levigo.jadice.web.client.commands
Constructors in com.levigo.jadice.web.client.commands with parameters of type Grid -
Uses of Grid in com.levigo.jadice.web.client.grid
Classes in com.levigo.jadice.web.client.grid that implement GridModifier and TypeClassDescriptionclassA simple standard implementation of aGridthat may specify bounds defining an offset and borders.final classA "no-op" grid with a Cell width and height of 1.Methods in com.levigo.jadice.web.client.grid that return GridModifier and TypeMethodDescriptionstatic GridGrids.getGridForDocument(Document doc) Returns theGridfor the given document.Methods in com.levigo.jadice.web.client.grid with parameters of type GridModifier and TypeMethodDescriptionstatic voidGrids.attachGridToDocument(Document doc, Grid grid) Attaches the givenGridto the document by putting it into the document properties. -
Uses of Grid in com.levigo.jadice.web.client.internal.annotation
Fields in com.levigo.jadice.web.client.internal.annotation declared as GridMethods in com.levigo.jadice.web.client.internal.annotation with parameters of type GridModifier and TypeMethodDescriptionstatic Point2DAnnotationTransformHelper.clampPositionOnPage(Point2D position, Rectangle2D selectionBounds, Grid grid, Page page) -
Uses of Grid in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type GridModifier and TypeMethodDescriptionprotected 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) voidResizeAnnotationsGesture.setBoundsWithinPageAndGrid(Rectangle newBounds, Grid grid, Grid.SnapTo snapTo) -
Uses of Grid in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper with parameters of type GridModifier and TypeMethodDescriptionstatic 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 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.