adding javadoc

This commit is contained in:
benfry
2005-04-13 23:51:02 +00:00
parent c239b284ae
commit 02ca48851b
4 changed files with 57 additions and 10 deletions

View File

@@ -0,0 +1 @@
processing.core

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 B

View File

@@ -0,0 +1,44 @@
/* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */
/* Page background color */
body { font-family: Verdana; font-size: 10px; background-color: #FFFFFF }
td { font-family: Verdana; font-size: 10px }
pre { font-size: 11px }
code { font-size: 11px }
/* Table colors */
.TableHeadingColor { background: #dddddd } /* Dark mauve */
.TableSubHeadingColor { background: #EEEEEE } /* Light mauve */
.TableRowColor { background: #FFFFFF } /* White */
/* Font used in left-hand frame lists */
/*
.FrameTitleFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
.FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
.FrameItemFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
*/
.FrameTitleFont { font-size: 8pt; font-family: Geneva, Verdana, Arial, san-serif }
.FrameHeadingFont { font-size: 8pt; font-family: Geneva, Verdana, Arial, san-serif }
.FrameItemFont { font-size: 9px; font-family: Geneva, Verdana, Arial, san-serif }
/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
/* Navigation bar fonts and colors */
.NavBarCell1 { background-color:#EEEEEE; }
.NavBarCell1Rev { background-color:#808080; }
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
a:link { color: #0039B3; }
a:visited { color: #0039B3; }
a:active { color: #800080; }

View File

@@ -36,7 +36,7 @@ X use with/in place of link()
_ call it open()
X what to call firstMouse
_ implement rightMouse?
_ mouseButton = LEFT, CENTER, or RIGHT
_ yes, mouseButton = LEFT, CENTER, or RIGHT
_ should we include a from and to for the directional light?
@@ -50,19 +50,23 @@ _ nf(PLUS, ...) nf(PAD, ...) nfc(PLUS, ...)
_ make the 1.4 code in PApplet load via reflection
_ noCursor seems to be broken on the mac?
_ don't let users on < 1.3 load JAVA2D, or < 1.4 load OPENGL
_ error when running on 1.1...
_ You need to install Java 1.3 or later to view this content.
_ Click here to visit java.com and install.
tweaking up simong light code
_ what's up with resetLights?
_ add PLight object to avoid method overflow
_ preApplyMatrix, invApplyMatrix?
_ applyMatrixPre and applyMatrixIn
_ rotateXInv is ugly..
_ irotateX?, papplyMatrix?
o what's up with resetLights?
o add PLight object to avoid method overflow
o preApplyMatrix, invApplyMatrix?
o applyMatrixPre and applyMatrixIn
o rotateXInv is ugly..
o irotateX?, papplyMatrix?
_ make inverseCamera into cameraInv
_ fix bezierVertex() for newer api
_ fix bezierVertex() in P3D for newer api
_ fix shapes in P3D
_ fix messages referring to depth()
_ route all of them through a single function rather than current waste
@@ -70,8 +74,6 @@ _ route all of them through a single function rather than current waste
_ fix the flicker in java2d mode
X is it because the lock was taken off (g) in PApplet?
_ don't let users on < 1.3 load JAVA2D, or < 1.4 load OPENGL
_ track loadImage() with filenames that are inconsistent
_ really a problem with the ves61r kids
_ i.e. mixed case filename in sketch is different in windows