@@ -654,13 +654,8 @@ static public class RendererChangeException extends RuntimeException { }
654654 public boolean focused = false ;
655655
656656 /**
657- * ( begin auto-generated from online.xml )
658- *
659657 * Confirms if a Processing program is running inside a web browser. This
660658 * variable is "true" if the program is online and "false" if not.
661- *
662- * ( end auto-generated )
663- * @webref environment
664659 */
665660 @ Deprecated
666661 public boolean online = false ;
@@ -3085,19 +3080,12 @@ public void frameRate(float fps) {
30853080
30863081
30873082 /**
3088- * ( begin auto-generated from param.xml )
3089- *
30903083 * Reads the value of a param. Values are always read as a String so if you
30913084 * want them to be an integer or other datatype they must be converted. The
30923085 * <b>param()</b> function will only work in a web browser. The function
30933086 * should be called inside <b>setup()</b>, otherwise the applet may not yet
30943087 * be initialized and connected to its parent web browser.
30953088 *
3096- * ( end auto-generated )
3097- *
3098- * @webref input:web
3099- * @usage Web
3100- *
31013089 * @param name name of the param to read
31023090 * @deprecated no more applet support
31033091 */
@@ -3113,21 +3101,11 @@ public String param(String name) {
31133101
31143102
31153103 /**
3116- * ( begin auto-generated from status.xml )
3117- *
3118- * Displays message in the browser's status area. This is the text area in
3119- * the lower left corner of the browser. The <b>status()</b> function will
3120- * only work when the Processing program is running in a web browser.
3121- *
3122- * ( end auto-generated )
31233104 * <h3>Advanced</h3>
31243105 * Show status in the status bar of a web browser, or in the
31253106 * System.out console. Eventually this might show status in the
31263107 * p5 environment itself, rather than relying on the console.
31273108 *
3128- * @webref input:web
3129- * @usage Web
3130- * @param value any valid String
31313109 * @deprecated no more applet support
31323110 */
31333111 public void status (String value ) {
0 commit comments