more package mania.. preproc now inserts "public" in front of void setup

This commit is contained in:
benfry
2004-07-08 21:03:06 +00:00
parent 0e432f30b5
commit d6c476c806
13 changed files with 166 additions and 167 deletions

View File

@@ -75,6 +75,16 @@ public interface PConstants {
static final int GIF = 3;
// filter/convert types
static final int BLACK_WHITE = 0;
static final int GRAYSCALE = 1;
static final int BLUR = 2;
static final int GAUSSIAN_BLUR = 3;
static final int POSTERIZE = 4;
static final int FIND_EDGES = 5;
// blend mode keyword definitions
public final static int REPLACE = 0;
@@ -95,9 +105,9 @@ public interface PConstants {
// for messages
static final int CHATTER = 0;
static final int CHATTER = 0;
static final int COMPLAINT = 1;
static final int PROBLEM = 2;
static final int PROBLEM = 2;
// types of projection matrices