Uses of Class
com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
-
Packages that use TreeMapLayoutAlgorithm Package Description com.vaadin.flow.component.charts.model -
-
Uses of TreeMapLayoutAlgorithm in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return TreeMapLayoutAlgorithm Modifier and Type Method Description TreeMapLayoutAlgorithm
Level. getLayoutAlgorithm()
TreeMapLayoutAlgorithm
PlotOptionsTreemap. getLayoutAlgorithm()
static TreeMapLayoutAlgorithm
TreeMapLayoutAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static TreeMapLayoutAlgorithm[]
TreeMapLayoutAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type TreeMapLayoutAlgorithm Modifier and Type Method Description void
Level. setLayoutAlgorithm(TreeMapLayoutAlgorithm layoutAlgorithm)
Can set the layoutAlgorithm option on a specific level.void
PlotOptionsTreemap. setLayoutAlgorithm(TreeMapLayoutAlgorithm layoutAlgorithm)
This option decides which algorithm is used for setting position and dimensions of the points.
-