Uses of Enum Class
org.wicketstuff.jqplot.lib.elements.Location
Packages that use Location
-
Uses of Location in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return LocationModifier and TypeMethodDescriptionLegend.getLocation()Gets the location.Cursor.getTooltipLocation()Gets the tooltip location.Highlighter.getTooltipLocation()static LocationReturns the enum constant of this class with the specified name.static Location[]Location.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wicketstuff.jqplot.lib.elements with parameters of type LocationModifier and TypeMethodDescriptionvoidLegend.setLocation(Location location) Sets the location.voidCursor.setTooltipLocation(Location tooltipLocation) Sets the tooltip location.voidHighlighter.setTooltipLocation(Location tooltipLocation) Constructors in org.wicketstuff.jqplot.lib.elements with parameters of type Location