<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> PConstants </TITLE> <META NAME="keywords" CONTENT="processing.core.PConstants interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="PConstants"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../processing/core/PApplet.RendererChangeException.html" title="class in processing.core"><B>PREV CLASS</B></A> <A HREF="../../processing/core/PFont.html" title="class in processing.core"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?processing/core/PConstants.html" target="_top"><B>FRAMES</B></A> <A HREF="PConstants.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | METHOD</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> processing.core</FONT> <BR> Interface PConstants</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../processing/video/Capture.html" title="class in processing.video">Capture</A>, <A HREF="../../processing/app/tools/ColorSelector.ColorRange.html" title="class in processing.app.tools">ColorSelector.ColorRange</A>, <A HREF="../../processing/app/tools/ColorSelector.ColorSlider.html" title="class in processing.app.tools">ColorSelector.ColorSlider</A>, <A HREF="../../processing/video/Movie.html" title="class in processing.video">Movie</A>, <A HREF="../../processing/core/PApplet.html" title="class in processing.core">PApplet</A>, <A HREF="../../processing/core/PFont.html" title="class in processing.core">PFont</A>, <A HREF="../../processing/core/PGraphics.html" title="class in processing.core">PGraphics</A>, <A HREF="../../processing/core/PGraphics2D.html" title="class in processing.core">PGraphics2D</A>, <A HREF="../../processing/core/PGraphics3D.html" title="class in processing.core">PGraphics3D</A>, <A HREF="../../processing/core/PGraphicsJava2D.html" title="class in processing.core">PGraphicsJava2D</A>, <A HREF="../../processing/opengl/PGraphicsOpenGL.html" title="class in processing.opengl">PGraphicsOpenGL</A>, <A HREF="../../processing/pdf/PGraphicsPDF.html" title="class in processing.pdf">PGraphicsPDF</A>, <A HREF="../../processing/core/PImage.html" title="class in processing.core">PImage</A>, <A HREF="../../processing/core/PLine.html" title="class in processing.core">PLine</A>, <A HREF="../../processing/core/PPolygon.html" title="class in processing.core">PPolygon</A>, <A HREF="../../processing/core/PShape.html" title="class in processing.core">PShape</A>, <A HREF="../../processing/core/PShapeSVG.html" title="class in processing.core">PShapeSVG</A>, <A HREF="../../processing/core/PSmoothTriangle.html" title="class in processing.core">PSmoothTriangle</A>, <A HREF="../../processing/core/PStyle.html" title="class in processing.core">PStyle</A>, <A HREF="../../processing/core/PTriangle.html" title="class in processing.core">PTriangle</A>, <A HREF="../../processing/dxf/RawDXF.html" title="class in processing.dxf">RawDXF</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>PConstants</B></DL> </PRE> <P> Numbers shared throughout processing.core. <P> An attempt is made to keep the constants as short/non-verbose as possible. For instance, the constant is TIFF instead of FILE_TYPE_TIFF. We'll do this as long as we can get away with it. <P> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#A">A</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#AB">AB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ADD">ADD</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#AG">AG</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ALPHA">ALPHA</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ALPHA_MASK">ALPHA_MASK</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ALT">ALT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#AMBIENT">AMBIENT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#AR">AR</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ARC">ARC</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ARGB">ARGB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ARROW">ARROW</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#B">B</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static char</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BACKSPACE">BACKSPACE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BASELINE">BASELINE</A></B></CODE> <BR> Default vertical alignment for text placement</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BEEN_LIT">BEEN_LIT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BEVEL">BEVEL</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BLEND">BLEND</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BLUE_MASK">BLUE_MASK</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BLUR">BLUR</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BOTTOM">BOTTOM</A></B></CODE> <BR> Align text from the bottom, using the baseline.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BOX">BOX</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#BURN">BURN</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CENTER">CENTER</A></B></CODE> <BR> Draw from the center, using second pair of values as the diameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CENTER_DIAMETER">CENTER_DIAMETER</A></B></CODE> <BR> <B>Deprecated.</B> <I>Use DIAMETER instead.</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CENTER_RADIUS">CENTER_RADIUS</A></B></CODE> <BR> <B>Deprecated.</B> <I>Use RADIUS instead.</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CHATTER">CHATTER</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CLOSE">CLOSE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CMYK">CMYK</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CODED">CODED</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#COMPLAINT">COMPLAINT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CONTROL">CONTROL</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CORNER">CORNER</A></B></CODE> <BR> Draw mode convention to use (x, y) to (width, height)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CORNERS">CORNERS</A></B></CODE> <BR> Draw mode convention to use (x1, y1) to (x2, y2) coordinates</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CROSS">CROSS</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#CUSTOM">CUSTOM</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DA">DA</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DARKEST">DARKEST</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DB">DB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DEG_TO_RAD">DEG_TO_RAD</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static char</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DELETE">DELETE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DG">DG</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DIAMETER">DIAMETER</A></B></CODE> <BR> Synonym for the CENTER constant.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DIFFERENCE">DIFFERENCE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DILATE">DILATE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DIRECTIONAL">DIRECTIONAL</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DISABLE_ACCURATE_TEXTURES">DISABLE_ACCURATE_TEXTURES</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DISABLE_DEPTH_SORT">DISABLE_DEPTH_SORT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DISABLE_DEPTH_TEST">DISABLE_DEPTH_TEST</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DISABLE_OPENGL_2X_SMOOTH">DISABLE_OPENGL_2X_SMOOTH</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DISABLE_OPENGL_ERROR_REPORT">DISABLE_OPENGL_ERROR_REPORT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DODGE">DODGE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DOWN">DOWN</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DR">DR</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#DXF">DXF</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#EB">EB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#EDGE">EDGE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#EG">EG</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ELLIPSE">ELLIPSE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ENABLE_ACCURATE_TEXTURES">ENABLE_ACCURATE_TEXTURES</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ENABLE_DEPTH_SORT">ENABLE_DEPTH_SORT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ENABLE_DEPTH_TEST">ENABLE_DEPTH_TEST</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ENABLE_NATIVE_FONTS">ENABLE_NATIVE_FONTS</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ENABLE_OPENGL_2X_SMOOTH">ENABLE_OPENGL_2X_SMOOTH</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ENABLE_OPENGL_4X_SMOOTH">ENABLE_OPENGL_4X_SMOOTH</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ENABLE_OPENGL_ERROR_REPORT">ENABLE_OPENGL_ERROR_REPORT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static char</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ENTER">ENTER</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#EPSILON">EPSILON</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ER">ER</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ERODE">ERODE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ERROR_BACKGROUND_IMAGE_FORMAT">ERROR_BACKGROUND_IMAGE_FORMAT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ERROR_BACKGROUND_IMAGE_SIZE">ERROR_BACKGROUND_IMAGE_SIZE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ERROR_PUSHMATRIX_OVERFLOW">ERROR_PUSHMATRIX_OVERFLOW</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ERROR_PUSHMATRIX_UNDERFLOW">ERROR_PUSHMATRIX_UNDERFLOW</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ERROR_TEXTFONT_NULL_PFONT">ERROR_TEXTFONT_NULL_PFONT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static char</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ESC">ESC</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#EXCLUSION">EXCLUSION</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#G">G</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#GIF">GIF</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#GRAY">GRAY</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#GREEN_MASK">GREEN_MASK</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#HALF_PI">HALF_PI</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#HAND">HAND</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#HARD_LIGHT">HARD_LIGHT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#HINT_COUNT">HINT_COUNT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#HSB">HSB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#IMAGE">IMAGE</A></B></CODE> <BR> texture coordinates based on image width/height</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#INVERT">INVERT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#JAVA2D">JAVA2D</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#JPEG">JPEG</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#LEFT">LEFT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#LIGHTEST">LIGHTEST</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#LINE">LINE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#LINES">LINES</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#LINUX">LINUX</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MACOSX">MACOSX</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MAX_FLOAT">MAX_FLOAT</A></B></CODE> <BR> Same as Float.MAX_VALUE, but included for parity with MIN_VALUE, and to avoid teaching static methods on the first day.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MAX_INT">MAX_INT</A></B></CODE> <BR> Largest possible (positive) integer value</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MIN_FLOAT">MIN_FLOAT</A></B></CODE> <BR> Note that Float.MIN_VALUE is the smallest <EM>positive</EM> value for a floating point number, not actually the minimum (negative) value for a float.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MIN_INT">MIN_INT</A></B></CODE> <BR> Smallest possible (negative) integer value</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MITER">MITER</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MODEL">MODEL</A></B></CODE> <BR> textMode(MODEL) is the default, meaning that characters will be affected by transformations like any other shapes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MOVE">MOVE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#MULTIPLY">MULTIPLY</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#NORMAL">NORMAL</A></B></CODE> <BR> texture coordinates in 0..1 range</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#NORMALIZED">NORMALIZED</A></B></CODE> <BR> <B>Deprecated.</B> <I>use NORMAL instead</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#NX">NX</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#NY">NY</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#NZ">NZ</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#OPAQUE">OPAQUE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#OPEN">OPEN</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#OPENGL">OPENGL</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ORTHOGRAPHIC">ORTHOGRAPHIC</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#OTHER">OTHER</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#OVERLAY">OVERLAY</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#P2D">P2D</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#P3D">P3D</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#PATH">PATH</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#PDF">PDF</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#PERSPECTIVE">PERSPECTIVE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#PI">PI</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#platformNames">platformNames</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#POINT">POINT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#POINTS">POINTS</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#POLYGON">POLYGON</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#POSTERIZE">POSTERIZE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#PROBLEM">PROBLEM</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#PROJECT">PROJECT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#QUAD">QUAD</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#QUAD_STRIP">QUAD_STRIP</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#QUADS">QUADS</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#QUARTER_PI">QUARTER_PI</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#R">R</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#RAD_TO_DEG">RAD_TO_DEG</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#RADIUS">RADIUS</A></B></CODE> <BR> Draw mode from the center, and using the radius</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#RECT">RECT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#RED_MASK">RED_MASK</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#REPLACE">REPLACE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static char</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#RETURN">RETURN</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#RGB">RGB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#RIGHT">RIGHT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#ROUND">ROUND</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SA">SA</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SB">SB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SCREEN">SCREEN</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SG">SG</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SHAPE">SHAPE</A></B></CODE> <BR> textMode(SHAPE) draws text using the the glyph outlines of individual characters rather than as textures.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SHIFT">SHIFT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SHINE">SHINE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SOFT_LIGHT">SOFT_LIGHT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SPB">SPB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SPG">SPG</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SPHERE">SPHERE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SPOT">SPOT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SPR">SPR</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SQUARE">SQUARE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SR">SR</A></B></CODE> <BR> stroke argb values</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SUBTRACT">SUBTRACT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#SW">SW</A></B></CODE> <BR> stroke weight</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static char</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TAB">TAB</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TARGA">TARGA</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TEXT">TEXT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#THIRD_PI">THIRD_PI</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#THRESHOLD">THRESHOLD</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TIFF">TIFF</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TOP">TOP</A></B></CODE> <BR> Align text to the top</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TRIANGLE">TRIANGLE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TRIANGLE_FAN">TRIANGLE_FAN</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TRIANGLE_STRIP">TRIANGLE_STRIP</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TRIANGLES">TRIANGLES</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TWO_PI">TWO_PI</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TX">TX</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TY">TY</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#TZ">TZ</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#U">U</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#UP">UP</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#V">V</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#VERTEX_FIELD_COUNT">VERTEX_FIELD_COUNT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#VW">VW</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#VX">VX</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#VY">VY</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#VZ">VZ</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#WAIT">WAIT</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#WHITESPACE">WHITESPACE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#WINDOWS">WINDOWS</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#X">X</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#Y">Y</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../processing/core/PConstants.html#Z">Z</A></B></CODE> <BR> </TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="X"><!-- --></A><H3> X</H3> <PRE> static final int <B>X</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.X">Constant Field Values</A></DL> </DL> <HR> <A NAME="Y"><!-- --></A><H3> Y</H3> <PRE> static final int <B>Y</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.Y">Constant Field Values</A></DL> </DL> <HR> <A NAME="Z"><!-- --></A><H3> Z</H3> <PRE> static final int <B>Z</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.Z">Constant Field Values</A></DL> </DL> <HR> <A NAME="R"><!-- --></A><H3> R</H3> <PRE> static final int <B>R</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.R">Constant Field Values</A></DL> </DL> <HR> <A NAME="G"><!-- --></A><H3> G</H3> <PRE> static final int <B>G</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.G">Constant Field Values</A></DL> </DL> <HR> <A NAME="B"><!-- --></A><H3> B</H3> <PRE> static final int <B>B</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.B">Constant Field Values</A></DL> </DL> <HR> <A NAME="A"><!-- --></A><H3> A</H3> <PRE> static final int <B>A</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.A">Constant Field Values</A></DL> </DL> <HR> <A NAME="U"><!-- --></A><H3> U</H3> <PRE> static final int <B>U</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.U">Constant Field Values</A></DL> </DL> <HR> <A NAME="V"><!-- --></A><H3> V</H3> <PRE> static final int <B>V</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.V">Constant Field Values</A></DL> </DL> <HR> <A NAME="NX"><!-- --></A><H3> NX</H3> <PRE> static final int <B>NX</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.NX">Constant Field Values</A></DL> </DL> <HR> <A NAME="NY"><!-- --></A><H3> NY</H3> <PRE> static final int <B>NY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.NY">Constant Field Values</A></DL> </DL> <HR> <A NAME="NZ"><!-- --></A><H3> NZ</H3> <PRE> static final int <B>NZ</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.NZ">Constant Field Values</A></DL> </DL> <HR> <A NAME="EDGE"><!-- --></A><H3> EDGE</H3> <PRE> static final int <B>EDGE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.EDGE">Constant Field Values</A></DL> </DL> <HR> <A NAME="SR"><!-- --></A><H3> SR</H3> <PRE> static final int <B>SR</B></PRE> <DL> <DD>stroke argb values <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SR">Constant Field Values</A></DL> </DL> <HR> <A NAME="SG"><!-- --></A><H3> SG</H3> <PRE> static final int <B>SG</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SG">Constant Field Values</A></DL> </DL> <HR> <A NAME="SB"><!-- --></A><H3> SB</H3> <PRE> static final int <B>SB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SB">Constant Field Values</A></DL> </DL> <HR> <A NAME="SA"><!-- --></A><H3> SA</H3> <PRE> static final int <B>SA</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SA">Constant Field Values</A></DL> </DL> <HR> <A NAME="SW"><!-- --></A><H3> SW</H3> <PRE> static final int <B>SW</B></PRE> <DL> <DD>stroke weight <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SW">Constant Field Values</A></DL> </DL> <HR> <A NAME="TX"><!-- --></A><H3> TX</H3> <PRE> static final int <B>TX</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TX">Constant Field Values</A></DL> </DL> <HR> <A NAME="TY"><!-- --></A><H3> TY</H3> <PRE> static final int <B>TY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TY">Constant Field Values</A></DL> </DL> <HR> <A NAME="TZ"><!-- --></A><H3> TZ</H3> <PRE> static final int <B>TZ</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TZ">Constant Field Values</A></DL> </DL> <HR> <A NAME="VX"><!-- --></A><H3> VX</H3> <PRE> static final int <B>VX</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.VX">Constant Field Values</A></DL> </DL> <HR> <A NAME="VY"><!-- --></A><H3> VY</H3> <PRE> static final int <B>VY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.VY">Constant Field Values</A></DL> </DL> <HR> <A NAME="VZ"><!-- --></A><H3> VZ</H3> <PRE> static final int <B>VZ</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.VZ">Constant Field Values</A></DL> </DL> <HR> <A NAME="VW"><!-- --></A><H3> VW</H3> <PRE> static final int <B>VW</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.VW">Constant Field Values</A></DL> </DL> <HR> <A NAME="AR"><!-- --></A><H3> AR</H3> <PRE> static final int <B>AR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.AR">Constant Field Values</A></DL> </DL> <HR> <A NAME="AG"><!-- --></A><H3> AG</H3> <PRE> static final int <B>AG</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.AG">Constant Field Values</A></DL> </DL> <HR> <A NAME="AB"><!-- --></A><H3> AB</H3> <PRE> static final int <B>AB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.AB">Constant Field Values</A></DL> </DL> <HR> <A NAME="DR"><!-- --></A><H3> DR</H3> <PRE> static final int <B>DR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DR">Constant Field Values</A></DL> </DL> <HR> <A NAME="DG"><!-- --></A><H3> DG</H3> <PRE> static final int <B>DG</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DG">Constant Field Values</A></DL> </DL> <HR> <A NAME="DB"><!-- --></A><H3> DB</H3> <PRE> static final int <B>DB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DB">Constant Field Values</A></DL> </DL> <HR> <A NAME="DA"><!-- --></A><H3> DA</H3> <PRE> static final int <B>DA</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DA">Constant Field Values</A></DL> </DL> <HR> <A NAME="SPR"><!-- --></A><H3> SPR</H3> <PRE> static final int <B>SPR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SPR">Constant Field Values</A></DL> </DL> <HR> <A NAME="SPG"><!-- --></A><H3> SPG</H3> <PRE> static final int <B>SPG</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SPG">Constant Field Values</A></DL> </DL> <HR> <A NAME="SPB"><!-- --></A><H3> SPB</H3> <PRE> static final int <B>SPB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SPB">Constant Field Values</A></DL> </DL> <HR> <A NAME="SHINE"><!-- --></A><H3> SHINE</H3> <PRE> static final int <B>SHINE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SHINE">Constant Field Values</A></DL> </DL> <HR> <A NAME="ER"><!-- --></A><H3> ER</H3> <PRE> static final int <B>ER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ER">Constant Field Values</A></DL> </DL> <HR> <A NAME="EG"><!-- --></A><H3> EG</H3> <PRE> static final int <B>EG</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.EG">Constant Field Values</A></DL> </DL> <HR> <A NAME="EB"><!-- --></A><H3> EB</H3> <PRE> static final int <B>EB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.EB">Constant Field Values</A></DL> </DL> <HR> <A NAME="BEEN_LIT"><!-- --></A><H3> BEEN_LIT</H3> <PRE> static final int <B>BEEN_LIT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BEEN_LIT">Constant Field Values</A></DL> </DL> <HR> <A NAME="VERTEX_FIELD_COUNT"><!-- --></A><H3> VERTEX_FIELD_COUNT</H3> <PRE> static final int <B>VERTEX_FIELD_COUNT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.VERTEX_FIELD_COUNT">Constant Field Values</A></DL> </DL> <HR> <A NAME="P2D"><!-- --></A><H3> P2D</H3> <PRE> static final java.lang.String <B>P2D</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.P2D">Constant Field Values</A></DL> </DL> <HR> <A NAME="P3D"><!-- --></A><H3> P3D</H3> <PRE> static final java.lang.String <B>P3D</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.P3D">Constant Field Values</A></DL> </DL> <HR> <A NAME="JAVA2D"><!-- --></A><H3> JAVA2D</H3> <PRE> static final java.lang.String <B>JAVA2D</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.JAVA2D">Constant Field Values</A></DL> </DL> <HR> <A NAME="OPENGL"><!-- --></A><H3> OPENGL</H3> <PRE> static final java.lang.String <B>OPENGL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.OPENGL">Constant Field Values</A></DL> </DL> <HR> <A NAME="PDF"><!-- --></A><H3> PDF</H3> <PRE> static final java.lang.String <B>PDF</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.PDF">Constant Field Values</A></DL> </DL> <HR> <A NAME="DXF"><!-- --></A><H3> DXF</H3> <PRE> static final java.lang.String <B>DXF</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DXF">Constant Field Values</A></DL> </DL> <HR> <A NAME="OTHER"><!-- --></A><H3> OTHER</H3> <PRE> static final int <B>OTHER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.OTHER">Constant Field Values</A></DL> </DL> <HR> <A NAME="WINDOWS"><!-- --></A><H3> WINDOWS</H3> <PRE> static final int <B>WINDOWS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.WINDOWS">Constant Field Values</A></DL> </DL> <HR> <A NAME="MACOSX"><!-- --></A><H3> MACOSX</H3> <PRE> static final int <B>MACOSX</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MACOSX">Constant Field Values</A></DL> </DL> <HR> <A NAME="LINUX"><!-- --></A><H3> LINUX</H3> <PRE> static final int <B>LINUX</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.LINUX">Constant Field Values</A></DL> </DL> <HR> <A NAME="platformNames"><!-- --></A><H3> platformNames</H3> <PRE> static final java.lang.String[] <B>platformNames</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="EPSILON"><!-- --></A><H3> EPSILON</H3> <PRE> static final float <B>EPSILON</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.EPSILON">Constant Field Values</A></DL> </DL> <HR> <A NAME="MAX_FLOAT"><!-- --></A><H3> MAX_FLOAT</H3> <PRE> static final float <B>MAX_FLOAT</B></PRE> <DL> <DD>Same as Float.MAX_VALUE, but included for parity with MIN_VALUE, and to avoid teaching static methods on the first day. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MAX_FLOAT">Constant Field Values</A></DL> </DL> <HR> <A NAME="MIN_FLOAT"><!-- --></A><H3> MIN_FLOAT</H3> <PRE> static final float <B>MIN_FLOAT</B></PRE> <DL> <DD>Note that Float.MIN_VALUE is the smallest <EM>positive</EM> value for a floating point number, not actually the minimum (negative) value for a float. This constant equals 0xFF7FFFFF, the smallest (farthest negative) value a float can have before it hits NaN. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MIN_FLOAT">Constant Field Values</A></DL> </DL> <HR> <A NAME="MAX_INT"><!-- --></A><H3> MAX_INT</H3> <PRE> static final int <B>MAX_INT</B></PRE> <DL> <DD>Largest possible (positive) integer value <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MAX_INT">Constant Field Values</A></DL> </DL> <HR> <A NAME="MIN_INT"><!-- --></A><H3> MIN_INT</H3> <PRE> static final int <B>MIN_INT</B></PRE> <DL> <DD>Smallest possible (negative) integer value <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MIN_INT">Constant Field Values</A></DL> </DL> <HR> <A NAME="PI"><!-- --></A><H3> PI</H3> <PRE> static final float <B>PI</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.PI">Constant Field Values</A></DL> </DL> <HR> <A NAME="HALF_PI"><!-- --></A><H3> HALF_PI</H3> <PRE> static final float <B>HALF_PI</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.HALF_PI">Constant Field Values</A></DL> </DL> <HR> <A NAME="THIRD_PI"><!-- --></A><H3> THIRD_PI</H3> <PRE> static final float <B>THIRD_PI</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.THIRD_PI">Constant Field Values</A></DL> </DL> <HR> <A NAME="QUARTER_PI"><!-- --></A><H3> QUARTER_PI</H3> <PRE> static final float <B>QUARTER_PI</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.QUARTER_PI">Constant Field Values</A></DL> </DL> <HR> <A NAME="TWO_PI"><!-- --></A><H3> TWO_PI</H3> <PRE> static final float <B>TWO_PI</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TWO_PI">Constant Field Values</A></DL> </DL> <HR> <A NAME="DEG_TO_RAD"><!-- --></A><H3> DEG_TO_RAD</H3> <PRE> static final float <B>DEG_TO_RAD</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DEG_TO_RAD">Constant Field Values</A></DL> </DL> <HR> <A NAME="RAD_TO_DEG"><!-- --></A><H3> RAD_TO_DEG</H3> <PRE> static final float <B>RAD_TO_DEG</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.RAD_TO_DEG">Constant Field Values</A></DL> </DL> <HR> <A NAME="WHITESPACE"><!-- --></A><H3> WHITESPACE</H3> <PRE> static final java.lang.String <B>WHITESPACE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.WHITESPACE">Constant Field Values</A></DL> </DL> <HR> <A NAME="RGB"><!-- --></A><H3> RGB</H3> <PRE> static final int <B>RGB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.RGB">Constant Field Values</A></DL> </DL> <HR> <A NAME="ARGB"><!-- --></A><H3> ARGB</H3> <PRE> static final int <B>ARGB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ARGB">Constant Field Values</A></DL> </DL> <HR> <A NAME="HSB"><!-- --></A><H3> HSB</H3> <PRE> static final int <B>HSB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.HSB">Constant Field Values</A></DL> </DL> <HR> <A NAME="ALPHA"><!-- --></A><H3> ALPHA</H3> <PRE> static final int <B>ALPHA</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ALPHA">Constant Field Values</A></DL> </DL> <HR> <A NAME="CMYK"><!-- --></A><H3> CMYK</H3> <PRE> static final int <B>CMYK</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CMYK">Constant Field Values</A></DL> </DL> <HR> <A NAME="TIFF"><!-- --></A><H3> TIFF</H3> <PRE> static final int <B>TIFF</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TIFF">Constant Field Values</A></DL> </DL> <HR> <A NAME="TARGA"><!-- --></A><H3> TARGA</H3> <PRE> static final int <B>TARGA</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TARGA">Constant Field Values</A></DL> </DL> <HR> <A NAME="JPEG"><!-- --></A><H3> JPEG</H3> <PRE> static final int <B>JPEG</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.JPEG">Constant Field Values</A></DL> </DL> <HR> <A NAME="GIF"><!-- --></A><H3> GIF</H3> <PRE> static final int <B>GIF</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.GIF">Constant Field Values</A></DL> </DL> <HR> <A NAME="BLUR"><!-- --></A><H3> BLUR</H3> <PRE> static final int <B>BLUR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BLUR">Constant Field Values</A></DL> </DL> <HR> <A NAME="GRAY"><!-- --></A><H3> GRAY</H3> <PRE> static final int <B>GRAY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.GRAY">Constant Field Values</A></DL> </DL> <HR> <A NAME="INVERT"><!-- --></A><H3> INVERT</H3> <PRE> static final int <B>INVERT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.INVERT">Constant Field Values</A></DL> </DL> <HR> <A NAME="OPAQUE"><!-- --></A><H3> OPAQUE</H3> <PRE> static final int <B>OPAQUE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.OPAQUE">Constant Field Values</A></DL> </DL> <HR> <A NAME="POSTERIZE"><!-- --></A><H3> POSTERIZE</H3> <PRE> static final int <B>POSTERIZE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.POSTERIZE">Constant Field Values</A></DL> </DL> <HR> <A NAME="THRESHOLD"><!-- --></A><H3> THRESHOLD</H3> <PRE> static final int <B>THRESHOLD</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.THRESHOLD">Constant Field Values</A></DL> </DL> <HR> <A NAME="ERODE"><!-- --></A><H3> ERODE</H3> <PRE> static final int <B>ERODE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ERODE">Constant Field Values</A></DL> </DL> <HR> <A NAME="DILATE"><!-- --></A><H3> DILATE</H3> <PRE> static final int <B>DILATE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DILATE">Constant Field Values</A></DL> </DL> <HR> <A NAME="REPLACE"><!-- --></A><H3> REPLACE</H3> <PRE> static final int <B>REPLACE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.REPLACE">Constant Field Values</A></DL> </DL> <HR> <A NAME="BLEND"><!-- --></A><H3> BLEND</H3> <PRE> static final int <B>BLEND</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BLEND">Constant Field Values</A></DL> </DL> <HR> <A NAME="ADD"><!-- --></A><H3> ADD</H3> <PRE> static final int <B>ADD</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ADD">Constant Field Values</A></DL> </DL> <HR> <A NAME="SUBTRACT"><!-- --></A><H3> SUBTRACT</H3> <PRE> static final int <B>SUBTRACT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SUBTRACT">Constant Field Values</A></DL> </DL> <HR> <A NAME="LIGHTEST"><!-- --></A><H3> LIGHTEST</H3> <PRE> static final int <B>LIGHTEST</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.LIGHTEST">Constant Field Values</A></DL> </DL> <HR> <A NAME="DARKEST"><!-- --></A><H3> DARKEST</H3> <PRE> static final int <B>DARKEST</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DARKEST">Constant Field Values</A></DL> </DL> <HR> <A NAME="DIFFERENCE"><!-- --></A><H3> DIFFERENCE</H3> <PRE> static final int <B>DIFFERENCE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DIFFERENCE">Constant Field Values</A></DL> </DL> <HR> <A NAME="EXCLUSION"><!-- --></A><H3> EXCLUSION</H3> <PRE> static final int <B>EXCLUSION</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.EXCLUSION">Constant Field Values</A></DL> </DL> <HR> <A NAME="MULTIPLY"><!-- --></A><H3> MULTIPLY</H3> <PRE> static final int <B>MULTIPLY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MULTIPLY">Constant Field Values</A></DL> </DL> <HR> <A NAME="SCREEN"><!-- --></A><H3> SCREEN</H3> <PRE> static final int <B>SCREEN</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SCREEN">Constant Field Values</A></DL> </DL> <HR> <A NAME="OVERLAY"><!-- --></A><H3> OVERLAY</H3> <PRE> static final int <B>OVERLAY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.OVERLAY">Constant Field Values</A></DL> </DL> <HR> <A NAME="HARD_LIGHT"><!-- --></A><H3> HARD_LIGHT</H3> <PRE> static final int <B>HARD_LIGHT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.HARD_LIGHT">Constant Field Values</A></DL> </DL> <HR> <A NAME="SOFT_LIGHT"><!-- --></A><H3> SOFT_LIGHT</H3> <PRE> static final int <B>SOFT_LIGHT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SOFT_LIGHT">Constant Field Values</A></DL> </DL> <HR> <A NAME="DODGE"><!-- --></A><H3> DODGE</H3> <PRE> static final int <B>DODGE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DODGE">Constant Field Values</A></DL> </DL> <HR> <A NAME="BURN"><!-- --></A><H3> BURN</H3> <PRE> static final int <B>BURN</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BURN">Constant Field Values</A></DL> </DL> <HR> <A NAME="ALPHA_MASK"><!-- --></A><H3> ALPHA_MASK</H3> <PRE> static final int <B>ALPHA_MASK</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ALPHA_MASK">Constant Field Values</A></DL> </DL> <HR> <A NAME="RED_MASK"><!-- --></A><H3> RED_MASK</H3> <PRE> static final int <B>RED_MASK</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.RED_MASK">Constant Field Values</A></DL> </DL> <HR> <A NAME="GREEN_MASK"><!-- --></A><H3> GREEN_MASK</H3> <PRE> static final int <B>GREEN_MASK</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.GREEN_MASK">Constant Field Values</A></DL> </DL> <HR> <A NAME="BLUE_MASK"><!-- --></A><H3> BLUE_MASK</H3> <PRE> static final int <B>BLUE_MASK</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BLUE_MASK">Constant Field Values</A></DL> </DL> <HR> <A NAME="CHATTER"><!-- --></A><H3> CHATTER</H3> <PRE> static final int <B>CHATTER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CHATTER">Constant Field Values</A></DL> </DL> <HR> <A NAME="COMPLAINT"><!-- --></A><H3> COMPLAINT</H3> <PRE> static final int <B>COMPLAINT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.COMPLAINT">Constant Field Values</A></DL> </DL> <HR> <A NAME="PROBLEM"><!-- --></A><H3> PROBLEM</H3> <PRE> static final int <B>PROBLEM</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.PROBLEM">Constant Field Values</A></DL> </DL> <HR> <A NAME="CUSTOM"><!-- --></A><H3> CUSTOM</H3> <PRE> static final int <B>CUSTOM</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CUSTOM">Constant Field Values</A></DL> </DL> <HR> <A NAME="ORTHOGRAPHIC"><!-- --></A><H3> ORTHOGRAPHIC</H3> <PRE> static final int <B>ORTHOGRAPHIC</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ORTHOGRAPHIC">Constant Field Values</A></DL> </DL> <HR> <A NAME="PERSPECTIVE"><!-- --></A><H3> PERSPECTIVE</H3> <PRE> static final int <B>PERSPECTIVE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.PERSPECTIVE">Constant Field Values</A></DL> </DL> <HR> <A NAME="POINT"><!-- --></A><H3> POINT</H3> <PRE> static final int <B>POINT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.POINT">Constant Field Values</A></DL> </DL> <HR> <A NAME="POINTS"><!-- --></A><H3> POINTS</H3> <PRE> static final int <B>POINTS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.POINTS">Constant Field Values</A></DL> </DL> <HR> <A NAME="LINE"><!-- --></A><H3> LINE</H3> <PRE> static final int <B>LINE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.LINE">Constant Field Values</A></DL> </DL> <HR> <A NAME="LINES"><!-- --></A><H3> LINES</H3> <PRE> static final int <B>LINES</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.LINES">Constant Field Values</A></DL> </DL> <HR> <A NAME="TRIANGLE"><!-- --></A><H3> TRIANGLE</H3> <PRE> static final int <B>TRIANGLE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TRIANGLE">Constant Field Values</A></DL> </DL> <HR> <A NAME="TRIANGLES"><!-- --></A><H3> TRIANGLES</H3> <PRE> static final int <B>TRIANGLES</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TRIANGLES">Constant Field Values</A></DL> </DL> <HR> <A NAME="TRIANGLE_STRIP"><!-- --></A><H3> TRIANGLE_STRIP</H3> <PRE> static final int <B>TRIANGLE_STRIP</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TRIANGLE_STRIP">Constant Field Values</A></DL> </DL> <HR> <A NAME="TRIANGLE_FAN"><!-- --></A><H3> TRIANGLE_FAN</H3> <PRE> static final int <B>TRIANGLE_FAN</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TRIANGLE_FAN">Constant Field Values</A></DL> </DL> <HR> <A NAME="QUAD"><!-- --></A><H3> QUAD</H3> <PRE> static final int <B>QUAD</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.QUAD">Constant Field Values</A></DL> </DL> <HR> <A NAME="QUADS"><!-- --></A><H3> QUADS</H3> <PRE> static final int <B>QUADS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.QUADS">Constant Field Values</A></DL> </DL> <HR> <A NAME="QUAD_STRIP"><!-- --></A><H3> QUAD_STRIP</H3> <PRE> static final int <B>QUAD_STRIP</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.QUAD_STRIP">Constant Field Values</A></DL> </DL> <HR> <A NAME="POLYGON"><!-- --></A><H3> POLYGON</H3> <PRE> static final int <B>POLYGON</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.POLYGON">Constant Field Values</A></DL> </DL> <HR> <A NAME="PATH"><!-- --></A><H3> PATH</H3> <PRE> static final int <B>PATH</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.PATH">Constant Field Values</A></DL> </DL> <HR> <A NAME="RECT"><!-- --></A><H3> RECT</H3> <PRE> static final int <B>RECT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.RECT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ELLIPSE"><!-- --></A><H3> ELLIPSE</H3> <PRE> static final int <B>ELLIPSE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ELLIPSE">Constant Field Values</A></DL> </DL> <HR> <A NAME="ARC"><!-- --></A><H3> ARC</H3> <PRE> static final int <B>ARC</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ARC">Constant Field Values</A></DL> </DL> <HR> <A NAME="SPHERE"><!-- --></A><H3> SPHERE</H3> <PRE> static final int <B>SPHERE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SPHERE">Constant Field Values</A></DL> </DL> <HR> <A NAME="BOX"><!-- --></A><H3> BOX</H3> <PRE> static final int <B>BOX</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BOX">Constant Field Values</A></DL> </DL> <HR> <A NAME="OPEN"><!-- --></A><H3> OPEN</H3> <PRE> static final int <B>OPEN</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.OPEN">Constant Field Values</A></DL> </DL> <HR> <A NAME="CLOSE"><!-- --></A><H3> CLOSE</H3> <PRE> static final int <B>CLOSE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CLOSE">Constant Field Values</A></DL> </DL> <HR> <A NAME="CORNER"><!-- --></A><H3> CORNER</H3> <PRE> static final int <B>CORNER</B></PRE> <DL> <DD>Draw mode convention to use (x, y) to (width, height) <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CORNER">Constant Field Values</A></DL> </DL> <HR> <A NAME="CORNERS"><!-- --></A><H3> CORNERS</H3> <PRE> static final int <B>CORNERS</B></PRE> <DL> <DD>Draw mode convention to use (x1, y1) to (x2, y2) coordinates <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CORNERS">Constant Field Values</A></DL> </DL> <HR> <A NAME="RADIUS"><!-- --></A><H3> RADIUS</H3> <PRE> static final int <B>RADIUS</B></PRE> <DL> <DD>Draw mode from the center, and using the radius <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.RADIUS">Constant Field Values</A></DL> </DL> <HR> <A NAME="CENTER_RADIUS"><!-- --></A><H3> CENTER_RADIUS</H3> <PRE> static final int <B>CENTER_RADIUS</B></PRE> <DL> <DD><B>Deprecated.</B> <I>Use RADIUS instead.</I><DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CENTER_RADIUS">Constant Field Values</A></DL> </DL> <HR> <A NAME="CENTER"><!-- --></A><H3> CENTER</H3> <PRE> static final int <B>CENTER</B></PRE> <DL> <DD>Draw from the center, using second pair of values as the diameter. Formerly called CENTER_DIAMETER in alpha releases. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CENTER">Constant Field Values</A></DL> </DL> <HR> <A NAME="DIAMETER"><!-- --></A><H3> DIAMETER</H3> <PRE> static final int <B>DIAMETER</B></PRE> <DL> <DD>Synonym for the CENTER constant. Draw from the center, using second pair of values as the diameter. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DIAMETER">Constant Field Values</A></DL> </DL> <HR> <A NAME="CENTER_DIAMETER"><!-- --></A><H3> CENTER_DIAMETER</H3> <PRE> static final int <B>CENTER_DIAMETER</B></PRE> <DL> <DD><B>Deprecated.</B> <I>Use DIAMETER instead.</I><DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CENTER_DIAMETER">Constant Field Values</A></DL> </DL> <HR> <A NAME="BASELINE"><!-- --></A><H3> BASELINE</H3> <PRE> static final int <B>BASELINE</B></PRE> <DL> <DD>Default vertical alignment for text placement <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BASELINE">Constant Field Values</A></DL> </DL> <HR> <A NAME="TOP"><!-- --></A><H3> TOP</H3> <PRE> static final int <B>TOP</B></PRE> <DL> <DD>Align text to the top <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TOP">Constant Field Values</A></DL> </DL> <HR> <A NAME="BOTTOM"><!-- --></A><H3> BOTTOM</H3> <PRE> static final int <B>BOTTOM</B></PRE> <DL> <DD>Align text from the bottom, using the baseline. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BOTTOM">Constant Field Values</A></DL> </DL> <HR> <A NAME="NORMAL"><!-- --></A><H3> NORMAL</H3> <PRE> static final int <B>NORMAL</B></PRE> <DL> <DD>texture coordinates in 0..1 range <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.NORMAL">Constant Field Values</A></DL> </DL> <HR> <A NAME="NORMALIZED"><!-- --></A><H3> NORMALIZED</H3> <PRE> static final int <B>NORMALIZED</B></PRE> <DL> <DD><B>Deprecated.</B> <I>use NORMAL instead</I><DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.NORMALIZED">Constant Field Values</A></DL> </DL> <HR> <A NAME="IMAGE"><!-- --></A><H3> IMAGE</H3> <PRE> static final int <B>IMAGE</B></PRE> <DL> <DD>texture coordinates based on image width/height <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.IMAGE">Constant Field Values</A></DL> </DL> <HR> <A NAME="MODEL"><!-- --></A><H3> MODEL</H3> <PRE> static final int <B>MODEL</B></PRE> <DL> <DD>textMode(MODEL) is the default, meaning that characters will be affected by transformations like any other shapes. <p/> Changed value in 0093 to not interfere with LEFT, CENTER, and RIGHT. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MODEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="SHAPE"><!-- --></A><H3> SHAPE</H3> <PRE> static final int <B>SHAPE</B></PRE> <DL> <DD>textMode(SHAPE) draws text using the the glyph outlines of individual characters rather than as textures. If the outlines are not available, then textMode(SHAPE) will be ignored and textMode(MODEL) will be used instead. For this reason, be sure to call textMode() <EM>after</EM> calling textFont(). <p/> Currently, textMode(SHAPE) is only supported by OPENGL mode. It also requires Java 1.2 or higher (OPENGL requires 1.4 anyway) <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SHAPE">Constant Field Values</A></DL> </DL> <HR> <A NAME="SQUARE"><!-- --></A><H3> SQUARE</H3> <PRE> static final int <B>SQUARE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SQUARE">Constant Field Values</A></DL> </DL> <HR> <A NAME="ROUND"><!-- --></A><H3> ROUND</H3> <PRE> static final int <B>ROUND</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ROUND">Constant Field Values</A></DL> </DL> <HR> <A NAME="PROJECT"><!-- --></A><H3> PROJECT</H3> <PRE> static final int <B>PROJECT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.PROJECT">Constant Field Values</A></DL> </DL> <HR> <A NAME="MITER"><!-- --></A><H3> MITER</H3> <PRE> static final int <B>MITER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MITER">Constant Field Values</A></DL> </DL> <HR> <A NAME="BEVEL"><!-- --></A><H3> BEVEL</H3> <PRE> static final int <B>BEVEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BEVEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="AMBIENT"><!-- --></A><H3> AMBIENT</H3> <PRE> static final int <B>AMBIENT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.AMBIENT">Constant Field Values</A></DL> </DL> <HR> <A NAME="DIRECTIONAL"><!-- --></A><H3> DIRECTIONAL</H3> <PRE> static final int <B>DIRECTIONAL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DIRECTIONAL">Constant Field Values</A></DL> </DL> <HR> <A NAME="SPOT"><!-- --></A><H3> SPOT</H3> <PRE> static final int <B>SPOT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SPOT">Constant Field Values</A></DL> </DL> <HR> <A NAME="BACKSPACE"><!-- --></A><H3> BACKSPACE</H3> <PRE> static final char <B>BACKSPACE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.BACKSPACE">Constant Field Values</A></DL> </DL> <HR> <A NAME="TAB"><!-- --></A><H3> TAB</H3> <PRE> static final char <B>TAB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TAB">Constant Field Values</A></DL> </DL> <HR> <A NAME="ENTER"><!-- --></A><H3> ENTER</H3> <PRE> static final char <B>ENTER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ENTER">Constant Field Values</A></DL> </DL> <HR> <A NAME="RETURN"><!-- --></A><H3> RETURN</H3> <PRE> static final char <B>RETURN</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.RETURN">Constant Field Values</A></DL> </DL> <HR> <A NAME="ESC"><!-- --></A><H3> ESC</H3> <PRE> static final char <B>ESC</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ESC">Constant Field Values</A></DL> </DL> <HR> <A NAME="DELETE"><!-- --></A><H3> DELETE</H3> <PRE> static final char <B>DELETE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DELETE">Constant Field Values</A></DL> </DL> <HR> <A NAME="CODED"><!-- --></A><H3> CODED</H3> <PRE> static final int <B>CODED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CODED">Constant Field Values</A></DL> </DL> <HR> <A NAME="UP"><!-- --></A><H3> UP</H3> <PRE> static final int <B>UP</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.UP">Constant Field Values</A></DL> </DL> <HR> <A NAME="DOWN"><!-- --></A><H3> DOWN</H3> <PRE> static final int <B>DOWN</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DOWN">Constant Field Values</A></DL> </DL> <HR> <A NAME="LEFT"><!-- --></A><H3> LEFT</H3> <PRE> static final int <B>LEFT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.LEFT">Constant Field Values</A></DL> </DL> <HR> <A NAME="RIGHT"><!-- --></A><H3> RIGHT</H3> <PRE> static final int <B>RIGHT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.RIGHT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ALT"><!-- --></A><H3> ALT</H3> <PRE> static final int <B>ALT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ALT">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTROL"><!-- --></A><H3> CONTROL</H3> <PRE> static final int <B>CONTROL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CONTROL">Constant Field Values</A></DL> </DL> <HR> <A NAME="SHIFT"><!-- --></A><H3> SHIFT</H3> <PRE> static final int <B>SHIFT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.SHIFT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ARROW"><!-- --></A><H3> ARROW</H3> <PRE> static final int <B>ARROW</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ARROW">Constant Field Values</A></DL> </DL> <HR> <A NAME="CROSS"><!-- --></A><H3> CROSS</H3> <PRE> static final int <B>CROSS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.CROSS">Constant Field Values</A></DL> </DL> <HR> <A NAME="HAND"><!-- --></A><H3> HAND</H3> <PRE> static final int <B>HAND</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.HAND">Constant Field Values</A></DL> </DL> <HR> <A NAME="MOVE"><!-- --></A><H3> MOVE</H3> <PRE> static final int <B>MOVE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.MOVE">Constant Field Values</A></DL> </DL> <HR> <A NAME="TEXT"><!-- --></A><H3> TEXT</H3> <PRE> static final int <B>TEXT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.TEXT">Constant Field Values</A></DL> </DL> <HR> <A NAME="WAIT"><!-- --></A><H3> WAIT</H3> <PRE> static final int <B>WAIT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.WAIT">Constant Field Values</A></DL> </DL> <HR> <A NAME="DISABLE_OPENGL_2X_SMOOTH"><!-- --></A><H3> DISABLE_OPENGL_2X_SMOOTH</H3> <PRE> static final int <B>DISABLE_OPENGL_2X_SMOOTH</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DISABLE_OPENGL_2X_SMOOTH">Constant Field Values</A></DL> </DL> <HR> <A NAME="ENABLE_OPENGL_2X_SMOOTH"><!-- --></A><H3> ENABLE_OPENGL_2X_SMOOTH</H3> <PRE> static final int <B>ENABLE_OPENGL_2X_SMOOTH</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ENABLE_OPENGL_2X_SMOOTH">Constant Field Values</A></DL> </DL> <HR> <A NAME="ENABLE_OPENGL_4X_SMOOTH"><!-- --></A><H3> ENABLE_OPENGL_4X_SMOOTH</H3> <PRE> static final int <B>ENABLE_OPENGL_4X_SMOOTH</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ENABLE_OPENGL_4X_SMOOTH">Constant Field Values</A></DL> </DL> <HR> <A NAME="ENABLE_NATIVE_FONTS"><!-- --></A><H3> ENABLE_NATIVE_FONTS</H3> <PRE> static final int <B>ENABLE_NATIVE_FONTS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ENABLE_NATIVE_FONTS">Constant Field Values</A></DL> </DL> <HR> <A NAME="DISABLE_DEPTH_TEST"><!-- --></A><H3> DISABLE_DEPTH_TEST</H3> <PRE> static final int <B>DISABLE_DEPTH_TEST</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DISABLE_DEPTH_TEST">Constant Field Values</A></DL> </DL> <HR> <A NAME="ENABLE_DEPTH_TEST"><!-- --></A><H3> ENABLE_DEPTH_TEST</H3> <PRE> static final int <B>ENABLE_DEPTH_TEST</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ENABLE_DEPTH_TEST">Constant Field Values</A></DL> </DL> <HR> <A NAME="ENABLE_DEPTH_SORT"><!-- --></A><H3> ENABLE_DEPTH_SORT</H3> <PRE> static final int <B>ENABLE_DEPTH_SORT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ENABLE_DEPTH_SORT">Constant Field Values</A></DL> </DL> <HR> <A NAME="DISABLE_DEPTH_SORT"><!-- --></A><H3> DISABLE_DEPTH_SORT</H3> <PRE> static final int <B>DISABLE_DEPTH_SORT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DISABLE_DEPTH_SORT">Constant Field Values</A></DL> </DL> <HR> <A NAME="DISABLE_OPENGL_ERROR_REPORT"><!-- --></A><H3> DISABLE_OPENGL_ERROR_REPORT</H3> <PRE> static final int <B>DISABLE_OPENGL_ERROR_REPORT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DISABLE_OPENGL_ERROR_REPORT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ENABLE_OPENGL_ERROR_REPORT"><!-- --></A><H3> ENABLE_OPENGL_ERROR_REPORT</H3> <PRE> static final int <B>ENABLE_OPENGL_ERROR_REPORT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ENABLE_OPENGL_ERROR_REPORT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ENABLE_ACCURATE_TEXTURES"><!-- --></A><H3> ENABLE_ACCURATE_TEXTURES</H3> <PRE> static final int <B>ENABLE_ACCURATE_TEXTURES</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ENABLE_ACCURATE_TEXTURES">Constant Field Values</A></DL> </DL> <HR> <A NAME="DISABLE_ACCURATE_TEXTURES"><!-- --></A><H3> DISABLE_ACCURATE_TEXTURES</H3> <PRE> static final int <B>DISABLE_ACCURATE_TEXTURES</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.DISABLE_ACCURATE_TEXTURES">Constant Field Values</A></DL> </DL> <HR> <A NAME="HINT_COUNT"><!-- --></A><H3> HINT_COUNT</H3> <PRE> static final int <B>HINT_COUNT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.HINT_COUNT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ERROR_BACKGROUND_IMAGE_SIZE"><!-- --></A><H3> ERROR_BACKGROUND_IMAGE_SIZE</H3> <PRE> static final java.lang.String <B>ERROR_BACKGROUND_IMAGE_SIZE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ERROR_BACKGROUND_IMAGE_SIZE">Constant Field Values</A></DL> </DL> <HR> <A NAME="ERROR_BACKGROUND_IMAGE_FORMAT"><!-- --></A><H3> ERROR_BACKGROUND_IMAGE_FORMAT</H3> <PRE> static final java.lang.String <B>ERROR_BACKGROUND_IMAGE_FORMAT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ERROR_BACKGROUND_IMAGE_FORMAT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ERROR_TEXTFONT_NULL_PFONT"><!-- --></A><H3> ERROR_TEXTFONT_NULL_PFONT</H3> <PRE> static final java.lang.String <B>ERROR_TEXTFONT_NULL_PFONT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ERROR_TEXTFONT_NULL_PFONT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ERROR_PUSHMATRIX_OVERFLOW"><!-- --></A><H3> ERROR_PUSHMATRIX_OVERFLOW</H3> <PRE> static final java.lang.String <B>ERROR_PUSHMATRIX_OVERFLOW</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ERROR_PUSHMATRIX_OVERFLOW">Constant Field Values</A></DL> </DL> <HR> <A NAME="ERROR_PUSHMATRIX_UNDERFLOW"><!-- --></A><H3> ERROR_PUSHMATRIX_UNDERFLOW</H3> <PRE> static final java.lang.String <B>ERROR_PUSHMATRIX_UNDERFLOW</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#processing.core.PConstants.ERROR_PUSHMATRIX_UNDERFLOW">Constant Field Values</A></DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../processing/core/PApplet.RendererChangeException.html" title="class in processing.core"><B>PREV CLASS</B></A> <A HREF="../../processing/core/PFont.html" title="class in processing.core"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?processing/core/PConstants.html" target="_top"><B>FRAMES</B></A> <A HREF="PConstants.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | METHOD</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>