Uses of Class
org.wicketstuff.flot.LegendPosition
-
-
Uses of LegendPosition in org.wicketstuff.flot
Methods in org.wicketstuff.flot that return LegendPosition Modifier and Type Method Description LegendPositionFlotPanel. getLegendPosition()static LegendPositionLegendPosition. toLegendPosition(String pos)static LegendPositionLegendPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static LegendPosition[]LegendPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.flot with parameters of type LegendPosition Modifier and Type Method Description voidFlotPanel. setLegendPosition(LegendPosition position)
-