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.geompackage. -
-
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 voidLinear. subdivide(double t, Linear l0, Linear l1)Subdivides this Cubic curve into two curves.voidLinear. subdivide(Linear l0, Linear l1)Subdivides this Cubic curve into two curves at t = 0.5.
-