Uses of Class
com.vaadin.flow.component.charts.model.Pane
-
Packages that use Pane Package Description com.vaadin.flow.component.charts.model -
-
Uses of Pane in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Pane Modifier and Type Method Description Pane
Configuration. getPane()
Pane
PaneList. getPane(int index)
Methods in com.vaadin.flow.component.charts.model that return types with arguments of type Pane Modifier and Type Method Description List<Pane>
PaneList. getPanes()
Returns the pane list.Methods in com.vaadin.flow.component.charts.model with parameters of type Pane Modifier and Type Method Description void
Configuration. addPane(Pane pane)
Adds a pane.void
PaneList. addPane(Pane pane)
Adds a new pane to the listvoid
PaneList. removePane(Pane pane)
Removes a pane from the listvoid
XAxis. setPane(Pane pane)
void
YAxis. setPane(Pane pane)
-