Uses of Interface
org.apache.batik.ext.awt.geom.Segment
Packages that use Segment
-
Uses of Segment in org.apache.batik.ext.awt.geom
Classes in org.apache.batik.ext.awt.geom that implement SegmentModifier and TypeClassDescriptionclass
An abstract class for path segments.class
A class representing a cubic path segment.class
A class representing a linear path segment.class
A class representing a quadratic path segment.Methods in org.apache.batik.ext.awt.geom that return SegmentModifier and TypeMethodDescriptionCubic.getSegment
(double t0, double t1) Linear.getSegment
(double t0, double t1) Quadradic.getSegment
(double t0, double t1) Segment.getSegment
(double t0, double t1) Cubic.reverse()
Linear.reverse()
Quadradic.reverse()
AbstractSegment.splitAfter
(double t) Linear.splitAfter
(double t) Segment.splitAfter
(double t) AbstractSegment.splitBefore
(double t) Linear.splitBefore
(double t) Segment.splitBefore
(double t) Methods in org.apache.batik.ext.awt.geom with parameters of type SegmentModifier and TypeMethodDescriptionvoid
void
Subdivides this Cubic curve into two curves at given t.void
Subdivides this Cubic curve into two curves at t = 0.5.void
Subdivides this Linear segment into two segments at given t.void
Subdivides this Linear segment into two segments at t = 0.5.void
Subdivides this Quadradic curve into two curves at t.void
Subdivides this Quadradic curve into two curves at t = 0.5.void
void