Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.controllers |
Contains all classes to manage the implementations of controllers.
|
org.pepstock.charba.client.gwt.widgets |
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
|
Modifier and Type | Method and Description |
---|---|
ChartNode |
AbstractChart.getNode()
Returns the chart node with runtime data.
|
ChartNode |
IsChart.getNode()
Returns the chart node with runtime data.
|
Modifier and Type | Method and Description |
---|---|
ChartNode |
ControllerContext.getNode()
Returns the chart node with runtime data.
|
Modifier and Type | Method and Description |
---|---|
ChartNode |
AbstractChartWidget.getNode() |