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 TypeClassDescriptionclassAn abstract class for path segments.classA class representing a cubic path segment.classA class representing a linear path segment.classA class representing a quadratic path segment.Fields in org.apache.batik.ext.awt.geom declared as SegmentModifier and TypeFieldDescription(package private) Segment[]Segment.SplitResults.above(package private) Segment[]Segment.SplitResults.belowMethods in org.apache.batik.ext.awt.geom that return SegmentModifier and TypeMethodDescription(package private) Segment[]Segment.SplitResults.getAbove()(package private) Segment[]Segment.SplitResults.getBelow()Cubic.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 TypeMethodDescriptionvoidvoidSubdivides this Cubic curve into two curves at given t.voidSubdivides this Cubic curve into two curves at t = 0.5.voidSubdivides this Linear segment into two segments at given t.voidSubdivides this Linear segment into two segments at t = 0.5.voidSubdivides this Quadradic curve into two curves at t.voidSubdivides this Quadradic curve into two curves at t = 0.5.voidvoidConstructors in org.apache.batik.ext.awt.geom with parameters of type Segment