summaryrefslogtreecommitdiffstats
path: root/www/vm14/api-changes.html
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-02-25 19:01:41 +0000
committerKevin Rushforth <[email protected]>2005-02-25 19:01:41 +0000
commit4be36512707f942a8088342f1d1eddb402c2c87c (patch)
tree5df43ee10a338217b1b4f2285847ca1b8a90e4fb /www/vm14/api-changes.html
parent59e355459fb067d638711ef72bcd807c3a9f3722 (diff)
Added web pages for proposed 1.4 changes
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@31 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'www/vm14/api-changes.html')
-rw-r--r--www/vm14/api-changes.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/www/vm14/api-changes.html b/www/vm14/api-changes.html
new file mode 100644
index 0000000..2730282
--- /dev/null
+++ b/www/vm14/api-changes.html
@@ -0,0 +1,72 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<!--
+/*
+ * $RCSfile$
+ *
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ *
+ * Use is subject to license terms.
+ *
+ * $Revision$
+ * $Date$
+ * $State$
+ */
+ -->
+
+<!--
+************************************************************************
+*
+* NOTE: This file must be edited by hand to avoid Mozilla Composer
+* putting all preformatted lines into a single line with "<br>"
+* replacing ASCII newlines (which, in turn, causes problems with some
+* editors).
+*
+************************************************************************
+-->
+
+<html>
+<head>
+ <meta content="text/html; charset=ISO-8859-1"
+ http-equiv="content-type">
+ <title>List of Proposed Vecmath 1.4 API Changes</title>
+</head>
+<body>
+<h2>List of Proposed Vecmath 1.4 API Changes</h2>
+<p>This document conatains a list of the proposed API changes to the
+javax.vecmath 1.4 API that deviate from the 1.3 API.
+</p>
+<p>Note: the most up-to-date version of
+this list is in the <code>dev-1_4</code> branch of the
+<code>docs/api-changes-1_4.txt</code>
+file, which is updated to record the addition or deprecation of
+any public or protected class, interface, field, constructor, or method
+to the javax.vecmath API.
+</p>
+<p>No incompatible changes to the javax.vecmath 1.3 API are allowed.</p>
+<pre>
+I. New/deprecated fields, constructors, methods
+
+ NONE
+
+
+II. Reparented classes
+
+ NONE
+
+
+III. New classes and interfaces (in javax.vecmath)
+
+ Tuple2i
+ -------
+ public abstract class Tuple2i implements Serializable, Cloneable
+
+ Point2i
+ -------
+ public class Point2i extends Tuple2i
+</pre>
+<p><font color="gray">Page last updated &#8212;
+$Date$
+</font></p>
+</body>
+</html>