Uses of Class
org.wicketstuff.jqplot.lib.elements.Location
-
Packages that use Location Package Description org.wicketstuff.jqplot.lib.elements -
-
Uses of Location in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return Location Modifier and Type Method Description LocationLegend. getLocation()Gets the location.LocationCursor. getTooltipLocation()Gets the tooltip location.LocationHighlighter. getTooltipLocation()static LocationLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static Location[]Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.jqplot.lib.elements with parameters of type Location Modifier and Type Method Description voidLegend. 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 Constructor Description Legend(boolean show, Location location)Instantiates a new legend.
-