Uses of Class
algoanim.properties.SquareProperties

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

Uses of SquareProperties in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type SquareProperties
 Square AnimalScript.newSquare(Node upperLeft, int width, java.lang.String name, DisplayOptions display, SquareProperties sp)
           
 

Uses of SquareProperties in algoanim.primitives
 

Methods in algoanim.primitives that return SquareProperties
 SquareProperties Square.getProperties()
          Returns the properties of this Square.
 

Constructors in algoanim.primitives with parameters of type SquareProperties
Square(SquareGenerator sg, Node upperLeftCorner, int theWidth, java.lang.String name, DisplayOptions display, SquareProperties sp)
          Instantiates the Square and calls the create() method of the associated SquareGenerator.
 

Uses of SquareProperties in algoanim.primitives.generators
 

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