|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractLayoutPainter.VerticalAlignment | |
|---|---|
| org.jdesktop.swingx.painter | Contains classes and interfaces used by painter enabled components. |
| Uses of AbstractLayoutPainter.VerticalAlignment in org.jdesktop.swingx.painter |
|---|
| Methods in org.jdesktop.swingx.painter that return AbstractLayoutPainter.VerticalAlignment | |
|---|---|
AbstractLayoutPainter.VerticalAlignment |
AbstractLayoutPainter.getVerticalAlignment()
gets the current verticalAlignment alignment |
static 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 | |
|---|---|
void |
AbstractLayoutPainter.setVerticalAlignment(AbstractLayoutPainter.VerticalAlignment vertical)
Sets a new verticalAlignment alignment. |
| Constructors in org.jdesktop.swingx.painter with parameters of type AbstractLayoutPainter.VerticalAlignment | |
|---|---|
ImagePainter(java.awt.image.BufferedImage image,
AbstractLayoutPainter.HorizontalAlignment horizontal,
AbstractLayoutPainter.VerticalAlignment vertical)
Create a new ImagePainter with the specified image and alignment. |
|
ImagePainter(java.net.URL url,
AbstractLayoutPainter.HorizontalAlignment horizontal,
AbstractLayoutPainter.VerticalAlignment vertical)
Deprecated. (pre-1.6.2) no replacement, see Issue 1023 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||