All Packages Class Hierarchy This Package Previous Next Index
The latest information and bugs in JVerge can be found at http://www.vlc.com.au/JVerge
For definition of the Anchor node please see the VRML 97 Anchor specification
AudioNode interface. This is an interface because of the lack of multiple inheritence means that I cannot make the MovieTexture node both a Texture and an audio node at the same time without destroying the strong type checking that is being inforced by these classes.
public abstract void set_url(String url[])
public abstract String[] get_url()
public abstract void set_loop(boolean val)
public abstract boolean get_loop()
public abstract void set_startTime(double val)
public abstract double get_startTime()
public abstract void set_stopTime(double val)
public abstract double get_stopTime()
All Packages Class Hierarchy This Package Previous Next Index