Uses of Class
org.wicketstuff.flot.GraphType
-
-
Uses of GraphType in org.wicketstuff.flot
Subclasses of GraphType in org.wicketstuff.flot Modifier and Type Class Description classBarGraphTypeclassLineGraphTypeclassPointsGraphTypeConstructors in org.wicketstuff.flot with parameters of type GraphType Constructor Description Series(List<DataSet> data, String label, Color color, GraphType... graphTypes)Constructor parameters in org.wicketstuff.flot with type arguments of type GraphType Constructor Description Series(List<DataSet> data, String label, Color color, Set<GraphType> graphTypes)
-