@ApplicationScoped public class C3JsTypesFactory extends Object
| Constructor and Description |
|---|
C3JsTypesFactory() |
| Modifier and Type | Method and Description |
|---|---|
C3AxisInfo |
c3AxisInfo(boolean rotated,
C3AxisX axisX,
C3AxisY axisY) |
C3AxisX |
c3AxisX(String type,
String[] categories,
C3Tick tick) |
C3AxisY |
c3AxisY(boolean show,
C3Tick tickY) |
C3ChartConf |
c3ChartConf(C3ChartSize size,
C3ChartData data,
C3AxisInfo axis,
C3Grid grid,
C3Transition transition,
C3Point point,
C3Padding padding,
C3Legend legend,
C3Color color) |
C3ChartData |
c3ChartData(String[][] columns,
String type,
String[][] groups,
elemental2.core.JsObject xs,
C3Selection selection) |
C3ChartSize |
c3ChartSize(double width,
double height) |
C3Color |
c3Color(String[] pattern) |
C3Color |
c3Color(String[] pattern,
C3Threshold threshold) |
C3Gauge |
c3Gauge(int min,
int max) |
C3Grid |
c3Grid(boolean showX,
boolean showY) |
C3Legend |
c3Legend(boolean show,
String position) |
C3Padding |
c3Padding(int top,
int right,
int bottom,
int left) |
C3Point |
c3Point(C3Point.RadiusCallback r) |
C3Selection |
c3Selection(boolean enabled,
boolean multiple,
boolean grouped) |
C3Threshold |
c3Threshold(int[] values) |
C3Transition |
c3Transition(int duration) |
C3AxisLabel |
createC3Label(String text,
String position) |
C3Tick |
createC3Tick(C3Tick.FormatterCallback callback) |
public C3Tick createC3Tick(C3Tick.FormatterCallback callback)
public C3Grid c3Grid(boolean showX, boolean showY)
public C3Padding c3Padding(int top, int right, int bottom, int left)
public C3ChartSize c3ChartSize(double width, double height)
public C3Selection c3Selection(boolean enabled, boolean multiple, boolean grouped)
public C3Point c3Point(C3Point.RadiusCallback r)
public C3ChartData c3ChartData(String[][] columns, String type, String[][] groups, elemental2.core.JsObject xs, C3Selection selection)
public C3AxisInfo c3AxisInfo(boolean rotated, C3AxisX axisX, C3AxisY axisY)
public C3ChartConf c3ChartConf(C3ChartSize size, C3ChartData data, C3AxisInfo axis, C3Grid grid, C3Transition transition, C3Point point, C3Padding padding, C3Legend legend, C3Color color)
public C3Transition c3Transition(int duration)
public C3AxisLabel createC3Label(String text, String position)
public C3Color c3Color(String[] pattern, C3Threshold threshold)
public C3Threshold c3Threshold(int[] values)
public C3Gauge c3Gauge(int min, int max)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.