Class iicm.vrml.pw.SFFloat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.vrml.pw.SFFloat

java.lang.Object
   |
   +----iicm.vrml.pw.Field
           |
           +----iicm.vrml.pw.SFFloat

public class SFFloat
extends Field
SFFloat - Field that holds one float Copyright (c) 1996 IICM

Constructor Index

 o SFFloat(float)

Method Index

 o fieldName()
the field's type name
 o getValue()
 o setValue(float)

Constructors

 o SFFloat
  public SFFloat(float val)

Methods

 o fieldName
  public String fieldName()
the field's type name
Overrides:
fieldName in class Field
 o getValue
  public final float getValue()
 o setValue
  public final void setValue(float val)

All Packages  Class Hierarchy  This Package  Previous  Next  Index