- addRoute(BaseNode, String, BaseNode, String) - Method in class vrml.Browser
-
Add a route between the given event names for the given nodes.
- addValue(boolean) - Method in class vrml.field.MFBool
-
Add a new element at the end of the list.
- addValue(ConstSFBool) - Method in class vrml.field.MFBool
-
Add a new element at the end of the list.
- addValue(SFBool) - Method in class vrml.field.MFBool
-
Add a new element at the end of the list.
- addValue(ConstSFColor) - Method in class vrml.field.MFColor
-
Append a new element to the end of an MFColor field.
- addValue(SFColor) - Method in class vrml.field.MFColor
-
Append a new element to the end of an MFColor field.
- addValue(float, float, float) - Method in class vrml.field.MFColor
-
Append a new element to the end of an MFColor field.
- addValue(double) - Method in class vrml.field.MFDouble
-
Add a new element at the end of the list.
- addValue(ConstSFDouble) - Method in class vrml.field.MFDouble
-
Add a new element at the end of the list.
- addValue(SFDouble) - Method in class vrml.field.MFDouble
-
Add a new element at the end of the list.
- addValue(float) - Method in class vrml.field.MFFloat
-
Add a new element at the end of the list.
- addValue(ConstSFFloat) - Method in class vrml.field.MFFloat
-
Add a new element at the end of the list.
- addValue(SFFloat) - Method in class vrml.field.MFFloat
-
Add a new element at the end of the list.
- addValue(int) - Method in class vrml.field.MFInt32
-
Add a new element at the end of the list.
- addValue(ConstSFInt32) - Method in class vrml.field.MFInt32
-
Add a new element at the end of the list.
- addValue(SFInt32) - Method in class vrml.field.MFInt32
-
Add a new element at the end of the list.
- addValue(BaseNode) - Method in class vrml.field.MFNode
-
Add a new element at the end of the list.
- addValue(ConstSFNode) - Method in class vrml.field.MFNode
-
Add a new element at the end of the list.
- addValue(SFNode) - Method in class vrml.field.MFNode
-
Add a new element at the end of the list.
- addValue(ConstSFRotation) - Method in class vrml.field.MFRotation
-
Add a new element at the end of the list.
- addValue(SFRotation) - Method in class vrml.field.MFRotation
-
Add a new element at the end of the list.
- addValue(float, float, float, float) - Method in class vrml.field.MFRotation
-
Add a new element at the end of the list.
- addValue(String) - Method in class vrml.field.MFString
-
Add a new element at the end of the list.
- addValue(ConstSFString) - Method in class vrml.field.MFString
-
Add a new element at the end of the list.
- addValue(SFString) - Method in class vrml.field.MFString
-
Add a new element at the end of the list.
- addValue(double) - Method in class vrml.field.MFTime
-
Add a new element at the end of the list.
- addValue(ConstSFTime) - Method in class vrml.field.MFTime
-
Add a new element at the end of the list.
- addValue(SFTime) - Method in class vrml.field.MFTime
-
Add a new element at the end of the list.
- addValue(double, double) - Method in class vrml.field.MFVec2d
-
Add a new element at the end of the list.
- addValue(ConstSFVec2d) - Method in class vrml.field.MFVec2d
-
Add a new element at the end of the list.
- addValue(SFVec2d) - Method in class vrml.field.MFVec2d
-
Add a new element at the end of the list.
- addValue(float, float) - Method in class vrml.field.MFVec2f
-
Add a new element at the end of the list.
- addValue(ConstSFVec2f) - Method in class vrml.field.MFVec2f
-
Add a new element at the end of the list.
- addValue(SFVec2f) - Method in class vrml.field.MFVec2f
-
Add a new element at the end of the list.
- addValue(double, double, double) - Method in class vrml.field.MFVec3d
-
Add a new element at the end of the list.
- addValue(ConstSFVec3d) - Method in class vrml.field.MFVec3d
-
Add a new element at the end of the list.
- addValue(SFVec3d) - Method in class vrml.field.MFVec3d
-
Add a new element at the end of the list.
- addValue(float, float, float) - Method in class vrml.field.MFVec3f
-
Add a new element at the end of the list.
- addValue(ConstSFVec3f) - Method in class vrml.field.MFVec3f
-
Add a new element at the end of the list.
- addValue(SFVec3f) - Method in class vrml.field.MFVec3f
-
Add a new element at the end of the list.
- clear() - Method in class vrml.field.MFBool
-
- clear() - Method in class vrml.field.MFColor
-
- clear() - Method in class vrml.field.MFDouble
-
- clear() - Method in class vrml.field.MFFloat
-
- clear() - Method in class vrml.field.MFInt32
-
- clear() - Method in class vrml.field.MFNode
-
- clear() - Method in class vrml.field.MFRotation
-
- clear() - Method in class vrml.field.MFString
-
- clear() - Method in class vrml.field.MFTime
-
- clear() - Method in class vrml.field.MFVec2d
-
- clear() - Method in class vrml.field.MFVec2f
-
- clear() - Method in class vrml.field.MFVec3d
-
- clear() - Method in class vrml.field.MFVec3f
-
- clear() - Method in class vrml.MField
-
Removes all fields from the MField.
- clone() - Method in class vrml.ConstField
-
Creates and returns a copy of the Field.
- clone() - Method in class vrml.Event
-
Clone.
- clone() - Method in class vrml.Field
-
Creates and returns a copy of the Field.
- clone() - Method in class vrml.field.MFNode
-
Create a shallow copy of the MFNode; the underlying BaseNodes are
not copied.
- clone() - Method in class vrml.field.SFNode
-
Create a shallow copy of the SFNode; the underlying BaseNode is
not copied.
- ConstField - Class in vrml
-
Parent for all constant fields.
- ConstField(long) - Constructor for class vrml.ConstField
-
- ConstMFBool - Class in vrml.field
-
Represents a read-only VRML MFBool field in Java.
- ConstMFBool(int, boolean[]) - Constructor for class vrml.field.ConstMFBool
-
Construct a read-only MFBool field.
- ConstMFBool(boolean[]) - Constructor for class vrml.field.ConstMFBool
-
Construct a read-only MFBool field.
- ConstMFColor - Class in vrml.field
-
Represents a read-only VRML MFColor field in Java.
- ConstMFColor(float[][]) - Constructor for class vrml.field.ConstMFColor
-
Construct a read-only MFColor field.
- ConstMFColor(float[]) - Constructor for class vrml.field.ConstMFColor
-
Construct a read-only MFColor field.
- ConstMFColor(int, float[]) - Constructor for class vrml.field.ConstMFColor
-
Construct a read-only MFColor field.
- ConstMFDouble - Class in vrml.field
-
Represents a read-only VRML MFDouble field in Java.
- ConstMFDouble(int, double[]) - Constructor for class vrml.field.ConstMFDouble
-
Construct a read-only MFDouble field.
- ConstMFDouble(double[]) - Constructor for class vrml.field.ConstMFDouble
-
Construct a read-only MFDouble field.
- ConstMFFloat - Class in vrml.field
-
Represents a read-only VRML MFFloat field in Java.
- ConstMFFloat(int, float[]) - Constructor for class vrml.field.ConstMFFloat
-
Construct a read-only MFFloat field.
- ConstMFFloat(float[]) - Constructor for class vrml.field.ConstMFFloat
-
Construct a read-only MFFloat field.
- ConstMField - Class in vrml
-
Parent for all immutable MFields.
- ConstMField(long) - Constructor for class vrml.ConstMField
-
- ConstMFInt32 - Class in vrml.field
-
Represents a read-only VRML MFInt32 field in Java.
- ConstMFInt32(int, int[]) - Constructor for class vrml.field.ConstMFInt32
-
Construct a read-only MFInt32 field.
- ConstMFInt32(int[]) - Constructor for class vrml.field.ConstMFInt32
-
Construct a read-only MFInt32 field.
- ConstMFNode - Class in vrml.field
-
Represents a read-only VRML MFNode field in Java.
- ConstMFNode(int, BaseNode[]) - Constructor for class vrml.field.ConstMFNode
-
Construct a read-only MFNode field.
- ConstMFNode(BaseNode[]) - Constructor for class vrml.field.ConstMFNode
-
Construct a read-only MFNode field.
- ConstMFRotation - Class in vrml.field
-
Represents a read-only VRML MFRotation field in Java.
- ConstMFRotation(float[][]) - Constructor for class vrml.field.ConstMFRotation
-
Construct a read-only MFRotation field.
- ConstMFRotation(float[]) - Constructor for class vrml.field.ConstMFRotation
-
Construct a read-only MFRotation field.
- ConstMFRotation(int, float[]) - Constructor for class vrml.field.ConstMFRotation
-
Construct a read-only MFRotation field.
- ConstMFString - Class in vrml.field
-
Represents a read-only VRML MFString field in Java.
- ConstMFString(int, String[]) - Constructor for class vrml.field.ConstMFString
-
Construct a read-only MFString field.
- ConstMFString(String[]) - Constructor for class vrml.field.ConstMFString
-
Construct a read-only MFString field.
- ConstMFTime - Class in vrml.field
-
Represents a read-only VRML MFTime field in Java.
- ConstMFTime(int, double[]) - Constructor for class vrml.field.ConstMFTime
-
Construct a read-only MFTime field.
- ConstMFTime(double[]) - Constructor for class vrml.field.ConstMFTime
-
Construct a read-only MFTime field.
- ConstMFVec2d - Class in vrml.field
-
Represents a read-only VRML MFVec2d field in Java.
- ConstMFVec2d(double[][]) - Constructor for class vrml.field.ConstMFVec2d
-
Construct a read-only MFVec2d field.
- ConstMFVec2d(double[]) - Constructor for class vrml.field.ConstMFVec2d
-
Construct a read-only MFVec2d field.
- ConstMFVec2d(int, double[]) - Constructor for class vrml.field.ConstMFVec2d
-
Construct a read-only MFVec2d field.
- ConstMFVec2f - Class in vrml.field
-
Represents a read-only VRML MFVec2f field in Java.
- ConstMFVec2f(float[][]) - Constructor for class vrml.field.ConstMFVec2f
-
Construct a read-only MFVec2f field.
- ConstMFVec2f(float[]) - Constructor for class vrml.field.ConstMFVec2f
-
Construct a read-only MFVec2f field.
- ConstMFVec2f(int, float[]) - Constructor for class vrml.field.ConstMFVec2f
-
Construct a read-only MFVec2f field.
- ConstMFVec3d - Class in vrml.field
-
Represents a read-only VRML MFVec3d field in Java.
- ConstMFVec3d(double[][]) - Constructor for class vrml.field.ConstMFVec3d
-
Construct a read-only MFVec3d field.
- ConstMFVec3d(double[]) - Constructor for class vrml.field.ConstMFVec3d
-
Construct a read-only MFVec3d field.
- ConstMFVec3d(int, double[]) - Constructor for class vrml.field.ConstMFVec3d
-
Construct a read-only MFVec3d field.
- ConstMFVec3f - Class in vrml.field
-
Represents a read-only VRML MFVec3f field in Java.
- ConstMFVec3f(float[][]) - Constructor for class vrml.field.ConstMFVec3f
-
Construct a read-only MFVec3f field.
- ConstMFVec3f(float[]) - Constructor for class vrml.field.ConstMFVec3f
-
Construct a read-only MFVec3f field.
- ConstMFVec3f(int, float[]) - Constructor for class vrml.field.ConstMFVec3f
-
Construct a read-only MFVec3f field.
- ConstSFBool - Class in vrml.field
-
Represents a read-only VRML SFBool field in Java.
- ConstSFBool(boolean) - Constructor for class vrml.field.ConstSFBool
-
Construct a read-only SFBool field.
- ConstSFColor - Class in vrml.field
-
Represents a read-only VRML SFColor field in Java.
- ConstSFColor(float, float, float) - Constructor for class vrml.field.ConstSFColor
-
Construct a read-only SFColor field.
- ConstSFDouble - Class in vrml.field
-
Represents a read-only VRML SFDouble field in Java.
- ConstSFDouble(float) - Constructor for class vrml.field.ConstSFDouble
-
Construct a read-only SFDouble field.
- ConstSFFloat - Class in vrml.field
-
Represents a read-only VRML SFFloat field in Java.
- ConstSFFloat(float) - Constructor for class vrml.field.ConstSFFloat
-
Construct a read-only SFFloat field.
- ConstSFImage - Class in vrml.field
-
Represents a read-only VRML SFImage field in Java.
- ConstSFImage(int, int, int, byte[]) - Constructor for class vrml.field.ConstSFImage
-
Construct a new SFImage field using the given values.
- ConstSFInt32 - Class in vrml.field
-
Represents a read-only VRML SFInt32 field in Java.
- ConstSFInt32(int) - Constructor for class vrml.field.ConstSFInt32
-
Construct a read-only SFInt32 field.
- ConstSFNode - Class in vrml.field
-
Represents a read-only VRML SFNode field in Java.
- ConstSFNode(BaseNode) - Constructor for class vrml.field.ConstSFNode
-
Construct a read-only SFNode field.
- ConstSFRotation - Class in vrml.field
-
Represents a read-only VRML SFRotation field in Java.
- ConstSFRotation(float, float, float, float) - Constructor for class vrml.field.ConstSFRotation
-
Construct a read-only SFRotation field.
- ConstSFString - Class in vrml.field
-
Represents a read-only VRML SFString field in Java.
- ConstSFString(String) - Constructor for class vrml.field.ConstSFString
-
Construct a read-only SFString field.
- ConstSFTime - Class in vrml.field
-
Represents a read-only VRML SFTime in Java.
- ConstSFTime(double) - Constructor for class vrml.field.ConstSFTime
-
Construct an SFTime field using the given value.
- ConstSFVec2d - Class in vrml.field
-
Represents a read-only VRML SFVec2d field in Java.
- ConstSFVec2d(double, double) - Constructor for class vrml.field.ConstSFVec2d
-
Construct a read-only SFVec2d field.
- ConstSFVec2f - Class in vrml.field
-
Represents a read-only VRML SFVec2f field in Java.
- ConstSFVec2f(float, float) - Constructor for class vrml.field.ConstSFVec2f
-
Construct a read-only SFVec2f field.
- ConstSFVec3d - Class in vrml.field
-
Represents a read-only VRML SFVec3d field in Java.
- ConstSFVec3d(double, double, double) - Constructor for class vrml.field.ConstSFVec3d
-
Construct a read-only SFVec3d field.
- ConstSFVec3f - Class in vrml.field
-
Represents a read-only VRML SFVec3f field in Java.
- ConstSFVec3f(float, float, float) - Constructor for class vrml.field.ConstSFVec3f
-
Construct a read-only SFVec3f field.
- createVrmlFromString(String) - Method in class vrml.Browser
-
This method parses a string consisting of VRML statements, establishes
any PROTO and EXTERNPROTO declarations and routes, and returns an MFNode
value containing the set of nodes in those statements.
- createVrmlFromURL(String[], BaseNode, String) - Method in class vrml.Browser
-
Instructs the browser to load a VRML scene description from the
given URL or URLs.
- get1Value(int) - Method in class vrml.field.ConstMFBool
-
Retrieve a particular element from an MFBool field.
- get1Value(int, float[]) - Method in class vrml.field.ConstMFColor
-
Retrieves a specific SFColor element in an MFColor and
returns it as a float array.
- get1Value(int, SFColor) - Method in class vrml.field.ConstMFColor
-
Retrieves a specific SFColor element in an MFColor and
returns it as an SFColor object.
- get1Value(int) - Method in class vrml.field.ConstMFDouble
-
Retrieves a specific SFDouble element in an MFDouble and
returns it as a double.
- get1Value(int) - Method in class vrml.field.ConstMFFloat
-
Retrieves a specific SFFloat element in an MFFloat and
returns it as a float.
- get1Value(int) - Method in class vrml.field.ConstMFInt32
-
Retrieve a particular element from an MFInt32 field.
- get1Value(int) - Method in class vrml.field.ConstMFNode
-
Retrieves a specific BaseNode from an MFNode.
- get1Value(int, float[]) - Method in class vrml.field.ConstMFRotation
-
Retrieves a specific rotation element in an MFRotation and
returns it as a float array.
- get1Value(int, SFRotation) - Method in class vrml.field.ConstMFRotation
-
Retrieves a specific rotation element in an MFRotation and
returns it as an SFRotation.
- get1Value(int) - Method in class vrml.field.ConstMFString
-
Retrieves a specific SFString element in an MFString and
returns it as a String.
- get1Value(int) - Method in class vrml.field.ConstMFTime
-
Retrieve a particular element from an MFTime field.
- get1Value(int, double[]) - Method in class vrml.field.ConstMFVec2d
-
Retrieves a specific element in an MFVec2d and
returns it as a double array.
- get1Value(int, SFVec2d) - Method in class vrml.field.ConstMFVec2d
-
Retrieves a specific element in an MFVec2d and
returns it as an SFVec2d.
- get1Value(int, float[]) - Method in class vrml.field.ConstMFVec2f
-
Retrieves a specific element in an MFVec2f and
returns it as a float array.
- get1Value(int, SFVec2f) - Method in class vrml.field.ConstMFVec2f
-
Retrieves a specific element in an MFVec2f and
returns it as an SFVec2f.
- get1Value(int, double[]) - Method in class vrml.field.ConstMFVec3d
-
Retrieves a specific element in an MFVec3d and
returns it as a double array.
- get1Value(int, SFVec3d) - Method in class vrml.field.ConstMFVec3d
-
Retrieves a specific element in an MFVec3d and
returns it as an SFVec3d.
- get1Value(int, float[]) - Method in class vrml.field.ConstMFVec3f
-
Retrieves a specific element in an MFVec3f and
returns it as a float array.
- get1Value(int, SFVec3f) - Method in class vrml.field.ConstMFVec3f
-
Retrieves a specific element in an MFVec3f and
returns it as an SFVec3f.
- get1Value(int) - Method in class vrml.field.MFBool
-
Retrieve a particular element from an MFBool field.
- get1Value(int, float[]) - Method in class vrml.field.MFColor
-
Retrieves a specific SFColor element in an MFColor and
returns it as a float array.
- get1Value(int, SFColor) - Method in class vrml.field.MFColor
-
Retrieves a specific SFColor element in an MFColor and
returns it as an SFColor object.
- get1Value(int) - Method in class vrml.field.MFDouble
-
Retrieves a specific SFDouble element in an MFDouble and
returns it as a double.
- get1Value(int) - Method in class vrml.field.MFFloat
-
Retrieves a specific SFFloat element in an MFFloat and
returns it as a float.
- get1Value(int) - Method in class vrml.field.MFInt32
-
Retrieve a particular element from an MFInt32 field.
- get1Value(int) - Method in class vrml.field.MFNode
-
Retrieves a specific BaseNode from an MFNode.
- get1Value(int, float[]) - Method in class vrml.field.MFRotation
-
Retrieves a specific rotation element in an MFRotation and
returns it as a float array.
- get1Value(int, SFRotation) - Method in class vrml.field.MFRotation
-
Retrieves a specific rotation element in an MFRotation and
returns it as an SFRotation.
- get1Value(int) - Method in class vrml.field.MFString
-
Retrieves a specific SFString element in an MFString and
returns it as a String.
- get1Value(int) - Method in class vrml.field.MFTime
-
Retrieve a particular element from an MFTime field.
- get1Value(int, double[]) - Method in class vrml.field.MFVec2d
-
Retrieves a specific element in an MFVec2d and
returns it as a double array.
- get1Value(int, SFVec2d) - Method in class vrml.field.MFVec2d
-
Retrieves a specific element in an MFVec2d and
returns it as an SFVec2d.
- get1Value(int, float[]) - Method in class vrml.field.MFVec2f
-
Retrieves a specific element in an MFVec2f and
returns it as a float array.
- get1Value(int, SFVec2f) - Method in class vrml.field.MFVec2f
-
Retrieves a specific element in an MFVec2f and
returns it as an SFVec2f.
- get1Value(int, double[]) - Method in class vrml.field.MFVec3d
-
Retrieves a specific element in an MFVec3d and
returns it as a double array.
- get1Value(int, SFVec3d) - Method in class vrml.field.MFVec3d
-
Retrieves a specific element in an MFVec3d and
returns it as an SFVec3d.
- get1Value(int, float[]) - Method in class vrml.field.MFVec3f
-
Retrieves a specific element in an MFVec3f and
returns it as a float array.
- get1Value(int, SFVec3f) - Method in class vrml.field.MFVec3f
-
Retrieves a specific element in an MFVec3f and
returns it as an SFVec3f.
- getBlue() - Method in class vrml.field.ConstSFColor
-
Get the B-component of the SFColor.
- getBlue() - Method in class vrml.field.SFColor
-
Get the B-component of the SFColor.
- getBrowser() - Method in class vrml.BaseNode
-
Get the Browser associated with this node.
- getComponents() - Method in class vrml.field.ConstSFImage
-
Get the number of components in an SFImage.
- getComponents() - Method in class vrml.field.SFImage
-
Get the number of components in an SFImage.
- getCurrentFrameRate() - Method in class vrml.Browser
-
Return the current frame rate in frames/second.
- getCurrentSpeed() - Method in class vrml.Browser
-
Returns the average navigation speed for the currently bound
NavigationInfo node in meters/second.
- getEventIn(String) - Method in class vrml.node.Node
-
Get an EventIn by name.
- getEventIn(String) - Method in class vrml.node.Script
-
Get an EventIn by name.
- getEventOut(String) - Method in class vrml.node.Node
-
Get an EventOut by name.
- getEventOut(String) - Method in class vrml.node.Script
-
Get an EventOut by name.
- getExposedField(String) - Method in class vrml.node.Node
-
Get an exposed field by name.
- getField(String) - Method in class vrml.node.Script
-
Get a Field by name.
- getGreen() - Method in class vrml.field.ConstSFColor
-
Get the G-component of the SFColor.
- getGreen() - Method in class vrml.field.SFColor
-
Get the G-component of the SFColor.
- getHeight() - Method in class vrml.field.ConstSFImage
-
Get the height of the SFImage.
- getHeight() - Method in class vrml.field.SFImage
-
Get the height of the SFImage.
- getName() - Method in class vrml.Browser
-
Name of the browser currently in use.
- getName() - Method in class vrml.Event
-
Returns the name of the event.
- getPeer() - Method in class vrml.Field
-
- getPixels(byte[]) - Method in class vrml.field.ConstSFImage
-
Get a 2-dimensional array of pixels representing the SFImage.
- getPixels(byte[]) - Method in class vrml.field.SFImage
-
Get a 2-dimensional array of pixels representing the
SFImage.
- getRed() - Method in class vrml.field.ConstSFColor
-
Get the R-component of the SFColor.
- getRed() - Method in class vrml.field.SFColor
-
Get the R-component of the SFColor.
- getSize() - Method in class vrml.ConstMField
-
Number of elements contained in the MField.
- getSize() - Method in class vrml.field.ConstMFBool
-
- getSize() - Method in class vrml.field.ConstMFColor
-
- getSize() - Method in class vrml.field.ConstMFDouble
-
- getSize() - Method in class vrml.field.ConstMFFloat
-
- getSize() - Method in class vrml.field.ConstMFInt32
-
- getSize() - Method in class vrml.field.ConstMFNode
-
- getSize() - Method in class vrml.field.ConstMFRotation
-
- getSize() - Method in class vrml.field.ConstMFString
-
- getSize() - Method in class vrml.field.ConstMFTime
-
- getSize() - Method in class vrml.field.ConstMFVec2d
-
- getSize() - Method in class vrml.field.ConstMFVec2f
-
- getSize() - Method in class vrml.field.ConstMFVec3d
-
- getSize() - Method in class vrml.field.ConstMFVec3f
-
- getSize() - Method in class vrml.field.MFBool
-
- getSize() - Method in class vrml.field.MFColor
-
- getSize() - Method in class vrml.field.MFDouble
-
- getSize() - Method in class vrml.field.MFFloat
-
- getSize() - Method in class vrml.field.MFInt32
-
- getSize() - Method in class vrml.field.MFNode
-
- getSize() - Method in class vrml.field.MFRotation
-
- getSize() - Method in class vrml.field.MFString
-
- getSize() - Method in class vrml.field.MFTime
-
- getSize() - Method in class vrml.field.MFVec2d
-
- getSize() - Method in class vrml.field.MFVec2f
-
- getSize() - Method in class vrml.field.MFVec3d
-
- getSize() - Method in class vrml.field.MFVec3f
-
- getSize() - Method in class vrml.MField
-
Number of elements contained in the MField.
- getTimeStamp() - Method in class vrml.Event
-
Returns the timestamp of the event.
- getType() - Method in class vrml.BaseNode
-
Returns the type of the node.
- getValue() - Method in class vrml.Event
-
Returns the Field the event has been generated for.
- getValue(boolean[]) - Method in class vrml.field.ConstMFBool
-
Retrieves the complete list of booleans making up an MFBool field.
- getValue(float[][]) - Method in class vrml.field.ConstMFColor
-
Retrieves the value of an MFColor field.
- getValue(float[]) - Method in class vrml.field.ConstMFColor
-
Retrieves the value of an MFColor field.
- getValue(double[]) - Method in class vrml.field.ConstMFDouble
-
Retrieves the value of an MFDouble field.
- getValue(float[]) - Method in class vrml.field.ConstMFFloat
-
Retrieves the value of an MFFloat field.
- getValue(int[]) - Method in class vrml.field.ConstMFInt32
-
Retrieves the complete list of integers making up an MFInt32 field.
- getValue(BaseNode[]) - Method in class vrml.field.ConstMFNode
-
Retrieves the value of an MFNode field.
- getValue(float[][]) - Method in class vrml.field.ConstMFRotation
-
Retrieves the value of an MFRotation field.
- getValue(float[]) - Method in class vrml.field.ConstMFRotation
-
Retrieves the value of an MFRotation field.
- getValue(String[]) - Method in class vrml.field.ConstMFString
-
Retrieves the value of an MFString field.
- getValue(double[]) - Method in class vrml.field.ConstMFTime
-
Retrieves the complete list of times making up an MFTime field.
- getValue(double[][]) - Method in class vrml.field.ConstMFVec2d
-
Retrieves the value of an MFVec2d field.
- getValue(double[]) - Method in class vrml.field.ConstMFVec2d
-
Retrieves the value of an MFVec2d field.
- getValue(float[][]) - Method in class vrml.field.ConstMFVec2f
-
Retrieves the value of an MFVec2f field.
- getValue(float[]) - Method in class vrml.field.ConstMFVec2f
-
Retrieves the value of an MFVec2f field.
- getValue(double[][]) - Method in class vrml.field.ConstMFVec3d
-
Retrieves the value of an MFVec3d field.
- getValue(double[]) - Method in class vrml.field.ConstMFVec3d
-
Retrieves the value of an MFVec3d field.
- getValue(float[][]) - Method in class vrml.field.ConstMFVec3f
-
Retrieves the value of an MFVec3f field.
- getValue(float[]) - Method in class vrml.field.ConstMFVec3f
-
Retrieves the value of an MFVec3f field.
- getValue() - Method in class vrml.field.ConstSFBool
-
Get the value of the SFBool field.
- getValue(float[]) - Method in class vrml.field.ConstSFColor
-
Get the R,G,B values representing the SFColor.
- getValue() - Method in class vrml.field.ConstSFDouble
-
Get the value of an SFDouble field.
- getValue() - Method in class vrml.field.ConstSFFloat
-
Get the value of an SFFloat field.
- getValue() - Method in class vrml.field.ConstSFInt32
-
Get the value of the SFInt32 field.
- getValue() - Method in class vrml.field.ConstSFNode
-
Get the VRML node stored in this SFNode.
- getValue(float[]) - Method in class vrml.field.ConstSFRotation
-
Get the X, Y, Z and angle values representing the SFRotation.
- getValue() - Method in class vrml.field.ConstSFString
-
Get the value of the SFString field.
- getValue() - Method in class vrml.field.ConstSFTime
-
Get the value of the SFTime field.
- getValue(double[]) - Method in class vrml.field.ConstSFVec2d
-
Get the X and Y values representing the SFVec2d.
- getValue(float[]) - Method in class vrml.field.ConstSFVec2f
-
Get the X and Y values representing the SFVec2f.
- getValue(double[]) - Method in class vrml.field.ConstSFVec3d
-
Get the X, Y and Z values representing the SFVec3d.
- getValue(float[]) - Method in class vrml.field.ConstSFVec3f
-
Get the X, Y and Z values representing the SFVec3f.
- getValue(boolean[]) - Method in class vrml.field.MFBool
-
Retrieves the complete list of booleans making up an MFBool field.
- getValue(float[][]) - Method in class vrml.field.MFColor
-
Retrieves the value of an MFColor field.
- getValue(float[]) - Method in class vrml.field.MFColor
-
Retrieves the value of an MFColor field.
- getValue(double[]) - Method in class vrml.field.MFDouble
-
Retrieves the value of an MFDouble field.
- getValue(float[]) - Method in class vrml.field.MFFloat
-
Retrieves the value of an MFFloat field.
- getValue(int[]) - Method in class vrml.field.MFInt32
-
Retrieves the complete list of integers making up an MFInt32 field.
- getValue(BaseNode[]) - Method in class vrml.field.MFNode
-
Retrieves the value of an MFNode field.
- getValue(float[][]) - Method in class vrml.field.MFRotation
-
Retrieves the value of an MFRotation field.
- getValue(float[]) - Method in class vrml.field.MFRotation
-
Retrieves the value of an MFRotation field.
- getValue(String[]) - Method in class vrml.field.MFString
-
Retrieves the value of an MFString field.
- getValue(double[]) - Method in class vrml.field.MFTime
-
Retrieves the complete list of times making up an MFTime field.
- getValue(double[][]) - Method in class vrml.field.MFVec2d
-
Retrieves the value of an MFVec2d field.
- getValue(double[]) - Method in class vrml.field.MFVec2d
-
Retrieves the value of an MFVec2d field.
- getValue(float[][]) - Method in class vrml.field.MFVec2f
-
Retrieves the value of an MFVec2f field.
- getValue(float[]) - Method in class vrml.field.MFVec2f
-
Retrieves the value of an MFVec2f field.
- getValue(double[][]) - Method in class vrml.field.MFVec3d
-
Retrieves the value of an MFVec3d field.
- getValue(double[]) - Method in class vrml.field.MFVec3d
-
Retrieves the value of an MFVec3d field.
- getValue(float[][]) - Method in class vrml.field.MFVec3f
-
Retrieves the value of an MFVec3f field.
- getValue(float[]) - Method in class vrml.field.MFVec3f
-
Retrieves the value of an MFVec3f field.
- getValue() - Method in class vrml.field.SFBool
-
Get the value of the SFBool field.
- getValue(float[]) - Method in class vrml.field.SFColor
-
Get the R,G,B values representing the SFColor.
- getValue() - Method in class vrml.field.SFDouble
-
Get the value of the SFDouble field.
- getValue() - Method in class vrml.field.SFFloat
-
Get the value of the SFFloat field.
- getValue() - Method in class vrml.field.SFInt32
-
Get the value of the SFInt32 field.
- getValue() - Method in class vrml.field.SFNode
-
Get the VRML node stored in this SFNode.
- getValue(float[]) - Method in class vrml.field.SFRotation
-
Get the X, Y, Z and angle values representing the SFRotation.
- getValue() - Method in class vrml.field.SFString
-
Get the value of the SFString field.
- getValue() - Method in class vrml.field.SFTime
-
Get the value of the SFTime field.
- getValue(double[]) - Method in class vrml.field.SFVec2d
-
Get the X and Y values representing the SFVec2d.
- getValue(float[]) - Method in class vrml.field.SFVec2f
-
Get the X and Y values representing the SFVec2f.
- getValue(double[]) - Method in class vrml.field.SFVec3d
-
Get the X, Y and Z values representing the SFVec3d.
- getValue(float[]) - Method in class vrml.field.SFVec3f
-
Get the X, Y and Z values representing the SFVec3f.
- getVersion() - Method in class vrml.Browser
-
Version of the browser currently in use.
- getWidth() - Method in class vrml.field.ConstSFImage
-
Get the width of the SFImage.
- getWidth() - Method in class vrml.field.SFImage
-
Get the width of the SFImage.
- getWorldURL() - Method in class vrml.Browser
-
Return the URL for the root of the currently loaded world.
- getX() - Method in class vrml.field.ConstSFVec2d
-
Get the X-component of the vector.
- getX() - Method in class vrml.field.ConstSFVec2f
-
Get the X-component of the vector.
- getX() - Method in class vrml.field.ConstSFVec3d
-
Get the X-component of the vector.
- getX() - Method in class vrml.field.ConstSFVec3f
-
Get the X-component of the vector.
- getX() - Method in class vrml.field.SFVec2d
-
Get the X-component of the vector.
- getX() - Method in class vrml.field.SFVec2f
-
Get the X-component of the vector.
- getX() - Method in class vrml.field.SFVec3d
-
Get the X-component of the vector.
- getX() - Method in class vrml.field.SFVec3f
-
Get the X-component of the vector.
- getY() - Method in class vrml.field.ConstSFVec2d
-
Get the Y-component of the vector.
- getY() - Method in class vrml.field.ConstSFVec2f
-
Get the Y-component of the vector.
- getY() - Method in class vrml.field.ConstSFVec3d
-
Get the Y-component of the vector.
- getY() - Method in class vrml.field.ConstSFVec3f
-
Get the Y-component of the vector.
- getY() - Method in class vrml.field.SFVec2d
-
Get the Y-component of the vector.
- getY() - Method in class vrml.field.SFVec2f
-
Get the Y-component of the vector.
- getY() - Method in class vrml.field.SFVec3d
-
Get the Y-component of the vector.
- getY() - Method in class vrml.field.SFVec3f
-
Get the Y-component of the vector.
- getZ() - Method in class vrml.field.ConstSFVec3d
-
Get the Z-component of the vector.
- getZ() - Method in class vrml.field.ConstSFVec3f
-
Get the Z-component of the vector.
- getZ() - Method in class vrml.field.SFVec3d
-
Get the Z-component of the vector.
- getZ() - Method in class vrml.field.SFVec3f
-
Get the Z-component of the vector.
- initialize() - Method in class vrml.node.Script
-
This method is called before any event is generated.
- insertValue(int, boolean) - Method in class vrml.field.MFBool
-
Insert a new element at the specified position.
- insertValue(int, ConstSFBool) - Method in class vrml.field.MFBool
-
Insert a new element at the specified position.
- insertValue(int, SFBool) - Method in class vrml.field.MFBool
-
Insert a new element at the specified position.
- insertValue(int, ConstSFColor) - Method in class vrml.field.MFColor
-
Insert a new element at the specified position.
- insertValue(int, SFColor) - Method in class vrml.field.MFColor
-
Insert a new element at the specified position.
- insertValue(int, float, float, float) - Method in class vrml.field.MFColor
-
Insert a new element at the specified position.
- insertValue(int, double) - Method in class vrml.field.MFDouble
-
Insert a new element at the specified position.
- insertValue(int, ConstSFDouble) - Method in class vrml.field.MFDouble
-
Insert a new element at the specified position.
- insertValue(int, SFDouble) - Method in class vrml.field.MFDouble
-
Insert a new element at the specified position.
- insertValue(int, float) - Method in class vrml.field.MFFloat
-
Insert a new element at the specified position.
- insertValue(int, ConstSFFloat) - Method in class vrml.field.MFFloat
-
Insert a new element at the specified position.
- insertValue(int, SFFloat) - Method in class vrml.field.MFFloat
-
Insert a new element at the specified position.
- insertValue(int, int) - Method in class vrml.field.MFInt32
-
Insert a new element at the specified position.
- insertValue(int, ConstSFInt32) - Method in class vrml.field.MFInt32
-
Insert a new element at the specified position.
- insertValue(int, SFInt32) - Method in class vrml.field.MFInt32
-
Insert a new element at the specified position.
- insertValue(int, BaseNode) - Method in class vrml.field.MFNode
-
Insert a new element at the specified position.
- insertValue(int, ConstSFNode) - Method in class vrml.field.MFNode
-
Insert a new element at the specified position.
- insertValue(int, SFNode) - Method in class vrml.field.MFNode
-
Insert a new element at the specified position.
- insertValue(int, ConstSFRotation) - Method in class vrml.field.MFRotation
-
Insert a new element at the specified position.
- insertValue(int, SFRotation) - Method in class vrml.field.MFRotation
-
Insert a new element at the specified position.
- insertValue(int, float, float, float, float) - Method in class vrml.field.MFRotation
-
Insert a new element at the specified position.
- insertValue(int, String) - Method in class vrml.field.MFString
-
Insert a new element at the specified position.
- insertValue(int, ConstSFString) - Method in class vrml.field.MFString
-
Insert a new element at the specified position.
- insertValue(int, SFString) - Method in class vrml.field.MFString
-
Insert a new element at the specified position.
- insertValue(int, double) - Method in class vrml.field.MFTime
-
Insert a new element at the specified position.
- insertValue(int, ConstSFTime) - Method in class vrml.field.MFTime
-
Insert a new element at the specified position.
- insertValue(int, SFTime) - Method in class vrml.field.MFTime
-
Insert a new element at the specified position.
- insertValue(int, double, double) - Method in class vrml.field.MFVec2d
-
Insert a new element at the specified position.
- insertValue(int, ConstSFVec2d) - Method in class vrml.field.MFVec2d
-
Insert a new element at the specified position.
- insertValue(int, SFVec2d) - Method in class vrml.field.MFVec2d
-
Insert a new element at the specified position.
- insertValue(int, float, float) - Method in class vrml.field.MFVec2f
-
Insert a new element at the specified position.
- insertValue(int, ConstSFVec2f) - Method in class vrml.field.MFVec2f
-
Insert a new element at the specified position.
- insertValue(int, SFVec2f) - Method in class vrml.field.MFVec2f
-
Insert a new element at the specified position.
- insertValue(int, double, double, double) - Method in class vrml.field.MFVec3d
-
Insert a new element at the specified position.
- insertValue(int, ConstSFVec3d) - Method in class vrml.field.MFVec3d
-
Insert a new element at the specified position.
- insertValue(int, SFVec3d) - Method in class vrml.field.MFVec3d
-
Insert a new element at the specified position.
- insertValue(int, float, float, float) - Method in class vrml.field.MFVec3f
-
Insert a new element at the specified position.
- insertValue(int, ConstSFVec3f) - Method in class vrml.field.MFVec3f
-
Insert a new element at the specified position.
- insertValue(int, SFVec3f) - Method in class vrml.field.MFVec3f
-
Insert a new element at the specified position.
- InvalidEventInException - Exception in vrml
-
Thrown when no eventIn exists with the given name.
- InvalidEventInException() - Constructor for exception vrml.InvalidEventInException
-
Constructs an InvalidEventInException with no detail message.
- InvalidEventInException(String) - Constructor for exception vrml.InvalidEventInException
-
Constructs an InvalidEventInException with the specified detail message.
- InvalidEventOutException - Exception in vrml
-
Thrown when no eventOut exists with the given name.
- InvalidEventOutException() - Constructor for exception vrml.InvalidEventOutException
-
Constructs an InvalidEventOutException with no detail message.
- InvalidEventOutException(String) - Constructor for exception vrml.InvalidEventOutException
-
Constructs an InvalidEventOutException with the specified detail
message.
- InvalidExposedFieldException - Exception in vrml
-
Thrown when no exposedField exists with the given name.
- InvalidExposedFieldException() - Constructor for exception vrml.InvalidExposedFieldException
-
Constructs an InvalidExposedFieldException with no detail message.
- InvalidExposedFieldException(String) - Constructor for exception vrml.InvalidExposedFieldException
-
Constructs an InvalidExposedFieldException with the specified detail
message.
- InvalidFieldChangeException - Exception in vrml
-
Thrown when an attempt is made to set a VRML field that cannot be set.
- InvalidFieldChangeException() - Constructor for exception vrml.InvalidFieldChangeException
-
Constructs an InvalidFieldChangeException with no detail message.
- InvalidFieldChangeException(String) - Constructor for exception vrml.InvalidFieldChangeException
-
Constructs an InvalidFieldChangeException with the specified detail
message.
- InvalidFieldException - Exception in vrml
-
Thrown when an invalid field name is used to request a field.
- InvalidFieldException() - Constructor for exception vrml.InvalidFieldException
-
Constructs an InvalidFieldException with no detail message.
- InvalidFieldException(String) - Constructor for exception vrml.InvalidFieldException
-
Constructs an InvalidFieldException with the specified detail message.
- InvalidRouteException - Exception in vrml
-
Exception thrown when an invalid route is specified.
- InvalidRouteException() - Constructor for exception vrml.InvalidRouteException
-
Constructs an InvalidRouteException with no detail message.
- InvalidRouteException(String) - Constructor for exception vrml.InvalidRouteException
-
Constructs an InvalidRouteException with the specified detail message.
- InvalidVRMLSyntaxException - Exception in vrml
-
Thrown when the given VRML syntax is invalid.
- InvalidVRMLSyntaxException() - Constructor for exception vrml.InvalidVRMLSyntaxException
-
Constructs an InvalidVRMLSyntaxException with no detail message.
- InvalidVRMLSyntaxException(String) - Constructor for exception vrml.InvalidVRMLSyntaxException
-
Constructs an InvalidVRMLSyntaxException with the specified detail
message.
- MFBool - Class in vrml.field
-
- MFBool() - Constructor for class vrml.field.MFBool
-
Default constructor
- MFBool(int, boolean[]) - Constructor for class vrml.field.MFBool
-
Construct an MFBool field.
- MFBool(boolean[]) - Constructor for class vrml.field.MFBool
-
Construct an MFBool field.
- MFColor - Class in vrml.field
-
Represents a VRML MFColor field in Java.
- MFColor() - Constructor for class vrml.field.MFColor
-
Default constructor.
- MFColor(float[][]) - Constructor for class vrml.field.MFColor
-
Construct a new MFColor object using the given 2D array containing
RGB values.
- MFColor(float[]) - Constructor for class vrml.field.MFColor
-
Construct an MFColor field.
- MFColor(int, float[]) - Constructor for class vrml.field.MFColor
-
Construct an MFColor field.
- MFDouble - Class in vrml.field
-
Represents a VRML MFDouble field in Java.
- MFDouble() - Constructor for class vrml.field.MFDouble
-
Construct a new MFDouble field in OpenVRML using the default params
- MFDouble(int, double[]) - Constructor for class vrml.field.MFDouble
-
Construct an MFDouble field in OpenVRML using the given params.
- MFDouble(double[]) - Constructor for class vrml.field.MFDouble
-
Construct an MFDouble field in OpenVRML using the given params.
- MFFloat - Class in vrml.field
-
Represents a VRML MFFloat field in Java.
- MFFloat() - Constructor for class vrml.field.MFFloat
-
Construct a new MFFloat field in OpenVRML using the default params
- MFFloat(int, float[]) - Constructor for class vrml.field.MFFloat
-
Construct an MFFloat field in OpenVRML using the given params.
- MFFloat(float[]) - Constructor for class vrml.field.MFFloat
-
Construct an MFFloat field in OpenVRML using the given params.
- MField - Class in vrml
-
Parent class of all MFields.
- MField(long) - Constructor for class vrml.MField
-
- MFInt32 - Class in vrml.field
-
- MFInt32() - Constructor for class vrml.field.MFInt32
-
Default constructor
- MFInt32(int, int[]) - Constructor for class vrml.field.MFInt32
-
Construct an MFInt32 field.
- MFInt32(int[]) - Constructor for class vrml.field.MFInt32
-
Construct an MFInt32 field.
- MFNode - Class in vrml.field
-
Represents a VRML MFNode field in Java.
- MFNode() - Constructor for class vrml.field.MFNode
-
Default constructor.
- MFNode(int, BaseNode[]) - Constructor for class vrml.field.MFNode
-
Construct an MFNode field.
- MFNode(BaseNode[]) - Constructor for class vrml.field.MFNode
-
Construct an MFNode field.
- MFRotation - Class in vrml.field
-
Represents a VRML MFRotation field in Java.
- MFRotation() - Constructor for class vrml.field.MFRotation
-
Default constructor.
- MFRotation(float[][]) - Constructor for class vrml.field.MFRotation
-
Construct an MFRotation field.
- MFRotation(float[]) - Constructor for class vrml.field.MFRotation
-
Construct an MFRotation field.
- MFRotation(int, float[]) - Constructor for class vrml.field.MFRotation
-
Construct an MFRotation field.
- MFString - Class in vrml.field
-
Represents a VRML MFString field in Java.
- MFString() - Constructor for class vrml.field.MFString
-
Default constructor.
- MFString(int, String[]) - Constructor for class vrml.field.MFString
-
Construct an MFString field.
- MFString(String[]) - Constructor for class vrml.field.MFString
-
Construct an MFString field.
- MFTime - Class in vrml.field
-
Represents a VRML MFTime field in Java.
- MFTime() - Constructor for class vrml.field.MFTime
-
Default constructor.
- MFTime(int, double[]) - Constructor for class vrml.field.MFTime
-
Construct an MFTime field.
- MFTime(double[]) - Constructor for class vrml.field.MFTime
-
Construct an MFTime field.
- MFVec2d - Class in vrml.field
-
Represents a VRML MFVec2d field in Java.
- MFVec2d() - Constructor for class vrml.field.MFVec2d
-
Default constructor.
- MFVec2d(double[][]) - Constructor for class vrml.field.MFVec2d
-
Construct an MFVec2d field.
- MFVec2d(double[]) - Constructor for class vrml.field.MFVec2d
-
Construct an MFVec2d field.
- MFVec2d(int, double[]) - Constructor for class vrml.field.MFVec2d
-
Construct an MFVec2d field.
- MFVec2f - Class in vrml.field
-
Represents a VRML MFVec2f field in Java.
- MFVec2f() - Constructor for class vrml.field.MFVec2f
-
Default constructor.
- MFVec2f(float[][]) - Constructor for class vrml.field.MFVec2f
-
Construct an MFVec2f field.
- MFVec2f(float[]) - Constructor for class vrml.field.MFVec2f
-
Construct an MFVec2f field.
- MFVec2f(int, float[]) - Constructor for class vrml.field.MFVec2f
-
Construct an MFVec2f field.
- MFVec3d - Class in vrml.field
-
Represents a VRML MFVec3d field in Java.
- MFVec3d() - Constructor for class vrml.field.MFVec3d
-
Default constructor.
- MFVec3d(double[][]) - Constructor for class vrml.field.MFVec3d
-
Construct an MFVec3d field.
- MFVec3d(double[]) - Constructor for class vrml.field.MFVec3d
-
Construct an MFVec3d field.
- MFVec3d(int, double[]) - Constructor for class vrml.field.MFVec3d
-
Construct an MFVec3d field.
- MFVec3f - Class in vrml.field
-
Represents a VRML MFVec3f field in Java.
- MFVec3f() - Constructor for class vrml.field.MFVec3f
-
Default constructor.
- MFVec3f(float[][]) - Constructor for class vrml.field.MFVec3f
-
Construct an MFVec3f field.
- MFVec3f(float[]) - Constructor for class vrml.field.MFVec3f
-
Construct an MFVec3f field.
- MFVec3f(int, float[]) - Constructor for class vrml.field.MFVec3f
-
Construct an MFVec3f field.
- Script - Class in vrml.node
-
This is the general Script class, to be subclassed by all scripts.
- Script() - Constructor for class vrml.node.Script
-
- set1Value(int, boolean) - Method in class vrml.field.MFBool
-
Set a specified element in the field.
- set1Value(int, ConstSFBool) - Method in class vrml.field.MFBool
-
Set a specified element in the field.
- set1Value(int, SFBool) - Method in class vrml.field.MFBool
-
Set a specified element in the field.
- set1Value(int, ConstSFColor) - Method in class vrml.field.MFColor
-
Set an element in an MFColor field.
- set1Value(int, SFColor) - Method in class vrml.field.MFColor
-
Set an element in an MFColor field.
- set1Value(int, float, float, float) - Method in class vrml.field.MFColor
-
Set an element in an MFColor field.
- set1Value(int, double) - Method in class vrml.field.MFDouble
-
Set a specified element in the field.
- set1Value(int, ConstSFDouble) - Method in class vrml.field.MFDouble
-
Set a specified element in the field.
- set1Value(int, SFDouble) - Method in class vrml.field.MFDouble
-
Set a specified element in the field.
- set1Value(int, float) - Method in class vrml.field.MFFloat
-
Set a specified element in the field.
- set1Value(int, ConstSFFloat) - Method in class vrml.field.MFFloat
-
Set a specified element in the field.
- set1Value(int, SFFloat) - Method in class vrml.field.MFFloat
-
Set a specified element in the field.
- set1Value(int, int) - Method in class vrml.field.MFInt32
-
Set a specified element in the field.
- set1Value(int, ConstSFInt32) - Method in class vrml.field.MFInt32
-
Set a specified element in the field.
- set1Value(int, SFInt32) - Method in class vrml.field.MFInt32
-
Set a specified element in the field.
- set1Value(int, BaseNode) - Method in class vrml.field.MFNode
-
Set a specified element in the field.
- set1Value(int, ConstSFNode) - Method in class vrml.field.MFNode
-
Set a specified element in the field.
- set1Value(int, SFNode) - Method in class vrml.field.MFNode
-
Set a specified element in the field.
- set1Value(int, ConstSFRotation) - Method in class vrml.field.MFRotation
-
Set a specified element in the field.
- set1Value(int, SFRotation) - Method in class vrml.field.MFRotation
-
Set a specified element in the field.
- set1Value(int, float, float, float, float) - Method in class vrml.field.MFRotation
-
Set a specified element in the field.
- set1Value(int, String) - Method in class vrml.field.MFString
-
Set a specified element in the field.
- set1Value(int, ConstSFString) - Method in class vrml.field.MFString
-
Set a specified element in the field.
- set1Value(int, SFString) - Method in class vrml.field.MFString
-
Set a specified element in the field.
- set1Value(int, double) - Method in class vrml.field.MFTime
-
Set a specified element in the field.
- set1Value(int, ConstSFTime) - Method in class vrml.field.MFTime
-
Set a specified element in the field.
- set1Value(int, SFTime) - Method in class vrml.field.MFTime
-
Set a specified element in the field.
- set1Value(int, double, double) - Method in class vrml.field.MFVec2d
-
Set a specified element in the field.
- set1Value(int, ConstSFVec2d) - Method in class vrml.field.MFVec2d
-
Set a specified element in the field.
- set1Value(int, SFVec2d) - Method in class vrml.field.MFVec2d
-
Set a specified element in the field.
- set1Value(int, float, float) - Method in class vrml.field.MFVec2f
-
Set a specified element in the field.
- set1Value(int, ConstSFVec2f) - Method in class vrml.field.MFVec2f
-
Set a specified element in the field.
- set1Value(int, SFVec2f) - Method in class vrml.field.MFVec2f
-
Set a specified element in the field.
- set1Value(int, double, double, double) - Method in class vrml.field.MFVec3d
-
Set a specified element in the field.
- set1Value(int, ConstSFVec3d) - Method in class vrml.field.MFVec3d
-
Set a specified element in the field.
- set1Value(int, SFVec3d) - Method in class vrml.field.MFVec3d
-
Set a specified element in the field.
- set1Value(int, float, float, float) - Method in class vrml.field.MFVec3f
-
Set a specified element in the field.
- set1Value(int, ConstSFVec3f) - Method in class vrml.field.MFVec3f
-
Set a specified element in the field.
- set1Value(int, SFVec3f) - Method in class vrml.field.MFVec3f
-
Set a specified element in the field.
- setDescription(String) - Method in class vrml.Browser
-
Sets the passed string as the current description
- setValue(boolean[]) - Method in class vrml.field.MFBool
-
Set the value of the field.
- setValue(int, boolean[]) - Method in class vrml.field.MFBool
-
Set the value of the field.
- setValue(MFBool) - Method in class vrml.field.MFBool
-
Set the value of the field.
- setValue(ConstMFBool) - Method in class vrml.field.MFBool
-
Set the value of the field.
- setValue(float[][]) - Method in class vrml.field.MFColor
-
Set the value of an MFColor field.
- setValue(float[]) - Method in class vrml.field.MFColor
-
Set the value of an MFColor field.
- setValue(int, float[]) - Method in class vrml.field.MFColor
-
Set the value of an MFColor field.
- setValue(MFColor) - Method in class vrml.field.MFColor
-
Set the value of an MFColor field.
- setValue(ConstMFColor) - Method in class vrml.field.MFColor
-
Set the value of an MFColor field.
- setValue(double[]) - Method in class vrml.field.MFDouble
-
Set the value of the field.
- setValue(int, double[]) - Method in class vrml.field.MFDouble
-
Set the value of the field.
- setValue(MFDouble) - Method in class vrml.field.MFDouble
-
Set the value of the field.
- setValue(ConstMFDouble) - Method in class vrml.field.MFDouble
-
Set the value of the field.
- setValue(float[]) - Method in class vrml.field.MFFloat
-
Set the value of the field.
- setValue(int, float[]) - Method in class vrml.field.MFFloat
-
Set the value of the field.
- setValue(MFFloat) - Method in class vrml.field.MFFloat
-
Set the value of the field.
- setValue(ConstMFFloat) - Method in class vrml.field.MFFloat
-
Set the value of the field.
- setValue(int[]) - Method in class vrml.field.MFInt32
-
Set the value of the field.
- setValue(int, int[]) - Method in class vrml.field.MFInt32
-
Set the value of the field.
- setValue(MFInt32) - Method in class vrml.field.MFInt32
-
Set the value of the field.
- setValue(ConstMFInt32) - Method in class vrml.field.MFInt32
-
Set the value of the field.
- setValue(BaseNode[]) - Method in class vrml.field.MFNode
-
Set the value of the field.
- setValue(int, BaseNode[]) - Method in class vrml.field.MFNode
-
Set the value of the field.
- setValue(MFNode) - Method in class vrml.field.MFNode
-
Set the value of the field.
- setValue(ConstMFNode) - Method in class vrml.field.MFNode
-
Set the value of the field.
- setValue(float[][]) - Method in class vrml.field.MFRotation
-
Set the value of the field.
- setValue(float[]) - Method in class vrml.field.MFRotation
-
Set the value of the field.
- setValue(int, float[]) - Method in class vrml.field.MFRotation
-
Set the value of the field.
- setValue(MFRotation) - Method in class vrml.field.MFRotation
-
Set the value of the field.
- setValue(ConstMFRotation) - Method in class vrml.field.MFRotation
-
Set the value of the field.
- setValue(String[]) - Method in class vrml.field.MFString
-
Set the value of the field.
- setValue(int, String[]) - Method in class vrml.field.MFString
-
Set the value of the field.
- setValue(MFString) - Method in class vrml.field.MFString
-
Set the value of the field.
- setValue(ConstMFString) - Method in class vrml.field.MFString
-
Set the value of the field.
- setValue(double[]) - Method in class vrml.field.MFTime
-
Set the value of the field.
- setValue(int, double[]) - Method in class vrml.field.MFTime
-
Set the value of the field.
- setValue(MFTime) - Method in class vrml.field.MFTime
-
Set the value of the field.
- setValue(ConstMFTime) - Method in class vrml.field.MFTime
-
Set the value of the field.
- setValue(double[][]) - Method in class vrml.field.MFVec2d
-
Set the value of the field.
- setValue(double[]) - Method in class vrml.field.MFVec2d
-
Set the value of the field.
- setValue(int, double[]) - Method in class vrml.field.MFVec2d
-
Set the value of the field.
- setValue(MFVec2d) - Method in class vrml.field.MFVec2d
-
Set the value of the field.
- setValue(ConstMFVec2d) - Method in class vrml.field.MFVec2d
-
Set the value of the field.
- setValue(float[][]) - Method in class vrml.field.MFVec2f
-
Set the value of the field.
- setValue(float[]) - Method in class vrml.field.MFVec2f
-
Set the value of the field.
- setValue(int, float[]) - Method in class vrml.field.MFVec2f
-
Set the value of the field.
- setValue(MFVec2f) - Method in class vrml.field.MFVec2f
-
Set the value of the field.
- setValue(ConstMFVec2f) - Method in class vrml.field.MFVec2f
-
Set the value of the field.
- setValue(double[][]) - Method in class vrml.field.MFVec3d
-
Set the value of the field.
- setValue(double[]) - Method in class vrml.field.MFVec3d
-
Set the value of the field.
- setValue(int, double[]) - Method in class vrml.field.MFVec3d
-
Set the value of the field.
- setValue(MFVec3d) - Method in class vrml.field.MFVec3d
-
Set the value of the field.
- setValue(ConstMFVec3d) - Method in class vrml.field.MFVec3d
-
Set the value of the field.
- setValue(float[][]) - Method in class vrml.field.MFVec3f
-
Set the value of the field.
- setValue(float[]) - Method in class vrml.field.MFVec3f
-
Set the value of the field.
- setValue(int, float[]) - Method in class vrml.field.MFVec3f
-
Set the value of the field.
- setValue(MFVec3f) - Method in class vrml.field.MFVec3f
-
Set the value of the field.
- setValue(ConstMFVec3f) - Method in class vrml.field.MFVec3f
-
Set the value of the field.
- setValue(boolean) - Method in class vrml.field.SFBool
-
Set the value of the SFBool field.
- setValue(ConstSFBool) - Method in class vrml.field.SFBool
-
Set the value of the SFBool field.
- setValue(SFBool) - Method in class vrml.field.SFBool
-
Set the value of the SFBool field.
- setValue(float[]) - Method in class vrml.field.SFColor
-
Set the value of an SFColor.
- setValue(float, float, float) - Method in class vrml.field.SFColor
-
Set an SFColor with the given RGB values.
- setValue(ConstSFColor) - Method in class vrml.field.SFColor
-
Set the value of an SFColor using the given SFColor.
- setValue(SFColor) - Method in class vrml.field.SFColor
-
Set the value of an SFColor using the given SFColor.
- setValue(double) - Method in class vrml.field.SFDouble
-
Set the value of the SFDouble field.
- setValue(ConstSFDouble) - Method in class vrml.field.SFDouble
-
Set the value of the SFDouble field.
- setValue(SFDouble) - Method in class vrml.field.SFDouble
-
Set the value of the SFDouble field.
- setValue(float) - Method in class vrml.field.SFFloat
-
Set the value of the SFFloat field.
- setValue(ConstSFFloat) - Method in class vrml.field.SFFloat
-
Set the value of the SFFloat field.
- setValue(SFFloat) - Method in class vrml.field.SFFloat
-
Set the value of the SFFloat field.
- setValue(int, int, int, byte[]) - Method in class vrml.field.SFImage
-
Set the value of an SFImage field.
- setValue(ConstSFImage) - Method in class vrml.field.SFImage
-
Set the value of an SFImage field.
- setValue(SFImage) - Method in class vrml.field.SFImage
-
Set the value of an SFImage field.
- setValue(int) - Method in class vrml.field.SFInt32
-
Set the value of an SFInt32 field.
- setValue(ConstSFInt32) - Method in class vrml.field.SFInt32
-
Set the value of an SFInt32 field.
- setValue(SFInt32) - Method in class vrml.field.SFInt32
-
Set the value of an SFInt32 field.
- setValue(BaseNode) - Method in class vrml.field.SFNode
-
Set the VRML node stored in this SFNode.
- setValue(ConstSFNode) - Method in class vrml.field.SFNode
-
Set the VRML node stored in this SFNode.
- setValue(SFNode) - Method in class vrml.field.SFNode
-
Set the VRML node stored in this SFNode.
- setValue(float[]) - Method in class vrml.field.SFRotation
-
Set the X, Y, Z and angle values of an SFRotation.
- setValue(float, float, float, float) - Method in class vrml.field.SFRotation
-
Set the X, Y, Z and angle values of an SFRotation.
- setValue(ConstSFRotation) - Method in class vrml.field.SFRotation
-
Set the value of an SFRotation.
- setValue(SFRotation) - Method in class vrml.field.SFRotation
-
Set the value of an SFRotation.
- setValue(String) - Method in class vrml.field.SFString
-
Set the value of an SFString field.
- setValue(ConstSFString) - Method in class vrml.field.SFString
-
Set the value of an SFString field using an existing ConstSFString.
- setValue(SFString) - Method in class vrml.field.SFString
-
Set the value of an SFString field using an existing SFString.
- setValue(double) - Method in class vrml.field.SFTime
-
Set the value of an SFTime field.
- setValue(ConstSFTime) - Method in class vrml.field.SFTime
-
Set the value of an SFTime field.
- setValue(SFTime) - Method in class vrml.field.SFTime
-
Set the value of an SFTime field.
- setValue(double[]) - Method in class vrml.field.SFVec2d
-
Set the value of an SFVec2d.
- setValue(double, double) - Method in class vrml.field.SFVec2d
-
Set the value of SFVec2d with the given values.
- setValue(ConstSFVec2d) - Method in class vrml.field.SFVec2d
-
Set the value of an SFVec2d using the given ConstSFVec2d.
- setValue(SFVec2d) - Method in class vrml.field.SFVec2d
-
Set the value of an SFVec2d using the given SFVec2d.
- setValue(float[]) - Method in class vrml.field.SFVec2f
-
Set the value of an SFVec2f.
- setValue(float, float) - Method in class vrml.field.SFVec2f
-
Set the value of SFVec2f with the given values.
- setValue(ConstSFVec2f) - Method in class vrml.field.SFVec2f
-
Set the value of an SFVec2f using the given ConstSFVec2f.
- setValue(SFVec2f) - Method in class vrml.field.SFVec2f
-
Set the value of an SFVec2f using the given SFVec2f.
- setValue(double[]) - Method in class vrml.field.SFVec3d
-
Set the value of an SFVec3d.
- setValue(double, double, double) - Method in class vrml.field.SFVec3d
-
Set the value of SFVec3d with the given values.
- setValue(ConstSFVec3d) - Method in class vrml.field.SFVec3d
-
Set the value of an SFVec3d using the given ConstSFVec3d.
- setValue(SFVec3d) - Method in class vrml.field.SFVec3d
-
Set the value of an SFVec3d using the given SFVec3d.
- setValue(float[]) - Method in class vrml.field.SFVec3f
-
Set the value of an SFVec3f.
- setValue(float, float, float) - Method in class vrml.field.SFVec3f
-
Set the value of SFVec3f with the given values.
- setValue(ConstSFVec3f) - Method in class vrml.field.SFVec3f
-
Set the value of an SFVec3f using the given ConstSFVec3f.
- setValue(SFVec3f) - Method in class vrml.field.SFVec3f
-
Set the value of an SFVec3f using the given SFVec3f.
- SFBool - Class in vrml.field
-
Represents a VRML SFBool field in Java.
- SFBool() - Constructor for class vrml.field.SFBool
-
Default constructor for SFBool fields.
- SFBool(boolean) - Constructor for class vrml.field.SFBool
-
Construct an SFBool field.
- SFColor - Class in vrml.field
-
Represents a VRML SFColor field in Java.
- SFColor() - Constructor for class vrml.field.SFColor
-
Construct an SFColor field with the default values.
- SFColor(float, float, float) - Constructor for class vrml.field.SFColor
-
Construct an SFColor field.
- SFDouble - Class in vrml.field
-
Represents a VRML SFDouble field in Java.
- SFDouble() - Constructor for class vrml.field.SFDouble
-
Default constructor for SFDouble fields.
- SFDouble(double) - Constructor for class vrml.field.SFDouble
-
Construct an SFDouble field.
- SFFloat - Class in vrml.field
-
Represents a VRML SFFloat field in Java.
- SFFloat() - Constructor for class vrml.field.SFFloat
-
Default constructor for SFFloat fields.
- SFFloat(float) - Constructor for class vrml.field.SFFloat
-
Construct an SFFloat field.
- SFImage - Class in vrml.field
-
Represents a VRML SFImage field in Java.
- SFImage() - Constructor for class vrml.field.SFImage
-
Construct a default SFImage field.
- SFImage(int, int, int, byte[]) - Constructor for class vrml.field.SFImage
-
Construct a new SFImage field using the given values.
- SFInt32 - Class in vrml.field
-
Represents a VRML SFInt32 field in Java.
- SFInt32() - Constructor for class vrml.field.SFInt32
-
Construct a default SFInt32 field.
- SFInt32(int) - Constructor for class vrml.field.SFInt32
-
Construct an SFInt32 field.
- SFNode - Class in vrml.field
-
Represents a VRML SFNode field in Java.
- SFNode() - Constructor for class vrml.field.SFNode
-
Construct a default SFNode field.
- SFNode(BaseNode) - Constructor for class vrml.field.SFNode
-
Construct an SFNode field.
- SFRotation - Class in vrml.field
-
Represents a VRML SFRotation field in Java.
- SFRotation() - Constructor for class vrml.field.SFRotation
-
Construct a default SFRotation field.
- SFRotation(float, float, float, float) - Constructor for class vrml.field.SFRotation
-
Construct an SFRotation field.
- SFString - Class in vrml.field
-
Represents a VRML SFString field in Java.
- SFString() - Constructor for class vrml.field.SFString
-
Construct a default SFString field.
- SFString(String) - Constructor for class vrml.field.SFString
-
Construct an SFString field using the given value.
- SFTime - Class in vrml.field
-
Represents a VRML SFTime field in Java.
- SFTime() - Constructor for class vrml.field.SFTime
-
Construct a default SFTime field.
- SFTime(double) - Constructor for class vrml.field.SFTime
-
Construct an SFTime field using the given value.
- SFVec2d - Class in vrml.field
-
Represents a VRML SFVec2d field in Java.
- SFVec2d() - Constructor for class vrml.field.SFVec2d
-
Construct a default SFVec2d field.
- SFVec2d(double, double) - Constructor for class vrml.field.SFVec2d
-
Construct an SFVec2d field.
- SFVec2f - Class in vrml.field
-
Represents a VRML SFVec2f field in Java.
- SFVec2f() - Constructor for class vrml.field.SFVec2f
-
Construct a default SFVec2f field.
- SFVec2f(float, float) - Constructor for class vrml.field.SFVec2f
-
Construct an SFVec2f field.
- SFVec3d - Class in vrml.field
-
Represents a VRML SFVec3d field in Java.
- SFVec3d() - Constructor for class vrml.field.SFVec3d
-
Construct a default SFVec3d field.
- SFVec3d(double, double, double) - Constructor for class vrml.field.SFVec3d
-
Construct anSFVec3d field using the given values.
- SFVec3f - Class in vrml.field
-
Represents a VRML SFVec3f field in Java.
- SFVec3f() - Constructor for class vrml.field.SFVec3f
-
Construct a default SFVec3f field.
- SFVec3f(float, float, float) - Constructor for class vrml.field.SFVec3f
-
Construct anSFVec3f field using the given values.
- shutdown() - Method in class vrml.node.Script
-
Called when the Script node is deleted.