-
- Enclosing class:
- PApplet
public static interface PApplet.GraphicsFactoryInterface to be registered and loaded byServiceLoaderfor creating PGraphics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<PGraphics>createGraphics(PApplet parent, String type)Create a PGraphics for the given PApplet and renderer type if this factory supports that type, or an empty optional.
-