Package | Description |
---|---|
org.jfree.ui |
Utility classes for creating user interfaces.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedDrawable
A drawable that has a preferred size and aspect ratio.
|
Modifier and Type | Field and Description |
---|---|
private Drawable |
DrawablePanel.drawable |
Modifier and Type | Method and Description |
---|---|
Drawable |
DrawablePanel.getDrawable()
Returns the drawable item.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawablePanel.setDrawable(Drawable drawable)
Sets the drawable item.
|