Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.colors.tiles |
Contains all classes to build tiles to use into a canvas patterns or a Charba pattern.
|
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 |
---|---|
Canvas |
IsChart.getCanvas()
Returns the canvas element used to draw the chart.
|
Canvas |
AbstractChart.getCanvas()
Returns the canvas element used to draw the chart.
|
Modifier and Type | Method and Description |
---|---|
protected Canvas |
ShapeDrawer.initCanvas(Canvas outerCanvas,
int size)
Initialized the internal canvas to use for drawing.
|
Modifier and Type | Method and Description |
---|---|
protected Canvas |
ShapeDrawer.initCanvas(Canvas outerCanvas,
int size)
Initialized the internal canvas to use for drawing.
|
Modifier and Type | Method and Description |
---|---|
Canvas |
DOMBuilder.createCanvasElement()
Creates a <canvas> element.
|
Modifier and Type | Method and Description |
---|---|
Canvas |
Context2dItem.getCanvas()
Returns the canvas of the canvas rendering context 2D object.
|
Modifier and Type | Method and Description |
---|---|
CanvasPatternItem |
Context2dItem.createPattern(Canvas canvas,
Repetition repetition)
Creates a pattern using the specified canvas and repetition.
|
void |
Context2dItem.drawImage(Canvas canvas,
double dx,
double dy)
Draws a canvas onto the canvas.
|
void |
Context2dItem.drawImage(Canvas canvas,
double dx,
double dy,
double dWidth)
Draws a canvas onto the canvas.
|
void |
Context2dItem.drawImage(Canvas canvas,
double dx,
double dy,
double dWidth,
double dHeight)
Draws a canvas onto the canvas.
|
Modifier and Type | Method and Description |
---|---|
Canvas |
AbstractChartWidget.getCanvas() |