From 02ca48851b746bd1457aee37d2c8986283247dc1 Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 13 Apr 2005 23:51:02 +0000 Subject: [PATCH] adding javadoc --- processing/core/doc/package-list | 1 + processing/core/doc/resources/inherit.gif | Bin 0 -> 57 bytes processing/core/doc/stylesheet.css | 44 ++++++++++++++++++++++ processing/core/todo.txt | 22 ++++++----- 4 files changed, 57 insertions(+), 10 deletions(-) create mode 100644 processing/core/doc/package-list create mode 100644 processing/core/doc/resources/inherit.gif create mode 100644 processing/core/doc/stylesheet.css diff --git a/processing/core/doc/package-list b/processing/core/doc/package-list new file mode 100644 index 000000000..83d40f50f --- /dev/null +++ b/processing/core/doc/package-list @@ -0,0 +1 @@ +processing.core diff --git a/processing/core/doc/resources/inherit.gif b/processing/core/doc/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/processing/core/doc/stylesheet.css b/processing/core/doc/stylesheet.css new file mode 100644 index 000000000..23fa49e8c --- /dev/null +++ b/processing/core/doc/stylesheet.css @@ -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; } diff --git a/processing/core/todo.txt b/processing/core/todo.txt index ba9775ee3..6dde51cf1 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -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