All Packages Class Hierarchy This Package Previous Next Index
Class IT.uno.vrml.eai.Thing
java.lang.Object
|
+----IT.uno.vrml.eai.Thing
- public class Thing
- extends Object
-
Thing(Node)
-
-
Thing(World, String)
-
-
advise(String, EventOutObserver, Object)
-
-
getFloat(String)
-
-
getNode()
-
-
getNode(String)
-
-
getRotation(String)
-
-
getVec(String)
-
-
getVecs(String)
-
-
set2DVecs(String, float[][])
-
-
setBool(String, boolean)
-
-
setColor(String, float[])
-
-
setFloat(String, float)
-
-
setImage(String, int, int, byte[])
-
-
setInts(String, int[])
-
-
setNode(String, Thing)
-
-
setNodes(String, Thing)
-
-
setRotation(String, float[])
-
-
setStrings(String, String[])
-
-
setVec(String, float[])
-
-
setVecs(String, float[][])
-
Thing
protected Thing(Node n)
Thing
public Thing(World w,
String s)
getNode
public Node getNode()
setBool
protected void setBool(String s,
boolean v)
setInts
protected void setInts(String s,
int v[])
setFloat
protected void setFloat(String s,
float v)
getFloat
protected float getFloat(String s)
set2DVecs
protected void set2DVecs(String s,
float v[][])
setVec
protected void setVec(String s,
float v[])
getVec
protected float[] getVec(String s)
setVecs
protected void setVecs(String s,
float v[][])
getVecs
protected float[][] getVecs(String s)
setRotation
protected void setRotation(String s,
float v[])
getRotation
protected float[] getRotation(String s)
setColor
protected void setColor(String s,
float v[])
setStrings
protected void setStrings(String s,
String v[])
setNode
protected void setNode(String s,
Thing t)
getNode
protected Node getNode(String s)
setNodes
protected void setNodes(String s,
Thing t)
setImage
protected void setImage(String s,
int w,
int h,
byte bytes[])
advise
protected void advise(String s,
EventOutObserver eo,
Object o)
All Packages Class Hierarchy This Package Previous Next Index