Package | Description |
---|---|
org.jdesktop.swingx.painter |
Contains classes and interfaces used by painter enabled components.
|
Modifier and Type | Method | Description |
---|---|---|
AbstractLayoutPainter.HorizontalAlignment |
AbstractLayoutPainter.getHorizontalAlignment() |
Gets the current horizontalAlignment alignment.
|
static AbstractLayoutPainter.HorizontalAlignment |
AbstractLayoutPainter.HorizontalAlignment.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractLayoutPainter.HorizontalAlignment[] |
AbstractLayoutPainter.HorizontalAlignment.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractLayoutPainter.setHorizontalAlignment(AbstractLayoutPainter.HorizontalAlignment horizontal) |
Sets a new horizontalAlignment alignment.
|
Constructor | Description |
---|---|
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) |