org.lee.mugen.sprite.cns.type.function
Class Statetypeset

java.lang.Object
  extended by org.lee.mugen.sprite.cns.AbstractCnsFunction
      extended by org.lee.mugen.sprite.cns.eval.function.StateCtrlFunction
          extended by org.lee.mugen.sprite.cns.type.function.Statetypeset
All Implemented Interfaces:
Functionable, Valueable

public class Statetypeset
extends StateCtrlFunction


Field Summary
 
Fields inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction
functionName, paramNameIndexMap, paramNames, valueableParams
 
Constructor Summary
Statetypeset()
           
 
Method Summary
 java.lang.Object getValue(java.lang.String spriteId, Valueable... p)
           
static Valueable[] parse(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class org.lee.mugen.sprite.cns.eval.function.StateCtrlFunction
fillBean, fillBeanChild, getDefaultValues, getValue, getValueFromName, isInterrupt, parseSpecial, parseValue, reset, setInterrupt, toString
 
Methods inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction
addParam, control, copy, getFloatValuable, getFunctionName, getIntValuable, getParamIndex, getParamNames, getStringValuable, isSetterMandatory, setFunctionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Statetypeset

public Statetypeset()
Method Detail

parse

public static Valueable[] parse(java.lang.String name,
                                java.lang.String value)

getValue

public java.lang.Object getValue(java.lang.String spriteId,
                                 Valueable... p)
Specified by:
getValue in interface Valueable
Overrides:
getValue in class StateCtrlFunction