Uses of Class
com.datalogics.PDFL.Segment
Packages that use Segment
-
Uses of Segment in com.datalogics.PDFL
Subclasses of Segment in com.datalogics.PDFLModifier and TypeClassDescriptionclassAn operator that completes a vector shape, drawing a line from the first point to the last point.classThe curveto operator is used to draw a Bezier curve.classA curveto operator where the first control point matches the beginning.classA curveto operator where the second control point matches the end point.classA lineto operator, which draws a straight line.classAn operator that creates a path by moving to a new current position.classA rectangle path operator.Methods in com.datalogics.PDFL that return SegmentModifier and TypeMethodDescriptionstatic final SegmentPDFLJNI.SegmentPtrVector_get(long jarg1, com.datalogics.PDFL.SegmentPtrVector jarg1_, int jarg2) Methods in com.datalogics.PDFL that return types with arguments of type SegmentMethods in com.datalogics.PDFL with parameters of type SegmentModifier and TypeMethodDescriptionstatic final voidPDFLJNI.Segment_DisposeChildren(long jarg1, Segment jarg1_) static final StringPDFLJNI.Segment_toString(long jarg1, Segment jarg1_) static final voidPDFLJNI.SegmentPtrVector_add(long jarg1, com.datalogics.PDFL.SegmentPtrVector jarg1_, long jarg2, Segment jarg2_) static final voidPDFLJNI.SegmentPtrVector_set(long jarg1, com.datalogics.PDFL.SegmentPtrVector jarg1_, int jarg2, long jarg3, Segment jarg3_) Method parameters in com.datalogics.PDFL with type arguments of type SegmentModifier and TypeMethodDescriptionvoidPath.setSegments(List<Segment> segments) Set the segments of the path.