Uses of Enum Class
be.quodlibet.boxable.VerticalAlignment
Packages that use VerticalAlignment
-
Uses of VerticalAlignment in be.quodlibet.boxable
Methods in be.quodlibet.boxable that return VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignmentCell.getValign()static VerticalAlignmentReturns the enum constant of this class with the specified name.static VerticalAlignment[]VerticalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in be.quodlibet.boxable with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionRow.createCell(float width, String value, HorizontalAlignment align, VerticalAlignment valign) Creates a cell with provided width, cell value, horizontal and vertical alignmentRow.createImageCell(float width, Image img, HorizontalAlignment align, VerticalAlignment valign) voidCell.setValign(VerticalAlignment valign)