Uses of Class
algoanim.properties.PointProperties

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

Uses of PointProperties in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type PointProperties
 Point AnimalScript.newPoint(Node coords, java.lang.String name, DisplayOptions display, PointProperties pp)
           
 

Uses of PointProperties in algoanim.examples
 

Fields in algoanim.examples declared as PointProperties
(package private)  PointProperties PointTest.pProps
           
 

Uses of PointProperties in algoanim.primitives
 

Methods in algoanim.primitives that return PointProperties
 PointProperties Point.getProperties()
          Returns the properties of this Point.
 

Constructors in algoanim.primitives with parameters of type PointProperties
Point(PointGenerator pg, Node theCoords, java.lang.String name, DisplayOptions display, PointProperties pp)
          Instantiates the Point and calls the create() method of the associated PointGenerator.
 

Uses of PointProperties in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators with parameters of type PointProperties
abstract  Point Language.newPoint(Node coords, java.lang.String name, DisplayOptions display, PointProperties pp)
          Creates a new Point object.