|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntArray | |
|---|---|
| algoanim.animalscript | This package contains the generator back-end for AnimalScript. |
| algoanim.primitives.generators | |
| Uses of IntArray in algoanim.animalscript |
|---|
| Methods in algoanim.animalscript that return IntArray | |
|---|---|
IntArray |
AnimalScript.newIntArray(Node upperLeft,
int[] data,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
|
| Methods in algoanim.animalscript with parameters of type IntArray | |
|---|---|
void |
AnimalIntArrayGenerator.create(IntArray anArray)
|
void |
AnimalIntArrayGenerator.put(IntArray iap,
int where,
int what,
Timing delay,
Timing duration)
|
| Uses of IntArray in algoanim.primitives.generators |
|---|
| Methods in algoanim.primitives.generators that return IntArray | |
|---|---|
IntArray |
Language.newIntArray(Node upperLeft,
int[] data,
java.lang.String name,
ArrayDisplayOptions display)
Creates a new IntArray object. |
abstract IntArray |
Language.newIntArray(Node upperLeft,
int[] data,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
Creates a new IntArray object. |
| Methods in algoanim.primitives.generators with parameters of type IntArray | |
|---|---|
void |
IntArrayGenerator.create(IntArray ia)
Creates the originating script code for a given IntArray,
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 |
IntArrayGenerator.put(IntArray iap,
int where,
int what,
Timing delay,
Timing duration)
Inserts an int at certain position in the given
IntArray. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||