Uses of Interface
org.apache.batik.ext.awt.geom.Segment
-
Packages that use Segment Package Description org.apache.batik.ext.awt.geom Contains extensions to thejava.awt.geompackage. -
-
Uses of Segment in org.apache.batik.ext.awt.geom
Classes in org.apache.batik.ext.awt.geom that implement Segment Modifier and Type Class Description classAbstractSegmentAn abstract class for path segments.classCubicA class representing a cubic path segment.classLinearA class representing a linear path segment.classQuadradicA class representing a quadratic path segment.Fields in org.apache.batik.ext.awt.geom declared as Segment Modifier and Type Field Description (package private) Segment[]Segment.SplitResults. above(package private) Segment[]Segment.SplitResults. belowMethods in org.apache.batik.ext.awt.geom that return Segment Modifier and Type Method Description (package private) Segment[]Segment.SplitResults. getAbove()(package private) Segment[]Segment.SplitResults. getBelow()SegmentCubic. getSegment(double t0, double t1)SegmentLinear. getSegment(double t0, double t1)SegmentQuadradic. getSegment(double t0, double t1)SegmentSegment. getSegment(double t0, double t1)SegmentCubic. reverse()SegmentLinear. reverse()SegmentQuadradic. reverse()SegmentAbstractSegment. splitAfter(double t)SegmentLinear. splitAfter(double t)SegmentSegment. splitAfter(double t)SegmentAbstractSegment. splitBefore(double t)SegmentLinear. splitBefore(double t)SegmentSegment. splitBefore(double t)Methods in org.apache.batik.ext.awt.geom with parameters of type Segment Modifier and Type Method Description voidSegmentList. add(Segment s)voidCubic. subdivide(double t, Segment s0, Segment s1)Subdivides this Cubic curve into two curves at given t.voidCubic. subdivide(Segment s0, Segment s1)Subdivides this Cubic curve into two curves at t = 0.5.voidLinear. subdivide(double t, Segment s0, Segment s1)Subdivides this Linear segment into two segments at given t.voidLinear. subdivide(Segment s0, Segment s1)Subdivides this Linear segment into two segments at t = 0.5.voidQuadradic. subdivide(double t, Segment s0, Segment s1)Subdivides this Quadradic curve into two curves at t.voidQuadradic. subdivide(Segment s0, Segment s1)Subdivides this Quadradic curve into two curves at t = 0.5.voidSegment. subdivide(double t, Segment s0, Segment s1)voidSegment. subdivide(Segment s0, Segment s1)Constructors in org.apache.batik.ext.awt.geom with parameters of type Segment Constructor Description SplitResults(Segment[] below, Segment[] above)
-