j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class MFString

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.MField
          extended by org.jdesktop.j3d.loaders.vrml97.impl.MFString

public class MFString
extends MField

Description of the Class


Field Summary
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
constField, fieldType
 
Constructor Summary
MFString()
          Constructor for the MFString object
MFString(int size, String[] s)
          Constructor for the MFString object
MFString(String[] s)
          Constructor for the MFString object
 
Method Summary
 void clear()
          Description of the Method
 Object clone()
          Description of the Method
 ConstField constify()
          Description of the Method
 void delete(int i)
          Description of the Method
 String get1Value(int index)
          Description of the Method
 int getSize()
          Gets the size attribute of the MFString object
 void getValue(String[] values)
          Gets the value attribute of the MFString object
 void setValue(ConstMFString field)
          Sets the value attribute of the MFString object
 void setValue(MFString field)
          Sets the value attribute of the MFString object
 void setValue(String[] s)
          Sets the value attribute of the MFString object
 String toString()
          Description of the Method
 void update(Field field)
          Description of the Method
 Field wrap()
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
baseName, markWriteable, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MFString

public MFString()
Constructor for the MFString object


MFString

public MFString(String[] s)
Constructor for the MFString object

Parameters:
s - Description of the Parameter

MFString

public MFString(int size,
                String[] s)
Constructor for the MFString object

Parameters:
size - Description of the Parameter
s - Description of the Parameter
Method Detail

setValue

public void setValue(String[] s)
Sets the value attribute of the MFString object

Parameters:
s - The new value value

setValue

public void setValue(MFString field)
Sets the value attribute of the MFString object

Parameters:
field - The new value value

setValue

public void setValue(ConstMFString field)
Sets the value attribute of the MFString object

Parameters:
field - The new value value

getValue

public void getValue(String[] values)
Gets the value attribute of the MFString object

Parameters:
values - Description of the Parameter

get1Value

public String get1Value(int index)
Description of the Method

Parameters:
index - Description of the Parameter
Returns:
Description of the Return Value

update

public void update(Field field)
Description of the Method

Parameters:
field - Description of the Parameter

constify

public ConstField constify()
Description of the Method

Returns:
Description of the Return Value

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

getSize

public int getSize()
Gets the size attribute of the MFString object

Specified by:
getSize in class MField
Returns:
The size value

clear

public void clear()
Description of the Method

Specified by:
clear in class MField

delete

public void delete(int i)
Description of the Method

Specified by:
delete in class MField
Parameters:
i - Description of the Parameter

wrap

public Field wrap()
Description of the Method

Specified by:
wrap in class Field
Returns:
Description of the Return Value

toString

public String toString()
Description of the Method

Overrides:
toString in class Object
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..