|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paintable | |
quicktime.app.image |
Uses of Paintable in quicktime.app.image |
Classes in quicktime.app.image that implement Paintable | |
class |
JImagePainter
This class implements the Paintable interface and is used in conjunction with a QTImageDrawer to capture the resulting pixel data of the specified java.awt.Image for QuickTime to render. |
Methods in quicktime.app.image that return Paintable | |
Paintable |
QTImageDrawer.getPaintable()
Returns the Paintable object that is the client of the QTImageDrawer. |
Constructors in quicktime.app.image with parameters of type Paintable | |
QTImageDrawer(Paintable painter,
java.awt.Dimension initialSize,
int isSingleFrame)
This creates the QTImageDrawer object which is the parent container of the Paintable object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |