Skip to content

Commit e46ecea

Browse files
committed
a little scarier: moving java.awt and javax.imageio out of PImage
1 parent 753c599 commit e46ecea

File tree

7 files changed

+413
-340
lines changed

7 files changed

+413
-340
lines changed

core/src/processing/awt/PGraphicsJava2D.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,14 @@ public PSurface createSurface() {
253253
}
254254

255255

256-
/**
257-
* Still need a means to get the java.awt.Image object, since getNative()
258-
* is going to return the {@link Graphics2D} object.
259-
*/
260-
@Override
261-
public Image getImage() {
262-
return image;
263-
}
256+
// /**
257+
// * Still need a means to get the java.awt.Image object, since getNative()
258+
// * is going to return the {@link Graphics2D} object.
259+
// */
260+
// @Override
261+
// public Image getImage() {
262+
// return image;
263+
// }
264264

265265

266266
/** Returns the java.awt.Graphics2D object used by this renderer. */

0 commit comments

Comments
 (0)