public interface QuadSegmentConsumer
java.awt.geom.QuadCurve2D segments resulted from
subdivisions (see
BezierUtils.adaptiveHalving(QuadCurve2D, QuadSubdivisionCriterion, QuadSegmentConsumer))
or approximations (see FIXME TBD).| Modifier and Type | Method and Description |
|---|---|
void |
processSegment(QuadCurve2D segment,
double startT,
double endT)
The caller passes to the consumer a new segment to be processed.
|
void processSegment(QuadCurve2D segment, double startT, double endT)
segment - the quad segmentstartT - the value for parameter to which the segment's start corresponds
on the original curve.endT - the value for parameter to which the segment's finish end corresponds
on the original curve.Copyright © 2016. All rights reserved.