T
- public class BezierList
extends java.lang.Object
Constructor and Description |
---|
BezierList() |
Modifier and Type | Method and Description |
---|---|
int |
add(com.kitfox.svg.animation.Bezier bezier,
double startOpacity,
double endOpacity)
Adds an object to the list and returns the index at which it was inserted.
|
void |
cleanUp()
removes temporary storage
|
com.kitfox.svg.animation.Bezier |
getBezier(int index) |
double |
getEndOpacity(int index) |
int |
getNumberOfBeziers() |
double |
getStartOpacity(int index) |
public int add(com.kitfox.svg.animation.Bezier bezier, double startOpacity, double endOpacity)
bezier
- public com.kitfox.svg.animation.Bezier getBezier(int index)
public double getStartOpacity(int index)
public double getEndOpacity(int index)
public int getNumberOfBeziers()
public void cleanUp()