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.matrix
Methods in org.pepstock.charba.client.matrix that return Anchor Modifier and Type Method 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.Methods in org.pepstock.charba.client.matrix with parameters of type Anchor Modifier and Type Method 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. -
Uses of Anchor in org.pepstock.charba.client.matrix.enums
Methods in org.pepstock.charba.client.matrix.enums that return Anchor Modifier and Type Method 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.
-