From ba7da9b7464c0d81d8f1b0f7ea89555e28b1c1ba Mon Sep 17 00:00:00 2001 From: eteq Date: Thu, 18 Jan 2007 04:07:44 +0000 Subject: reorganized build, made some webstart changes git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@33 83d24430-9974-4f80-8418-2cc3294053b9 --- .../net/java/joglutils/demos/FontDrawerDemo.html | 258 +++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 build/javadoc/net/java/joglutils/demos/FontDrawerDemo.html (limited to 'build/javadoc/net/java/joglutils/demos/FontDrawerDemo.html') diff --git a/build/javadoc/net/java/joglutils/demos/FontDrawerDemo.html b/build/javadoc/net/java/joglutils/demos/FontDrawerDemo.html new file mode 100644 index 0000000..c40d38d --- /dev/null +++ b/build/javadoc/net/java/joglutils/demos/FontDrawerDemo.html @@ -0,0 +1,258 @@ + + + + + + +FontDrawerDemo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.java.joglutils.demos +
+Class FontDrawerDemo

+
+java.lang.Object
+  extended by net.java.joglutils.demos.FontDrawerDemo
+
+
+
+
public class FontDrawerDemo
extends Object
+ + +

+This Demo application uses the Lighting class and the FontDrawer class to render 3D text into a GLJFrame. + See the console for keyboard commands and command line option instructions. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
FontDrawerDemo() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+          Generates GLJFrame + Generates a GLJFrame with a FontDrawer demo.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FontDrawerDemo

+
+public FontDrawerDemo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
Generates GLJFrame + Generates a GLJFrame with a FontDrawer demo. Console output describes input. +

+

+
Parameters:
args - Command Line argument order: textDepth xRotspeed yRotspeed zRotspeed filled flatnormal
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3