Uses of Enum Class
com.vaadin.componentfactory.maps.model.VerticalAlign
Packages that use VerticalAlign
-
Uses of VerticalAlign in com.vaadin.componentfactory.maps.model
Methods in com.vaadin.componentfactory.maps.model that return VerticalAlignModifier and TypeMethodDescriptionAxisTitle.getAlign()Getter for the fieldalign.abstract VerticalAlignAbstractDataLabels.getVerticalAlign()getVerticalAlign.ButtonOptions.getVerticalAlign()Getter for the fieldverticalAlign.ButtonPosition.getVerticalAlign()Getter for the fieldverticalAlign.ContextButton.getVerticalAlign()Getter for the fieldverticalAlign.DataLabels.getVerticalAlign()Getter for the fieldverticalAlign.Legend.getVerticalAlign()Getter for the fieldverticalAlign.Position.getVerticalAlign()Getter for the fieldverticalAlign.Subtitle.getVerticalAlign()Getter for the fieldverticalAlign.Title.getVerticalAlign()Getter for the fieldverticalAlign.ZoomIn.getVerticalAlign()Getter for the fieldverticalAlign.ZoomOut.getVerticalAlign()Getter for the fieldverticalAlign.static VerticalAlignReturns the enum constant of this class with the specified name.static VerticalAlign[]VerticalAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.componentfactory.maps.model with parameters of type VerticalAlignModifier and TypeMethodDescriptionvoidAxisTitle.setAlign(VerticalAlign align) Alignment of the title relative to the axis values.abstract voidAbstractDataLabels.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of a data label.voidButtonOptions.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the buttons.voidButtonPosition.setVerticalAlign(VerticalAlign verticalAlign) Sets the vertical alignment of the button.voidContextButton.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the buttons.voidDataLabels.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of a data label.voidLegend.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the legend box.voidPosition.setVerticalAlign(VerticalAlign verticalAlign) Sets the vertical alignment of the credits.voidSubtitle.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the title.voidTitle.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the title.voidZoomIn.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the buttons.voidZoomOut.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the buttons.