Class dnx.lr.field.SFFloat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.field.SFFloat

java.lang.Object
   |
   +----dnx.util.DNXObject
           |
           +----dnx.lr.Field
                   |
                   +----dnx.lr.field.SFFloat

public class SFFloat
extends Field

Constructor Index

 o SFFloat()
 o SFFloat(float)

Method Index

 o alloc()
 o alloc(float)
 o clear()
 o copy(Field)
 o copy(SFFloat)
 o equals(Object)
 o equals(SFFloat)
 o free()
 o getValue()
 o readInternal(ReadAction)
Implementation of read().
 o setValue(float)
 o toString()

Constructors

 o SFFloat
  public SFFloat(float x)
 o SFFloat
  public SFFloat()

Methods

 o alloc
  public static SFFloat alloc(float x)
 o alloc
  public static SFFloat alloc()
 o free
  public void free()
Overrides:
free in class Field
 o clear
  public void clear()
 o readInternal
  protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
Implementation of read().
Overrides:
readInternal in class Field
 o setValue
  public synchronized void setValue(float x)
 o copy
  public synchronized void copy(SFFloat f)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public float getValue()
 o equals
  public boolean equals(SFFloat f)
 o equals
  public boolean equals(Object o)
Overrides:
equals in class Object
 o toString
  public String toString()
Overrides:
toString in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index