Uses of Class
algoanim.primitives.ArrayPrimitive

Packages that use ArrayPrimitive
algoanim.animalscript This package contains the generator back-end for AnimalScript
algoanim.primitives   
algoanim.primitives.generators   
 

Uses of ArrayPrimitive in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type ArrayPrimitive
protected  void AnimalArrayGenerator.createEntry(ArrayPrimitive array, java.lang.String keyword, int from, int to, Timing offset, Timing duration)
           
protected  void AnimalArrayGenerator.createEntry(ArrayPrimitive array, java.lang.String keyword, int position, Timing offset, Timing duration)
           
 void AnimalArrayGenerator.highlightCell(ArrayPrimitive ia, int from, int to, Timing offset, Timing duration)
           
 void AnimalArrayGenerator.highlightCell(ArrayPrimitive ia, int position, Timing offset, Timing duration)
           
 void AnimalArrayGenerator.highlightElem(ArrayPrimitive ia, int from, int to, Timing offset, Timing duration)
           
 void AnimalArrayGenerator.highlightElem(ArrayPrimitive ia, int position, Timing offset, Timing duration)
           
 ArrayMarker AnimalScript.newArrayMarker(ArrayPrimitive a, int index, java.lang.String name, DisplayOptions display, ArrayMarkerProperties ap)
           
 void AnimalArrayGenerator.swap(ArrayPrimitive iap, int what, int with, Timing delay, Timing duration)
           
 void AnimalArrayGenerator.unhighlightCell(ArrayPrimitive ia, int from, int to, Timing offset, Timing duration)
           
 void AnimalArrayGenerator.unhighlightCell(ArrayPrimitive ia, int position, Timing offset, Timing duration)
           
 void AnimalArrayGenerator.unhighlightElem(ArrayPrimitive ia, int from, int to, Timing offset, Timing duration)
           
 void AnimalArrayGenerator.unhighlightElem(ArrayPrimitive ia, int position, Timing offset, Timing duration)
           
 

Uses of ArrayPrimitive in algoanim.primitives
 

Subclasses of ArrayPrimitive in algoanim.primitives
 class DoubleArray
          IntArray manages an internal array.
 class IntArray
          IntArray manages an internal array.
 class StringArray
           
 

Methods in algoanim.primitives that return ArrayPrimitive
 ArrayPrimitive ArrayMarker.getArray()
          Returns the associated ArrayPrimitive of this ArrayMarker.
 

Constructors in algoanim.primitives with parameters of type ArrayPrimitive
ArrayMarker(ArrayMarkerGenerator amg, ArrayPrimitive prim, int index, java.lang.String name, DisplayOptions display, ArrayMarkerProperties ap)
          Instantiates the ArrayMarker and calls the create() method of the associated ArrayMarkerGenerator.
 

Uses of ArrayPrimitive in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators with parameters of type ArrayPrimitive
 void GenericArrayGenerator.highlightCell(ArrayPrimitive ia, int from, int to, Timing offset, Timing duration)
          Highlights a range of array cells of an ArrayPrimitive.
 void GenericArrayGenerator.highlightCell(ArrayPrimitive ia, int position, Timing offset, Timing duration)
          Highlights the array cell at a given position after a distinct offset of an ArrayPrimitive.
 void GenericArrayGenerator.highlightElem(ArrayPrimitive ia, int from, int to, Timing offset, Timing duration)
          Highlights a range of array elements of an ArrayPrimitive.
 void GenericArrayGenerator.highlightElem(ArrayPrimitive ia, int position, Timing offset, Timing duration)
          Highlights the array element of an ArrayPrimitive at a given position after a distinct offset.
 ArrayMarker Language.newArrayMarker(ArrayPrimitive a, int index, java.lang.String name, DisplayOptions display)
          Creates a new ArrayMarker object.
abstract  ArrayMarker Language.newArrayMarker(ArrayPrimitive a, int index, java.lang.String name, DisplayOptions display, ArrayMarkerProperties amp)
          Creates a new ArrayMarker object.
 void GenericArrayGenerator.swap(ArrayPrimitive iap, int what, int with, Timing delay, Timing duration)
          Swaps to values in a given ArrayPrimitive.
 void GenericArrayGenerator.unhighlightCell(ArrayPrimitive ia, int from, int to, Timing offset, Timing duration)
          Unhighlights a range of array cells of an ArrayPrimitive.
 void GenericArrayGenerator.unhighlightCell(ArrayPrimitive ia, int position, Timing offset, Timing duration)
          Unhighlights the array cell of an ArrayPrimitive at a given position after a distinct offset.
 void GenericArrayGenerator.unhighlightElem(ArrayPrimitive ia, int from, int to, Timing offset, Timing duration)
          Unhighlights a range of array elements of an ArrayPrimitive.
 void GenericArrayGenerator.unhighlightElem(ArrayPrimitive ia, int position, Timing offset, Timing duration)
          Unhighlights the array element of an ArrayPrimitive at a given position after a distinct offset.