Uses of Interface
omix.plugin.paint.PaintDeviceInterface
Package | Description |
---|---|
omix.plugin.paint |
This package contains interfaces allowing to implement image and movie export plugins.
|
-
Uses of PaintDeviceInterface in omix.plugin.paint
Subinterfaces of PaintDeviceInterface in omix.plugin.paint Modifier and Type Interface Description interface
MoviePaintDeviceInterface
This interface must be implemented in order to realize a movie export feature for Omix.Methods in omix.plugin.paint that return PaintDeviceInterface Modifier and Type Method Description PaintDeviceInterface
PaintHandlerInterface. getPaintDevice(URLConnection connection, QSize size, QColor background)
Returns a paint device which is able to generate a specific image or video file format.