Uses of Class
org.apache.batik.ext.awt.geom.Cubic
-
Packages that use Cubic Package Description org.apache.batik.anim org.apache.batik.ext.awt.geom Contains extensions to thejava.awt.geom
package. -
-
Uses of Cubic in org.apache.batik.anim
Fields in org.apache.batik.anim declared as Cubic Modifier and Type Field Description protected Cubic[]
InterpolatingAnimation. keySplineCubics
Cubics built from the bezier control points inInterpolatingAnimation.keySplines
. -
Uses of Cubic in org.apache.batik.ext.awt.geom
Methods in org.apache.batik.ext.awt.geom with parameters of type Cubic 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.
-