blob: f696020ab8980628ae387c869cfb1ef2afe2297c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Public Graph Utility Package</title>
</head>
<body>
<h2>Public <i>Graph</i> Utility Package</h2>
<h3>Disclaimer</h3>
<p>
The API of the namespace <i>com.jogamp.graph.**</i>
is experimental and subject to change until further notice.
</p>
<p>
It's implementation <i>jogamp.graph.**</i> may change at any time
as it is natural with all other API implementations.
</p>
<p>
We are currently refining and completing this new API and it's implementation.
Feel free to comment and help using our public channels.
</p>
<h3>Revision History<br>
</h3>
<ul>
<li> Early Draft Review, April 1st 2011</li>
</ul>
<br>
<br>
<br>
</body>
</html>
|