Uses of Class
org.dashbuilder.renderer.c3.client.jsbinding.C3Color
-
Packages that use C3Color Package Description org.dashbuilder.renderer.c3.client org.dashbuilder.renderer.c3.client.charts.meter org.dashbuilder.renderer.c3.client.jsbinding -
-
Uses of C3Color in org.dashbuilder.renderer.c3.client
Methods in org.dashbuilder.renderer.c3.client that return C3Color Modifier and Type Method Description protected C3ColorC3Displayer. createColor() -
Uses of C3Color in org.dashbuilder.renderer.c3.client.charts.meter
Methods in org.dashbuilder.renderer.c3.client.charts.meter that return C3Color Modifier and Type Method Description protected C3ColorC3MeterChartDisplayer. createColor() -
Uses of C3Color in org.dashbuilder.renderer.c3.client.jsbinding
Methods in org.dashbuilder.renderer.c3.client.jsbinding that return C3Color Modifier and Type Method Description C3ColorC3JsTypesFactory. c3Color(String[] pattern)C3ColorC3JsTypesFactory. c3Color(String[] pattern, C3Threshold threshold)Methods in org.dashbuilder.renderer.c3.client.jsbinding with parameters of type C3Color Modifier and Type Method Description C3ChartConfC3JsTypesFactory. c3ChartConf(C3ChartSize size, C3ChartData data, C3AxisInfo axis, C3Grid grid, C3Transition transition, C3Point point, C3Padding padding, C3Legend legend, C3Color color)voidC3ChartConf. setColor(C3Color color)
-