Uses of Class
org.apache.batik.ext.awt.geom.Linear
-
Packages that use Linear Package Description org.apache.batik.ext.awt.geom Contains extensions to thejava.awt.geom
package. -
-
Uses of Linear in org.apache.batik.ext.awt.geom
Methods in org.apache.batik.ext.awt.geom with parameters of type Linear Modifier and Type Method Description void
Linear. subdivide(double t, Linear l0, Linear l1)
Subdivides this Cubic curve into two curves.void
Linear. subdivide(Linear l0, Linear l1)
Subdivides this Cubic curve into two curves at t = 0.5.
-