Uses of Class
org.wicketstuff.flot.BarGraphType.Align
-
-
Uses of BarGraphType.Align in org.wicketstuff.flot
Methods in org.wicketstuff.flot that return BarGraphType.Align Modifier and Type Method Description static BarGraphType.AlignBarGraphType.Align. valueOf(String name)Returns the enum constant of this type with the specified name.static BarGraphType.Align[]BarGraphType.Align. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wicketstuff.flot with parameters of type BarGraphType.Align Constructor Description BarGraphType(Double lineWidth, Boolean fill, Color fillColor, Double barWidth, BarGraphType.Align align)
-