java.lang.Object
org.praxislive.video.pgl.code.userapi.PImage
- Direct Known Subclasses:
PGraphics2D,PGraphics3D
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Optional<T> Search for an instance of the given type.protected abstract processing.core.PImageunwrap(PGLContext context)
-
Field Details
-
width
public final int width -
height
public final int height
-
-
Constructor Details
-
PImage
public PImage(int width, int height)
-
-
Method Details
-
find
Search for an instance of the given type.- Type Parameters:
T-- Parameters:
type- class to search for- Returns:
- Optional wrapping the result if found, or empty if not
-
unwrap
-