Uses of Class
omix.plugin.paint.PaintException
Package | Description |
---|---|
omix.plugin.paint |
This package contains interfaces allowing to implement image and movie export plugins.
|
-
Uses of PaintException in omix.plugin.paint
Methods in omix.plugin.paint that throw PaintException Modifier and Type Method Description void
MoviePaintDeviceInterface. closeFrame()
Indicates the end of the currently being painted frame of the movie.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.void
PaintDeviceInterface. save()
Called when the image painting process was finished.