Package | Description |
---|---|
org.jdesktop.swingx.painter |
Contains classes and interfaces used by painter enabled components.
|
Modifier and Type | Method and Description |
---|---|
AbstractLayoutPainter.VerticalAlignment |
AbstractLayoutPainter.getVerticalAlignment()
gets the current verticalAlignment alignment
|
static AbstractLayoutPainter.VerticalAlignment |
AbstractLayoutPainter.VerticalAlignment.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLayoutPainter.setVerticalAlignment(AbstractLayoutPainter.VerticalAlignment vertical)
Sets a new verticalAlignment alignment.
|
Constructor and Description |
---|
ImagePainter(BufferedImage image,
AbstractLayoutPainter.HorizontalAlignment horizontal,
AbstractLayoutPainter.VerticalAlignment vertical)
Create a new ImagePainter with the specified image and alignment.
|
Copyright © 2014. All rights reserved.