|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgoanim.primitives.generators.Generator
algoanim.animalscript.AnimalGenerator
algoanim.animalscript.AnimalGroupGenerator
public class AnimalGroupGenerator
GroupGenerator| Field Summary |
|---|
| Fields inherited from class algoanim.primitives.generators.Generator |
|---|
lang |
| Constructor Summary | |
|---|---|
AnimalGroupGenerator(Language aLang)
|
|
| Method Summary | |
|---|---|
void |
create(Group g)
Creates the originating script code for a given Group,
due to the fact that before a primitive can be worked with it has to be
defined and made known to the script language. |
void |
remove(Group g,
Primitive p)
Removes an element from the given Group. |
| Methods inherited from class algoanim.animalscript.AnimalGenerator |
|---|
addBooleanOption, addBooleanSwitch, addColorOption, addColorOption, addFontOption, addFontOption, addIntOption, addWithTiming, changeColor, exchange, hide, makeColorDef, makeColorDef, makeDisplayOptionsDef, makeDisplayOptionsDef, makeDurationTimingDef, makeHiddenDef, makeNodeDef, makeOffsetTimingDef, moveBy, moveTo, moveVia, rotate, rotate, show |
| Methods inherited from class algoanim.primitives.generators.Generator |
|---|
getLanguage, isNameUsed, isValidDirection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface algoanim.primitives.generators.GeneratorInterface |
|---|
changeColor, exchange, getLanguage, hide, moveBy, moveTo, moveVia, rotate, rotate, show |
| Constructor Detail |
|---|
public AnimalGroupGenerator(Language aLang)
aLang - the associated Language object.| Method Detail |
|---|
public void create(Group g)
GroupGeneratorGroup,
due to the fact that before a primitive can be worked with it has to be
defined and made known to the script language.
create in interface GroupGeneratorg - the Group for which the initiate script
code shall be created.#create(algoanim.primitives.Group)
public void remove(Group g,
Primitive p)
GroupGeneratorGroup.
remove in interface GroupGeneratorg - the Group.p - the element to remove.#remove(
algoanim.primitives.Group,
algoanim.primitives.Primitive)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||