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.geompackage. -
-
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. keySplineCubicsCubics 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 voidCubic. subdivide(double t, Cubic c0, Cubic c1)Subdivides this Cubic curve into two curves at given t.voidCubic. subdivide(Cubic c0, Cubic c1)Subdivides this Cubic curve into two curves at t = 0.5.
-