|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArrayProperties | |
|---|---|
| algoanim.animalscript | This package contains the generator back-end for AnimalScript. |
| algoanim.primitives | |
| algoanim.primitives.generators | |
| Uses of ArrayProperties in algoanim.animalscript |
|---|
| Methods in algoanim.animalscript with parameters of type ArrayProperties | |
|---|---|
DoubleArray |
AnimalScript.newDoubleArray(Node upperLeft,
double[] data,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
|
IntArray |
AnimalScript.newIntArray(Node upperLeft,
int[] data,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
|
StringArray |
AnimalScript.newStringArray(Node upperLeft,
java.lang.String[] data,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties sap)
|
| Uses of ArrayProperties in algoanim.primitives |
|---|
| Methods in algoanim.primitives that return ArrayProperties | |
|---|---|
ArrayProperties |
StringArray.getProperties()
Returns the properties of this StringArray. |
ArrayProperties |
IntArray.getProperties()
Returns the properties of this array. |
ArrayProperties |
DoubleArray.getProperties()
Returns the properties of this array. |
| Constructors in algoanim.primitives with parameters of type ArrayProperties | |
|---|---|
DoubleArray(DoubleArrayGenerator dag,
Node upperLeftCorner,
double[] arrayData,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
Instantiates the IntArray and calls the create() method
of the associated IntArrayGenerator. |
|
IntArray(IntArrayGenerator iag,
Node upperLeftCorner,
int[] arrayData,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
Instantiates the IntArray and calls the create() method
of the associated IntArrayGenerator. |
|
StringArray(StringArrayGenerator sag,
Node upperLeftCorner,
java.lang.String[] arrayData,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
Instantiates the StringArray and calls the create() method
of the associated StringArrayGenerator. |
|
| Uses of ArrayProperties in algoanim.primitives.generators |
|---|
| Methods in algoanim.primitives.generators with parameters of type ArrayProperties | |
|---|---|
abstract DoubleArray |
Language.newDoubleArray(Node upperLeft,
double[] data,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
Creates a new DoubleArray object. |
abstract IntArray |
Language.newIntArray(Node upperLeft,
int[] data,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties iap)
Creates a new IntArray object. |
abstract StringArray |
Language.newStringArray(Node upperLeft,
java.lang.String[] data,
java.lang.String name,
ArrayDisplayOptions display,
ArrayProperties sap)
Creates a new StringArray object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||