Uses of Class
com.flagstone.transform.action.NewFunction2.Optimization

Packages that use NewFunction2.Optimization
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 NewFunction2.Optimization in com.flagstone.transform.action
 

Methods in com.flagstone.transform.action that return NewFunction2.Optimization
static NewFunction2.Optimization NewFunction2.Optimization.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NewFunction2.Optimization[] NewFunction2.Optimization.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.action that return types with arguments of type NewFunction2.Optimization
 Set<NewFunction2.Optimization> NewFunction2.getOptimizations()
          Get the list of Optimizations that will be used.
 

Methods in com.flagstone.transform.action with parameters of type NewFunction2.Optimization
 NewFunction2.Builder NewFunction2.Builder.optimize(NewFunction2.Optimization opt)
          Add an Optimization to be used by the function.
 

Constructor parameters in com.flagstone.transform.action with type arguments of type NewFunction2.Optimization
NewFunction2(String aString, int count, Set<NewFunction2.Optimization> opts, Map<String,Integer> map, List<Action> list)
          Creates a NewFunction2 with the specified name, argument names and actions to be executed.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.