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 interfaceExtendedDrawableA drawable that has a preferred size and aspect ratio.Fields in org.jfree.ui declared as Drawable Modifier and Type Field Description private DrawableDrawablePanel. drawableMethods in org.jfree.ui that return Drawable Modifier and Type Method Description DrawableDrawablePanel. getDrawable()Returns the drawable item.Methods in org.jfree.ui with parameters of type Drawable Modifier and Type Method Description voidDrawablePanel. setDrawable(Drawable drawable)Sets the drawable item.
-