|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryContentHandler
Receiver of notifications from the VRML document about node declaration information. All field values are sent as binary bits.
| Method Summary | |
|---|---|
void |
fieldValue(boolean value)
Set the value of the field at the given index as an boolean. |
void |
fieldValue(boolean[] value,
int len)
Set the value of the field at the given index as an array of boolean. |
void |
fieldValue(double value)
Set the value of the field at the given index as an double. |
void |
fieldValue(double[] value,
int len)
Set the value of the field at the given index as an array of doubles. |
void |
fieldValue(float value)
Set the value of the field at the given index as a float. |
void |
fieldValue(float[] value,
int len)
Set the value of the field at the given index as an array of floats. |
void |
fieldValue(int value)
Set the value of the field at the given index as an integer. |
void |
fieldValue(int[] value,
int len)
Set the value of the field at the given index as an array of integers. |
void |
fieldValue(long value)
Set the value of the field at the given index as an long. |
void |
fieldValue(long[] value,
int len)
Set the value of the field at the given index as an array of longs. |
void |
fieldValue(java.lang.String value)
Set the value of the field at the given index as a string. |
void |
fieldValue(java.lang.String[] value,
int len)
Set the value of the field at the given index as an array of strings. |
| Methods inherited from interface org.web3d.vrml.sav.ContentHandler |
|---|
componentDecl, endDocument, endField, endNode, exportDecl, importDecl, metaDecl, profileDecl, setDocumentLocator, startDocument, startField, startNode, useDecl |
| Method Detail |
|---|
void fieldValue(int value)
throws SAVException,
VRMLException
value - The new value to use for the node
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(int[] value,
int len)
throws SAVException,
VRMLException
value - The new value to use for the nodelen - The number of valid entries in the value array
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(boolean value)
throws SAVException,
VRMLException
value - The new value to use for the node
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(boolean[] value,
int len)
throws SAVException,
VRMLException
value - The new value to use for the nodelen - The number of valid entries in the value array
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(float value)
throws SAVException,
VRMLException
value - The new value to use for the node
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(float[] value,
int len)
throws SAVException,
VRMLException
value - The new value to use for the nodelen - The number of valid entries in the value array
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(long value)
throws SAVException,
VRMLException
value - The new value to use for the node
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(long[] value,
int len)
throws SAVException,
VRMLException
value - The new value to use for the nodelen - The number of valid entries in the value array
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(double value)
throws SAVException,
VRMLException
value - The new value to use for the node
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(double[] value,
int len)
throws SAVException,
VRMLException
value - The new value to use for the nodelen - The number of valid entries in the value array
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(java.lang.String value)
throws SAVException,
VRMLException
value - The new value to use for the node
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
void fieldValue(java.lang.String[] value,
int len)
throws SAVException,
VRMLException
value - The new value to use for the nodelen - The number of valid entries in the value array
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException - This call is taken at the wrong time in the
structure of the document.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||