|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Color in org.wicketstuff.flot |
|---|
| Fields in org.wicketstuff.flot declared as Color | |
|---|---|
static Color |
Color.BLACK
|
static Color |
Color.BLUE
|
static Color |
Color.GREEN
|
static Color |
Color.RED
|
static Color |
Color.WHITE
|
| Methods in org.wicketstuff.flot that return Color | |
|---|---|
Color |
FlotPanel.getBackgroundColor()
|
Color |
FlotPanel.getForegroundColor()
|
Color |
FlotPanel.getTickColor()
|
static Color |
Color.random()
|
Color |
Color.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 | |
|---|---|
Series |
Series.addDataSet(DataSet dataSet,
Color color)
|
void |
FlotPanel.setBackgroundColor(Color color)
|
void |
FlotPanel.setForegroundColor(Color color)
|
void |
FlotPanel.setTickColor(Color color)
|
| Constructors in org.wicketstuff.flot with parameters of type Color | |
|---|---|
BarGraphType(java.lang.Double lineWidth,
java.lang.Boolean fill,
Color fillColor,
java.lang.Double barWidth,
BarGraphType.Align align)
|
|
GraphType(java.lang.Double lineWidth,
java.lang.Boolean fill,
Color fillColor)
|
|
LineGraphType(java.lang.Double lineWidth,
java.lang.Boolean fill,
Color fillColor)
|
|
PointsGraphType(java.lang.Double lineWidth,
java.lang.Boolean fill,
Color fillColor,
java.lang.Double radius)
|
|
Series(java.util.List<DataSet> data,
java.lang.String label,
Color color,
GraphType... graphTypes)
|
|
Series(java.util.List<DataSet> data,
java.lang.String label,
Color color,
java.util.Set<GraphType> graphTypes)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||