|
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.MFTime
public class MFTime
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
MFTime()
Constructor for the MFTime object |
|
MFTime(double[] time)
Constructor for the MFTime object |
Method Summary | |
---|---|
void |
addValue(ConstSFTime t)
Adds a feature to the Value attribute of the MFTime object |
void |
addValue(double d)
Adds a feature to the Value attribute of the MFTime object |
void |
addValue(SFTime t)
Adds a feature to the Value attribute of the MFTime object |
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 |
double |
get1Value(int index)
Description of the Method |
int |
getSize()
Gets the size attribute of the MFTime object |
void |
getValue(double[] values)
Gets the value attribute of the MFTime object |
void |
insertValue(int index,
ConstSFTime t)
Description of the Method |
void |
insertValue(int index,
double d)
Description of the Method |
void |
insertValue(int index,
SFTime t)
Description of the Method |
void |
set1Value(int index,
ConstSFTime t)
Description of the Method |
void |
set1Value(int index,
double d)
Description of the Method |
void |
set1Value(int index,
SFTime t)
Description of the Method |
void |
setValue(ConstMFTime field)
Sets the value attribute of the MFTime object |
void |
setValue(double[] values)
Sets the value attribute of the MFTime object |
void |
setValue(int size,
double[] values)
Sets the value attribute of the MFTime object |
void |
setValue(MFTime field)
Sets the value attribute of the MFTime object |
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, toString, wait, wait, wait |
Constructor Detail |
---|
public MFTime()
public MFTime(double[] time)
time
- Description of the ParameterMethod Detail |
---|
public void getValue(double[] values)
values
- Description of the Parameterpublic double get1Value(int index)
index
- Description of the Parameter
public void setValue(double[] values)
values
- The new value valuepublic void setValue(int size, double[] values)
size
- The new value valuevalues
- The new value valuepublic void setValue(MFTime field)
field
- The new value valuepublic void setValue(ConstMFTime field)
field
- The new value valuepublic void set1Value(int index, double d)
index
- Description of the Parameterd
- Description of the Parameterpublic void set1Value(int index, ConstSFTime t)
index
- Description of the Parametert
- Description of the Parameterpublic void set1Value(int index, SFTime t)
index
- Description of the Parametert
- Description of the Parameterpublic void addValue(double d)
d
- The feature to be added to the Value attributepublic void addValue(ConstSFTime t)
t
- The feature to be added to the Value attributepublic void addValue(SFTime t)
t
- The feature to be added to the Value attributepublic void insertValue(int index, double d)
index
- Description of the Parameterd
- Description of the Parameterpublic void insertValue(int index, SFTime t)
index
- Description of the Parametert
- Description of the Parameterpublic void insertValue(int index, ConstSFTime t)
index
- Description of the Parametert
- Description of the Parameterpublic Object clone()
clone
in class Field
public void update(Field field)
field
- Description of the Parameterpublic ConstField constify()
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
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |