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

Constructor Index

 o Thing(Node)
 o Thing(World, String)

Method Index

 o advise(String, EventOutObserver, Object)
 o getFloat(String)
 o getNode()
 o getNode(String)
 o getRotation(String)
 o getVec(String)
 o getVecs(String)
 o set2DVecs(String, float[][])
 o setBool(String, boolean)
 o setColor(String, float[])
 o setFloat(String, float)
 o setImage(String, int, int, byte[])
 o setInts(String, int[])
 o setNode(String, Thing)
 o setNodes(String, Thing)
 o setRotation(String, float[])
 o setStrings(String, String[])
 o setVec(String, float[])
 o setVecs(String, float[][])

Constructors

 o Thing
 protected Thing(Node n)
 o Thing
 public Thing(World w,
              String s)

Methods

 o getNode
 public Node getNode()
 o setBool
 protected void setBool(String s,
                        boolean v)
 o setInts
 protected void setInts(String s,
                        int v[])
 o setFloat
 protected void setFloat(String s,
                         float v)
 o getFloat
 protected float getFloat(String s)
 o set2DVecs
 protected void set2DVecs(String s,
                          float v[][])
 o setVec
 protected void setVec(String s,
                       float v[])
 o getVec
 protected float[] getVec(String s)
 o setVecs
 protected void setVecs(String s,
                        float v[][])
 o getVecs
 protected float[][] getVecs(String s)
 o setRotation
 protected void setRotation(String s,
                            float v[])
 o getRotation
 protected float[] getRotation(String s)
 o setColor
 protected void setColor(String s,
                         float v[])
 o setStrings
 protected void setStrings(String s,
                           String v[])
 o setNode
 protected void setNode(String s,
                        Thing t)
 o getNode
 protected Node getNode(String s)
 o setNodes
 protected void setNodes(String s,
                         Thing t)
 o setImage
 protected void setImage(String s,
                         int w,
                         int h,
                         byte bytes[])
 o advise
 protected void advise(String s,
                       EventOutObserver eo,
                       Object o)

All Packages  Class Hierarchy  This Package  Previous  Next  Index