Uses of Enum Class
org.springframework.shell.geom.VerticalAlign
Packages that use VerticalAlign
Package
Description
-
Uses of VerticalAlign in org.springframework.shell.component.view.control.cell
Methods in org.springframework.shell.component.view.control.cell with parameters of type VerticalAlignModifier and TypeMethodDescriptionstatic <T> TextCell<T>TextCell.of(T item, Function<T, String> itemFunction, HorizontalAlign hAlign, VerticalAlign vAlign) Helper method to build aTextCell.voidAbstractTextCell.setVerticalAlign(VerticalAlign vAlign) voidTextCell.setVerticalAlign(VerticalAlign vAlign) Sets vertical align for a text to draw.Constructors in org.springframework.shell.component.view.control.cell with parameters of type VerticalAlignModifierConstructorDescriptionAbstractTextCell(T item, Function<T, String> itemFunction, HorizontalAlign hAlign, VerticalAlign vAlign) -
Uses of VerticalAlign in org.springframework.shell.component.view.screen
Methods in org.springframework.shell.component.view.screen with parameters of type VerticalAlignModifier and TypeMethodDescriptionvoidScreen.Writer.text(String text, Rectangle rect, HorizontalAlign hAlign, VerticalAlign vAlign) Write aligned text within a bounds. -
Uses of VerticalAlign in org.springframework.shell.geom
Methods in org.springframework.shell.geom that return VerticalAlignModifier and TypeMethodDescriptionstatic 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.