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 TypeClassDescriptionclass
A simple standard implementation of aGrid
that may specify bounds defining an offset and borders.final class
A "no-op" grid with a Cell width and height of 1.Methods in com.levigo.jadice.web.client.grid that return GridModifier and TypeMethodDescriptionstatic Grid
Grids.getGridForDocument
(Document doc) Returns theGrid
for the given document.Methods in com.levigo.jadice.web.client.grid with parameters of type GridModifier and TypeMethodDescriptionstatic void
Grids.attachGridToDocument
(Document doc, Grid grid) Attaches the givenGrid
to 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 Point2D
AnnotationTransformHelper.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 void
LineAnnotationWrangler.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 void
LineAnnotationWrangler.ensureMinimumLength
(Point2D start, Point2D end, Grid.SnapTo snapTo, Page page, Grid grid) void
ResizeAnnotationsGesture.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 Point2D
Points.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 Point2D
Points.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.