add warning notes to two classes

This commit is contained in:
Ben Fry
2013-05-14 11:58:31 -04:00
parent cc2ef1a10e
commit 9ba6ddc265
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -5,6 +5,11 @@ import java.util.ArrayList;
import java.util.Hashtable;
/**
* This class is not part of the Processing API and should not be used
* directly. Instead, use loadShape() and methods like it, which will make
* use of this class. Using this class directly will cause your code to break
* when combined with future versions of Processing.
* <p>
* OBJ loading implemented using code from Saito's OBJLoader library:
* http://code.google.com/p/saitoobjloader/
* and OBJReader from Ahmet Kizilay
+5
View File
@@ -39,6 +39,11 @@ import java.util.HashMap;
/**
* This class is not part of the Processing API and should not be used
* directly. Instead, use loadShape() and methods like it, which will make
* use of this class. Using this class directly will cause your code to break
* when combined with future versions of Processing.
* <p>
* SVG stands for Scalable Vector Graphics, a portable graphics format. It is
* a vector format so it allows for infinite resolution and relatively small
* file sizes. Most modern media software can view SVG files, including Adobe