| Package | Description | 
|---|---|
| org.pepstock.charba.client.commons | 
 Core classes to manage the inter-operations with java script code. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ArrayCanvas | 
ArrayCanvas.fromOrEmpty(Canvas... items)
This method creates new array instance with a variable number of  
HTMLCanvasElement arguments. | 
static ArrayCanvas | 
ArrayCanvas.fromOrEmpty(List<Canvas> items)
Creates a java script array of canvas starting from list of canvas. 
 | 
static ArrayCanvas | 
ArrayCanvas.fromOrNull(Canvas... items)
This method creates new array instance with a variable number of  
HTMLCanvasElement arguments. | 
static ArrayCanvas | 
ArrayCanvas.fromOrNull(List<Canvas> items)
Creates a java script array of canvas starting from list of canvas. 
 | 
protected ArrayCanvas | 
NativeObjectContainer.getValueOrArray(Key key,
               Canvas defaultValue)
Returns a value (array) in the embedded JavaScript object at specific property. 
This must be used when a java script property can contain an array or a canvas.  | 
| Modifier and Type | Method and Description | 
|---|---|
static ArrayCanvasList | 
ArrayListHelper.list(ArrayCanvas values)
Creates a array list of canvas by a java script array of canvas. 
 | 
static List<Canvas> | 
ArrayListHelper.unmodifiableList(ArrayCanvas values)
Creates a array list of canvas by a java script array of canvas. 
 |