Uses of Interface
org.jfree.ui.Drawable
-
Packages that use Drawable Package Description org.jfree.ui Utility classes for creating user interfaces. -
-
Uses of Drawable in org.jfree.ui
Subinterfaces of Drawable in org.jfree.ui Modifier and Type Interface Description interface
ExtendedDrawable
A drawable that has a preferred size and aspect ratio.Fields in org.jfree.ui declared as Drawable Modifier and Type Field Description private Drawable
DrawablePanel. drawable
Methods in org.jfree.ui that return Drawable Modifier and Type Method Description Drawable
DrawablePanel. getDrawable()
Returns the drawable item.Methods in org.jfree.ui with parameters of type Drawable Modifier and Type Method Description void
DrawablePanel. setDrawable(Drawable drawable)
Sets the drawable item.
-