cleaning up some of the mess with file i/o functions.. making things static

This commit is contained in:
benfry
2005-04-20 16:59:45 +00:00
parent 03574ac6a0
commit feb7447ae9
4 changed files with 78 additions and 38 deletions

View File

@@ -1535,6 +1535,9 @@ public class PGraphics extends PImage implements PConstants {
}
/**
* Sets the alignment of the text to one of LEFT, CENTER, or RIGHT.
*/
public void textAlign(int align) {
textAlign = align;
}