renaming package back to processing.core, so that more libraries work off-the-shelf

This commit is contained in:
benfry
2010-02-18 20:02:00 +00:00
parent 0190f940e3
commit b9ab39d774
37 changed files with 42 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
package processing.android.core;
package processing.core;
public interface GLConstants {
/**

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
import java.io.*;
import java.util.Arrays;

View File

@@ -1,4 +1,4 @@
package processing.android.core;
package processing.core;
import java.lang.reflect.Method;
import java.nio.ByteBuffer;

View File

@@ -1,4 +1,4 @@
package processing.android.core;
package processing.core;
import java.lang.reflect.Method;
import java.nio.IntBuffer;

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
import android.content.*;
import android.content.res.AssetManager;

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
import android.view.KeyEvent;
//import java.awt.Cursor;

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
//import java.awt.*;
//import java.awt.image.BufferedImage;

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
import java.util.HashMap;

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
//import java.awt.Toolkit;
//import java.awt.image.*;

View File

@@ -21,7 +21,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
import android.graphics.*;
import android.graphics.Bitmap.Config;

View File

@@ -1,4 +1,4 @@
package processing.android.core;
package processing.core;
import java.lang.reflect.Method;
import java.nio.ByteBuffer;

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
//import java.awt.image.*;
import java.io.*;
@@ -1340,7 +1340,7 @@ public class PImage implements PConstants, Cloneable {
/**
* Blends one area of this image to another area.
* @see processing.android.core.PImage#blendColor(int,int,int)
* @see processing.core.PImage#blendColor(int,int,int)
*/
public void blend(int sx, int sy, int sw, int sh,
int dx, int dy, int dw, int dh, int mode) {
@@ -1350,7 +1350,7 @@ public class PImage implements PConstants, Cloneable {
/**
* Copies area of one image into another PImage object.
* @see processing.android.core.PImage#blendColor(int,int,int)
* @see processing.core.PImage#blendColor(int,int,int)
*/
public void blend(PImage src,
int sx, int sy, int sw, int sh,

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
/**

View File

@@ -21,7 +21,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
public interface PMatrix {

View File

@@ -21,7 +21,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
/**

View File

@@ -21,7 +21,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
/**

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
/**

View File

@@ -21,7 +21,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
import java.util.HashMap;

View File

@@ -1,10 +1,10 @@
package processing.android.core;
package processing.core;
import java.util.HashMap;
import android.graphics.*;
import processing.android.xml.XMLElement;
import processing.xml.XMLElement;
/**

View File

@@ -21,7 +21,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
public class PStyle implements PConstants {

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
/**
* Handles rendering of single (tesselated) triangles in 3D.

View File

@@ -22,7 +22,7 @@
Boston, MA 02111-1307 USA
*/
package processing.android.core;
package processing.core;
/**
* A class to describe a two or three dimensional vector.

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.Reader;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.Reader;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.Reader;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.IOException;
@@ -38,7 +38,7 @@ import java.util.Stack;
* StdXMLBuilder is a concrete implementation of IXMLBuilder which creates a
* tree of IXMLElement from an XML data source.
*
* @see processing.android.xml.XMLElement
* @see processing.xml.XMLElement
*
* @author Marc De Scheemaecker
* @version $Name: RELEASE_2_2_1 $, $Revision: 1.3 $

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.Reader;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.InputStream;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
/**

View File

@@ -22,12 +22,12 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.*;
import java.util.*;
import processing.android.core.PApplet;
import processing.core.PApplet;
/**

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.util.Hashtable;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.PrintStream;
import java.io.PrintWriter;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
/**

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.IOException;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
/**

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.Reader;

View File

@@ -26,7 +26,7 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
package processing.android.xml;
package processing.xml;
import java.io.IOException;