|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolylineProperties | |
|---|---|
| algoanim.animalscript | This package contains the generator back-end for AnimalScript. |
| algoanim.primitives | |
| algoanim.primitives.generators | |
| Uses of PolylineProperties in algoanim.animalscript |
|---|
| Methods in algoanim.animalscript with parameters of type PolylineProperties | |
|---|---|
Polyline |
AnimalScript.newPolyline(Node[] vertices,
java.lang.String name,
DisplayOptions display,
PolylineProperties pp)
|
| Uses of PolylineProperties in algoanim.primitives |
|---|
| Methods in algoanim.primitives that return PolylineProperties | |
|---|---|
PolylineProperties |
Polyline.getProperties()
Returns the properties of this Polyline. |
| Constructors in algoanim.primitives with parameters of type PolylineProperties | |
|---|---|
Polyline(PolylineGenerator pg,
Node[] theNodes,
java.lang.String name,
DisplayOptions display,
PolylineProperties pp)
Instantiates the Polyline and calls the create() method of
the associated PolylineGenerator. |
|
| Uses of PolylineProperties in algoanim.primitives.generators |
|---|
| Methods in algoanim.primitives.generators with parameters of type PolylineProperties | |
|---|---|
abstract Polyline |
Language.newPolyline(Node[] vertices,
java.lang.String name,
DisplayOptions display,
PolylineProperties pp)
Creates a new Polyline object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||