|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mutator.StrategyUsage | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of Mutator.StrategyUsage in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as Mutator.StrategyUsage | |
static Mutator.StrategyUsage |
Mutator.MUTATE_AS_GROUP
The constant MUTATE_AS_GROUP signifies that a
Strategy should mutate a collection as a group. |
static Mutator.StrategyUsage |
Mutator.MUTATE_AS_ITEMS
The constant MUTATE_AS_ITEMS signifies that a
Strategy should mutate a collection by acting
on the individual items of the collection. |
| Methods in edu.neu.ccs.gui that return Mutator.StrategyUsage | |
Mutator.StrategyUsage |
PaintableSequence.getMutatorStrategyUsage()
Returns the current mutator strategy usage. |
| Methods in edu.neu.ccs.gui with parameters of type Mutator.StrategyUsage | |
void |
PaintableSequence.setMutatorStrategyUsage(Mutator.StrategyUsage usage)
Set the mutator strategy usage to an allowable setting. |
| Constructors in edu.neu.ccs.gui with parameters of type Mutator.StrategyUsage | |
PaintableSequence(Paintable[] paintables,
Mutator.StrategyUsage usage)
The constructor that sets up the paintable sequence using an initial array of Paintable objects
and the given choice of mutator strategy usage. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||