Corrections to Reference for new 3.0 API

This commit is contained in:
REAS
2015-06-06 15:26:58 -07:00
parent c86f17fd2e
commit cfcbc85b8a
2 changed files with 3 additions and 3 deletions

View File

@@ -1534,7 +1534,7 @@ public class PApplet implements PConstants {
*
* ( end auto-generated )
* @webref environment
* @param renderer the renderer to use, e.g. P2D, P2D_2X, P3D...
* @param renderer the renderer to use, e.g. JAVA2D, JAVA2D_2X, P2D, P2D_2X, P3D, P3D_2X
* @see PApplet#settings()
* @see PApplet#setup()
* @see PApplet#size()

View File

@@ -1099,7 +1099,7 @@ public class PGraphics extends PImage implements PConstants {
*
* ( end auto-generated )
*
* @webref Rendering
* @webref rendering
* @param which name of the hint to be enabled or disabled
* @see PGraphics
* @see PApplet#createGraphics(int, int, String, String)
@@ -1953,7 +1953,7 @@ public class PGraphics extends PImage implements PConstants {
*
* ( end auto-generated )
*
* @webref Rendering
* @webref rendering
* @param mode the blending mode to use
*/
public void blendMode(int mode) {