Uses of Enum Class
com.levigo.jadice.web.client.tools.HoverLensTool.HoverShape
Packages that use HoverLensTool.HoverShape
-
Uses of HoverLensTool.HoverShape in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return HoverLensTool.HoverShapeModifier and TypeMethodDescriptionHoverLensTool.getHoverShape()static HoverLensTool.HoverShapeReturns the enum constant of this class with the specified name.static HoverLensTool.HoverShape[]HoverLensTool.HoverShape.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 HoverLensTool.HoverShapeModifier and TypeMethodDescriptionvoidHoverLensTool.setHoverShape(HoverLensTool.HoverShape hoverShape) !!