|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NewFunction.Builder | |
|---|---|
| com.flagstone.transform.action | The action package contains all the classes used to represent the different actions in a Flash file (currently ActionScript 3 is not supported). |
| Uses of NewFunction.Builder in com.flagstone.transform.action |
|---|
| Methods in com.flagstone.transform.action that return NewFunction.Builder | |
|---|---|
NewFunction.Builder |
NewFunction.Builder.addAction(Action action)
Add an action to the list of actions that will make up the body of the function. |
NewFunction.Builder |
NewFunction.Builder.setArgument(String argName)
Add the name of an argument to the list of arguments that will be passed to the function. |
NewFunction.Builder |
NewFunction.Builder.setName(String aString)
Set the name of the function. |
| Constructors in com.flagstone.transform.action with parameters of type NewFunction.Builder | |
|---|---|
NewFunction(NewFunction.Builder builder)
Creates and initialises a NewFunction object using parameters defined in the Builder. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||