Uses of Class
algoanim.primitives.Rect

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

Uses of Rect in algoanim.animalscript
 

Methods in algoanim.animalscript that return Rect
 Rect AnimalScript.newRect(Node upperLeft, Node lowerRight, java.lang.String name, DisplayOptions display, RectProperties rp)
           
 

Methods in algoanim.animalscript with parameters of type Rect
 void AnimalRectGenerator.create(Rect arect)
           
 

Uses of Rect in algoanim.primitives.generators
 

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

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