Class dnx.lr.field.SFTime
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.SFTime
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.field.SFTime
- public class SFTime
- extends Field
-
SFTime()
-
-
SFTime(double)
-
-
alloc()
-
-
alloc(double)
-
-
clear()
-
-
copy(Field)
-
-
copy(SFTime)
-
-
equals(Object)
-
-
equals(SFTime)
-
-
free()
-
-
getValue()
-
-
readInternal(ReadAction)
- Implementation of read().
-
setValue(double)
-
-
toString()
-
SFTime
public SFTime(double time)
SFTime
public SFTime()
alloc
public static SFTime alloc(double time)
alloc
public static SFTime alloc()
free
public void free()
- Overrides:
- free in class Field
clear
public void clear()
readInternal
protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
- Implementation of read().
- Overrides:
- readInternal in class Field
setValue
public synchronized void setValue(double time)
copy
public synchronized void copy(SFTime f)
copy
public synchronized void copy(Field f)
- Overrides:
- copy in class Field
getValue
public double getValue()
equals
public boolean equals(SFTime f)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Field
All Packages Class Hierarchy This Package Previous Next Index