JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.batik.ext.awt.geom
Linear
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 the
java.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.