- All Known Subinterfaces:
OSGraphicsOps
- All Known Implementing Classes:
Graphics2DRecorder
,Model3D.Image
,OSGBufferedImage
,OutputStreamGraphics
,OutputStreamGraphics.Surrogate
,PanelGraphics
,PanelGraphics.Creator
,PrinterGraphics
,ThreadedOSGraphics
public interface GraphicsCreator
Interface for objects that create graphics contexts of type Graphic2D.
Examples of uses include the org.bzdev.gio package.
-
Method Summary
-
Method Details
-
createGraphics
Create a graphics context.- Returns:
- the graphics context
- Throws:
UnsupportedOperationException
-