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

Class iicm.vrml.pw.SFInt32

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

public class SFInt32
extends Field
SFInt32 - Field that holds one int (32 bit) Copyright (c) 1996 IICM

Method Index

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

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index