|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.MField
org.jdesktop.j3d.loaders.vrml97.impl.MFString
public class MFString
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 |
---|
public MFString()
public MFString(String[] s)
s
- Description of the Parameterpublic MFString(int size, String[] s)
size
- Description of the Parameters
- Description of the ParameterMethod Detail |
---|
public void setValue(String[] s)
s
- The new value valuepublic void setValue(MFString field)
field
- The new value valuepublic void setValue(ConstMFString field)
field
- The new value valuepublic void getValue(String[] values)
values
- Description of the Parameterpublic String get1Value(int index)
index
- Description of the Parameter
public void update(Field field)
field
- Description of the Parameterpublic ConstField constify()
public Object clone()
clone
in class Field
public int getSize()
getSize
in class MField
public void clear()
clear
in class MField
public void delete(int i)
delete
in class MField
i
- Description of the Parameterpublic Field wrap()
wrap
in class Field
public String toString()
toString
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |