Bug 467 : PGraphics2D detail in JavaDocs
Last modified: 2006-12-15 08:09




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
mkn
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-12-08 15:56
http://dev.processing.org/reference/core/javadoc/processing/core/PGraphicsJava2D.html


Graphics2D g2 = ((PGraphics2)g).g2;

should be:
Graphics2D g2 = ((PGraphicsJava2D)g).g2;

Took me a while to figure out. :)
Additional Comment #1 From REAS 2006-12-13 16:02
Here's a fix for the JavaDoc
Additional Comment #2 From fry 2006-12-15 08:09
now fixed, thanks.