Uses of Class
org.wicketstuff.flot.Color
-
-
Uses of Color in org.wicketstuff.flot
Fields in org.wicketstuff.flot declared as Color Modifier and Type Field Description static ColorColor. BLACKstatic ColorColor. BLUEstatic ColorColor. GREENstatic ColorColor. REDstatic ColorColor. WHITEMethods in org.wicketstuff.flot that return Color Modifier and Type Method Description ColorFlotPanel. getBackgroundColor()ColorFlotPanel. getForegroundColor()ColorFlotPanel. getTickColor()static ColorColor. random()ColorColor. scale(float fr, float fg, float fb)Returns a copy of this color the values of which are multiplied with the according factors and cropped to 0..1.Methods in org.wicketstuff.flot with parameters of type Color Modifier and Type Method Description SeriesSeries. addDataSet(DataSet dataSet, Color color)voidFlotPanel. setBackgroundColor(Color color)voidFlotPanel. setForegroundColor(Color color)voidFlotPanel. setTickColor(Color color)Constructors in org.wicketstuff.flot with parameters of type Color Constructor Description BarGraphType(Double lineWidth, Boolean fill, Color fillColor, Double barWidth, BarGraphType.Align align)GraphType(Double lineWidth, Boolean fill, Color fillColor)LineGraphType(Double lineWidth, Boolean fill, Color fillColor)PointsGraphType(Double lineWidth, Boolean fill, Color fillColor, Double radius)Series(List<DataSet> data, String label, Color color, Set<GraphType> graphTypes)Series(List<DataSet> data, String label, Color color, GraphType... graphTypes)
-