|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.MField
vrml.field.MFString
public class MFString
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
MFString(MFString init)
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 |
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 |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MFString(MFString init)
init
- Description of the Parameterpublic MFString(String[] s)
s
- Description of the ParameterMethod Detail |
---|
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 void getValue(String[] values)
values
- Description of the Parameterpublic String get1Value(int index)
index
- Description of the Parameter
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |