|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EllipseSeg | |
|---|---|
| algoanim.animalscript | This package contains the generator back-end for AnimalScript. |
| algoanim.primitives.generators | |
| Uses of EllipseSeg in algoanim.animalscript |
|---|
| Methods in algoanim.animalscript that return EllipseSeg | |
|---|---|
EllipseSeg |
AnimalScript.newEllipseSeg(Node center,
Node radius,
java.lang.String name,
DisplayOptions display,
EllipseSegProperties cp)
|
| Methods in algoanim.animalscript with parameters of type EllipseSeg | |
|---|---|
void |
AnimalEllipseSegGenerator.create(EllipseSeg aseg)
#create(animalscriptapi.primitives.EllipseSeg) |
| Uses of EllipseSeg in algoanim.primitives.generators |
|---|
| Methods in algoanim.primitives.generators that return EllipseSeg | |
|---|---|
EllipseSeg |
Language.newEllipseSeg(Node center,
Node radius,
java.lang.String name,
DisplayOptions display)
Creates a new EllipseSeg object. |
abstract EllipseSeg |
Language.newEllipseSeg(Node center,
Node radius,
java.lang.String name,
DisplayOptions display,
EllipseSegProperties cp)
Creates a new EllipseSeg object. |
| Methods in algoanim.primitives.generators with parameters of type EllipseSeg | |
|---|---|
void |
EllipseSegGenerator.create(EllipseSeg cs)
Creates the originating script code for a given EllipseSeg, due to the fact that before a primitive can
be worked with it has to be defined and made known to the script
language. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||