All Packages Class Hierarchy This Package Previous Next Index
Class improv.actor.behavior.SFInt32Property
java.lang.Object
|
+----improv.event.ImprovObservable
|
+----improv.actor.behavior.ImprovProperty
|
+----improv.actor.behavior.SFInt32Property
- public final class SFInt32Property
- extends ImprovProperty
- implements Numeric
-
SFInt32Property(String, int)
-
-
SFInt32Property(String, int, PropertyContainer)
-
-
getDoubleValue()
-
-
getValue()
-
-
setValue(int)
-
SFInt32Property
public SFInt32Property(String n,
int v)
SFInt32Property
public SFInt32Property(String n,
int v,
PropertyContainer o)
getValue
public int getValue()
setValue
public void setValue(int v)
getDoubleValue
public double getDoubleValue()
All Packages Class Hierarchy This Package Previous Next Index