Uses of Class
org.jdesktop.swingx.painter.AbstractLayoutPainter.VerticalAlignment
-
Packages that use AbstractLayoutPainter.VerticalAlignment Package Description org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components. -
-
Uses of AbstractLayoutPainter.VerticalAlignment in org.jdesktop.swingx.painter
Fields in org.jdesktop.swingx.painter declared as AbstractLayoutPainter.VerticalAlignment Modifier and Type Field Description private AbstractLayoutPainter.VerticalAlignment
AbstractLayoutPainter. verticalAlignment
Specifies how to draw the image, i.e.Methods in org.jdesktop.swingx.painter that return AbstractLayoutPainter.VerticalAlignment Modifier and Type Method Description AbstractLayoutPainter.VerticalAlignment
AbstractLayoutPainter. getVerticalAlignment()
gets the current verticalAlignment alignmentstatic AbstractLayoutPainter.VerticalAlignment
AbstractLayoutPainter.VerticalAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractLayoutPainter.VerticalAlignment[]
AbstractLayoutPainter.VerticalAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jdesktop.swingx.painter with parameters of type AbstractLayoutPainter.VerticalAlignment Modifier and Type Method Description void
AbstractLayoutPainter. setVerticalAlignment(AbstractLayoutPainter.VerticalAlignment vertical)
Sets a new verticalAlignment alignment.Constructors in org.jdesktop.swingx.painter with parameters of type AbstractLayoutPainter.VerticalAlignment Constructor Description ImagePainter(java.awt.image.BufferedImage image, AbstractLayoutPainter.HorizontalAlignment horizontal, AbstractLayoutPainter.VerticalAlignment vertical)
Create a new ImagePainter with the specified image and alignment.
-