mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
switch to record() and recordRaw()
This commit is contained in:
@@ -66,8 +66,8 @@ public class PGraphics extends PImage implements PConstants {
|
||||
|
||||
// ........................................................
|
||||
|
||||
// used by recordShapesRaw()
|
||||
public PGraphics rawShapeRecorder;
|
||||
// used by recordRaw()
|
||||
public PGraphics recorderRaw;
|
||||
|
||||
// ........................................................
|
||||
|
||||
@@ -3529,8 +3529,8 @@ public class PGraphics extends PImage implements PConstants {
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
public void recordShapesRaw(PGraphics rawShapeRecorder) {
|
||||
throw new RuntimeException("recordShapesRaw() not supported " +
|
||||
public void recordRaw(PGraphics recorderRaw) {
|
||||
throw new RuntimeException("recordRaw() not supported " +
|
||||
"by this renderer.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user