Uses of Enum Class
com.levigo.jadice.web.client.tools.VisibleBoundsTool.MouseSensitivity
Packages that use VisibleBoundsTool.MouseSensitivity
-
Uses of VisibleBoundsTool.MouseSensitivity in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return VisibleBoundsTool.MouseSensitivityModifier and TypeMethodDescriptionVisibleBoundsTool.getMouseSensitivity()
Return where the visual bounds visualization is sensitive to mouse input, i.e. where it can be dragged.Returns the enum constant of this class with the specified name.static VisibleBoundsTool.MouseSensitivity[]
VisibleBoundsTool.MouseSensitivity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.tools with parameters of type VisibleBoundsTool.MouseSensitivityModifier and TypeMethodDescriptionvoid
VisibleBoundsTool.setMouseSensitivity
(VisibleBoundsTool.MouseSensitivity mouseSensitivity) Set where the visual bounds visualization is sensitive to mouse input, i.e. where it can be dragged.