| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| org.pepstock.charba.client.dom | 
 Contains all classes needed to work with DOM tree, base classes of a DOM tree. 
 | 
| org.pepstock.charba.client.dom.elements | 
 Contains a set of DOM elements that Charba is using. 
 | 
| 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 | 
|---|---|
Div | 
AbstractChart.getChartElement()  | 
Div | 
IsChart.getChartElement()
Gets a handle to the object's underlying DOM element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Div | 
DOMBuilder.createDivElement()
Creates a <div> element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Div | 
CastHelper.toDiv(Object object)
Returns a  
Div object casting the argument. | 
| Modifier and Type | Method and Description | 
|---|---|
Div | 
AbstractChartWidget.getChartElement()  |