FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 467 : PGraphics2D detail in JavaDocs
Last modified: 2006-12-15 08:09
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.