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