Uses of Class
org.pepstock.charba.client.matrix.enums.Anchor
- 
Packages that use Anchor Package Description org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js) for CHART.js.org.pepstock.charba.client.matrix.enums Contains all enumerations to configure the MATRIX controllers.
- 
- 
Uses of Anchor in org.pepstock.charba.client.matrixMethods in org.pepstock.charba.client.matrix that return Anchor Modifier and Type Method Description AnchorMatrixDataset. getXAnchor()Returns the anchor point on X orientation of matrix element.AnchorMatrixElementOptions. getXAnchor()Returns the anchor point on X orientation of matrix element.AnchorMatrixDataset. getYAnchor()Returns the anchor point on Y orientation of matrix element.AnchorMatrixElementOptions. getYAnchor()Returns the anchor point on Y orientation of matrix element.Methods in org.pepstock.charba.client.matrix with parameters of type Anchor Modifier and Type Method Description voidMatrixDataset. setXAnchor(Anchor anchor)Sets the anchor point on X orientation of matrix element.voidMatrixElementOptions. setXAnchor(Anchor anchor)Sets the anchor point on X orientation of matrix element.voidMatrixDataset. setYAnchor(Anchor anchor)Sets the anchor point on Y orientation of matrix element.voidMatrixElementOptions. setYAnchor(Anchor anchor)Sets the anchor point on Y orientation of matrix element.
- 
Uses of Anchor in org.pepstock.charba.client.matrix.enumsMethods in org.pepstock.charba.client.matrix.enums that return Anchor Modifier and Type Method Description static AnchorAnchor. 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.
 
-