All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.SFBoolProperty

java.lang.Object
   |
   +----improv.event.ImprovObservable
           |
           +----improv.actor.behavior.ImprovProperty
                   |
                   +----improv.actor.behavior.SFBoolProperty

public final class SFBoolProperty
extends ImprovProperty
implements Numeric

Constructor Index

 o SFBoolProperty(String, boolean)
 o SFBoolProperty(String, boolean, PropertyContainer)

Method Index

 o getDoubleValue()
 o getValue()
 o setValue(boolean)

Constructors

 o SFBoolProperty
 public SFBoolProperty(String n,
                       boolean v)
 o SFBoolProperty
 public SFBoolProperty(String n,
                       boolean v,
                       PropertyContainer o)

Methods

 o getValue
 public boolean getValue()
 o setValue
 public void setValue(boolean v)
 o getDoubleValue
 public double getDoubleValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index