Class ResizeAnnotationsGesture
java.lang.Object
com.levigo.jadice.web.client.internal.annotation.wrangler.ResizeAnnotationsGesture
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static enumstatic enumstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandles(PageView pageView, Page page, Collection<? extends Annotation> annotations) protected ResizeAnnotationsGesture.ResizeType[]voidsetBoundsWithinPageAndGrid(Rectangle newBounds, Grid grid, Grid.SnapTo snapTo) voidsetMinimumHeight(double minHeight) Sets the minimum height of the selection.voidsetMinimumWidth(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.
-