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 PaneConfiguration. getPane()PanePaneList. 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 voidConfiguration. addPane(Pane pane)Adds a pane.voidPaneList. addPane(Pane pane)Adds a new pane to the listvoidPaneList. removePane(Pane pane)Removes a pane from the listvoidXAxis. setPane(Pane pane)voidYAxis. setPane(Pane pane)
-