- All Known Implementing Classes:
GraphicsSceneRenderer
public interface ImageRenderer
This interface can be implemented in order to render any kind of content into
a paint device.
- Since:
- Omix 1.4.20
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description void
render(QPainter painter, QSizeF pictureSize)
This method is called when the plug-in callsAbstractAccessManager.requestExportImageProcedure(String, QSizeF, ImageRenderer)
and the user has selected a file path.
-
Method Details
-
render
This method is called when the plug-in callsAbstractAccessManager.requestExportImageProcedure(String, QSizeF, ImageRenderer)
and the user has selected a file path.- Parameters:
painter
- the painter painting on the target paint devicepictureSize
- target size
-