| Package | Description |
|---|---|
| org.apache.batik.anim | |
| org.apache.batik.ext.awt.geom |
Contains extensions to the
java.awt.geom package. |
| Modifier and Type | Field | Description |
|---|---|---|
protected Cubic[] |
InterpolatingAnimation.keySplineCubics |
Cubics built from the bezier control points in
InterpolatingAnimation.keySplines. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Cubic.subdivide(double t,
Cubic c0,
Cubic c1) |
Subdivides this Cubic curve into two curves at given t.
|
void |
Cubic.subdivide(Cubic c0,
Cubic c1) |
Subdivides this Cubic curve into two curves at t = 0.5.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.