Uses of Class
algoanim.primitives.Ellipse

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

Uses of Ellipse in algoanim.animalscript
 

Methods in algoanim.animalscript that return Ellipse
 Ellipse AnimalScript.newEllipse(Node center, Node radius, java.lang.String name, DisplayOptions display, EllipseProperties ep)
           
 

Methods in algoanim.animalscript with parameters of type Ellipse
 void AnimalEllipseGenerator.create(Ellipse aellipse)
           
 

Uses of Ellipse in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators that return Ellipse
 Ellipse Language.newEllipse(Node center, Node radius, java.lang.String name, DisplayOptions display)
          Creates a new Ellipse object.
abstract  Ellipse Language.newEllipse(Node center, Node radius, java.lang.String name, DisplayOptions display, EllipseProperties ep)
          Creates a new Ellipse object.
 

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