Annotation Type OffScreen
-
@Retention(RUNTIME) public @interface OffScreen
Annotate a PGraphics field as an additional offscreen buffer.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
height
Provide a fixed height for the offscreen buffer.boolean
persistent
Whether to persist the contents of the offscreen buffer between frames.double
scaleHeight
Provide a scaling factor for the height.double
scaleWidth
Provide a scaling factor for the width.int
width
Provide a fixed width for the offscreen buffer.
-