Uses of Class
org.pepstock.charba.client.datalabels.enums.Anchor
-
Packages that use Anchor Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.datalabels.enums Contains all enumerations to configure theDataLabelsPlugin.ID
plugin. -
-
Uses of Anchor in org.pepstock.charba.client.datalabels
Fields in org.pepstock.charba.client.datalabels declared as Anchor Modifier and Type Field Description static Anchor
DataLabelsOptions. DEFAULT_ANCHOR
Default anchor point, which is defined by an orientation vector and a position on the data element,CENTER
.Methods in org.pepstock.charba.client.datalabels that return Anchor Modifier and Type Method Description Anchor
LabelItem. getAnchor()
Returns the anchor point, which is defined by an orientation vector and a position on the data element.Methods in org.pepstock.charba.client.datalabels with parameters of type Anchor Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setAnchor(Anchor anchor)
Sets the anchor point, which is defined by an orientation vector and a position on the data element.void
LabelItem. setAnchor(Anchor anchor)
Sets the anchor point, which is defined by an orientation vector and a position on the data element. -
Uses of Anchor in org.pepstock.charba.client.datalabels.enums
Methods in org.pepstock.charba.client.datalabels.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.
-