Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

vrml.external.field
Class EventOutMField  view EventOutMField download EventOutMField.java

java.lang.Object
  extended byvrml.external.field.EventOut
      extended byvrml.external.field.EventOutMField
Direct Known Subclasses:
EventOutMFColor, EventOutMFFloat, EventOutMFInt32, EventOutMFNode, EventOutMFRotation, EventOutMFString, EventOutMFTime, EventOutMFVec2f, EventOutMFVec3f

public class EventOutMField
extends EventOut

VRML eventOut base class for MF field values. Class provides a size method that determines the number of items available in this array of values. Normally used in conjunction with the get1Value() method of the MF field classes so that exceptions are not generated. It is possible, although not recommended, that the size of the arrays returned by the get methods may be larger than the actual amount of data that is to be represented. Calling size() beforehand ensures that the correct number of items in the array will be read.


Constructor Summary
EventOutMField()
           
 
Method Summary
 int size()
           
 
Methods inherited from class vrml.external.field.EventOut
advise, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventOutMField

public EventOutMField()
Method Detail

size

public int size()