Uses of Class
algoanim.primitives.Square

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

Uses of Square in algoanim.animalscript
 

Methods in algoanim.animalscript that return Square
 Square AnimalScript.newSquare(Node upperLeft, int width, java.lang.String name, DisplayOptions display, SquareProperties sp)
           
 

Methods in algoanim.animalscript with parameters of type Square
 void AnimalSquareGenerator.create(Square s)
           
 

Uses of Square in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators that return Square
 Square Language.newSquare(Node upperLeft, int width, java.lang.String name, DisplayOptions display)
          Creates a new Square.
abstract  Square Language.newSquare(Node upperLeft, int width, java.lang.String name, DisplayOptions display, SquareProperties sp)
          Creates a new Square.
 

Methods in algoanim.primitives.generators with parameters of type Square
 void SquareGenerator.create(Square s)
          Creates the originating script code for a given Square, due to the fact that before a primitive can be worked with it has to be defined and made known to the script language.