| Package | Description | 
|---|---|
| org.pepstock.charba.client.matrix | Contains all classes to activate the Matrix controller (AKA  chartjs-chart-matrix.js) for CHART.js. | 
| org.pepstock.charba.client.matrix.enums | Contains all enumerations to configure the MATRIX controllers. | 
| Modifier and Type | Method and Description | 
|---|---|
| Anchor | MatrixDataset. getXAnchor()Returns the anchor point on X orientation of matrix element. | 
| Anchor | MatrixDataset. getYAnchor()Returns the anchor point on Y orientation of matrix element. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MatrixDataset. setXAnchor(Anchor anchor)Sets the anchor point on X orientation of matrix element. | 
| void | MatrixDataset. setYAnchor(Anchor anchor)Sets the anchor point on Y orientation of matrix element. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Anchor | Anchor. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Anchor[] | Anchor. values()Returns an array containing the constants of this enum type, in
the order they are declared. |