Class ResizeAnnotationsGesture
java.lang.Object
com.levigo.jadice.web.client.internal.annotation.wrangler.ResizeAnnotationsGesture
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static enum
static enum
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandles
(PageView pageView, Page page, Collection<? extends Annotation> annotations) protected ResizeAnnotationsGesture.ResizeType[]
void
setBoundsWithinPageAndGrid
(Rectangle newBounds, Grid grid, Grid.SnapTo snapTo) void
setMinimumHeight
(double minHeight) Sets the minimum height of the selection.void
setMinimumWidth
(double minWidth) Sets the minimum width of the selection.
-
Field Details
-
page
-
-
Constructor Details
-
ResizeAnnotationsGesture
-
-
Method Details
-
getResizeTypes
-
getHandles
public List<? extends Handle> getHandles(PageView pageView, Page page, Collection<? extends Annotation> annotations) -
setBoundsWithinPageAndGrid
-
setMinimumWidth
public void setMinimumWidth(double minWidth) Sets the minimum width of the selection. -
setMinimumHeight
public void setMinimumHeight(double minHeight) Sets the minimum height of the selection.
-