diff options
author | Kevin Rushforth <[email protected]> | 2005-04-04 22:54:33 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-04-04 22:54:33 +0000 |
commit | 3c57fc22891be1de7f5603e1acd68feae3f81416 (patch) | |
tree | 9281515c36f122b751bc5f8b6002808d239c3b74 /www/j3d1_4/api-changes.html | |
parent | c356b841b59bac6ab2a18b46d06a607e0b31c1dd (diff) |
HTML updates
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@196 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4/api-changes.html')
-rw-r--r-- | www/j3d1_4/api-changes.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/j3d1_4/api-changes.html b/www/j3d1_4/api-changes.html index 0a88c60..ba9252a 100644 --- a/www/j3d1_4/api-changes.html +++ b/www/j3d1_4/api-changes.html @@ -82,6 +82,17 @@ I. New/deprecated fields, constructors, methods ---- New fields: public static final int ALLOW_PARENT_READ + public static final int ALLOW_LOCALE_READ + + New methods: + public Locale getLocale() + + + VirtualUniverse + --------------- + New methods: + public void addGraphStructureChangeListener(GraphStructureChangeListener listener) + public void removeGraphStructureChangeListener(GraphStructureChangeListener listener) Sensor @@ -176,11 +187,17 @@ III. New classes and interfaces (in javax.media.j3d) ----------------- public class GLSLShaderProgram extends ShaderProgram + GraphStructureChangeListener + ---------------------------- + public interface GraphStructureChangeListener + IV. Deprecated classes and interfaces (in javax.media.j3d) CompressedGeometry CompressedGeometryHeader + PickPoint + Morph </pre> <p><font color="gray">Page last updated — $Date$ |