Uses of Class
algoanim.properties.RectProperties

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

Uses of RectProperties in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type RectProperties
 Rect AnimalScript.newRect(Node upperLeft, Node lowerRight, java.lang.String name, DisplayOptions display, RectProperties rp)
           
 

Uses of RectProperties in algoanim.primitives
 

Methods in algoanim.primitives that return RectProperties
 RectProperties Rect.getProperties()
          Returns the properties of this Rect.
 

Constructors in algoanim.primitives with parameters of type RectProperties
Rect(RectGenerator rg, Node upperLeftCorner, Node lowerRightCorner, java.lang.String name, DisplayOptions display, RectProperties rp)
          Instantiates the Rect and calls the create() method of the associated RectGenerator.
 

Uses of RectProperties in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators with parameters of type RectProperties
abstract  Rect Language.newRect(Node upperLeft, Node lowerRight, java.lang.String name, DisplayOptions display, RectProperties rp)
          Creates a new Rect object.