Uses of Enum Class
org.jdesktop.swingx.painter.AbstractLayoutPainter.VerticalAlignment
Packages that use AbstractLayoutPainter.VerticalAlignment
Package
Description
Contains classes and interfaces used by painter enabled components.
-
Uses of AbstractLayoutPainter.VerticalAlignment in org.jdesktop.swingx.painter
Subclasses with type arguments of type AbstractLayoutPainter.VerticalAlignment in org.jdesktop.swingx.painterModifier and TypeClassDescriptionstatic enumAn enum which controls verticalAlignment alignmentstatic final classFields in org.jdesktop.swingx.painter declared as AbstractLayoutPainter.VerticalAlignmentModifier and TypeFieldDescriptionAbstractLayoutPainter.verticalAlignmentSpecifies how to draw the image, i.e.Methods in org.jdesktop.swingx.painter that return AbstractLayoutPainter.VerticalAlignmentModifier and TypeMethodDescriptionAbstractLayoutPainter.getVerticalAlignment()gets the current verticalAlignment alignmentReturns the enum constant of this class with the specified name.AbstractLayoutPainter.VerticalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.painter with parameters of type AbstractLayoutPainter.VerticalAlignmentModifier and TypeMethodDescriptionvoidAbstractLayoutPainter.setVerticalAlignment(AbstractLayoutPainter.VerticalAlignment vertical) Sets a new verticalAlignment alignment.Constructors in org.jdesktop.swingx.painter with parameters of type AbstractLayoutPainter.VerticalAlignmentModifierConstructorDescriptionImagePainter(BufferedImage image, AbstractLayoutPainter.HorizontalAlignment horizontal, AbstractLayoutPainter.VerticalAlignment vertical) Create a new ImagePainter with the specified image and alignment.