Uses of Class
algoanim.primitives.Polyline

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

Uses of Polyline in algoanim.animalscript
 

Methods in algoanim.animalscript that return Polyline
 Polyline AnimalScript.newPolyline(Node[] vertices, java.lang.String name, DisplayOptions display, PolylineProperties pp)
           
 

Methods in algoanim.animalscript with parameters of type Polyline
 void AnimalPolylineGenerator.create(Polyline poly)
           
 

Uses of Polyline in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators that return Polyline
 Polyline Language.newPolyline(Node[] vertices, java.lang.String name, DisplayOptions display)
          Creates a new Polyline object.
abstract  Polyline Language.newPolyline(Node[] vertices, java.lang.String name, DisplayOptions display, PolylineProperties pp)
          Creates a new Polyline object.
 

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