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

Class dnx.lr.field.SFBool

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

public class SFBool
extends Field

Variable Index

 o False
 o True

Constructor Index

 o SFBool()
 o SFBool(boolean)

Method Index

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

Variables

 o True
  public final static SFBool True
 o False
  public final static SFBool False

Constructors

 o SFBool
  public SFBool(boolean b)
 o SFBool
  public SFBool()

Methods

 o alloc
  public static SFBool alloc(boolean b)
 o alloc
  public static SFBool 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(boolean b)
 o copy
  public synchronized void copy(SFBool f)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public boolean getValue()
 o equals
  public boolean equals(SFBool 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