Uses of Class
com.datalogics.PDFL.Path
Packages that use Path
-
Uses of Path in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PathModifier and TypeMethodDescriptionPath.clone()Makes a copy of the path.Path.clone(EnumSet<ElementCloneFlags> cloneFlags) Makes a copy of the path.Path.colorConvert(Document document, ColorProfile prof, RenderIntent intent, boolean embed) Applies the specified ICC ColorProfile to the Pathstatic final PathPDFLJNI.Path_clone__SWIG_0(long jarg1, Path jarg1_) static final PathPDFLJNI.Path_clone__SWIG_1(long jarg1, Path jarg1_, int jarg2) static final PathPDFLJNI.Path_colorConvert(long jarg1, Path jarg1_, long jarg2, Document jarg2_, int jarg3, int jarg4, boolean jarg5) Methods in com.datalogics.PDFL with parameters of type PathModifier and TypeMethodDescriptionstatic final voidPDFLJNI.Path_addCurve(long jarg1, Path jarg1_, long jarg2, Point jarg2_, long jarg3, Point jarg3_, long jarg4, Point jarg4_) static final voidPDFLJNI.Path_addCurveV(long jarg1, Path jarg1_, long jarg2, Point jarg2_, long jarg3, Point jarg3_) static final voidPDFLJNI.Path_addCurveY(long jarg1, Path jarg1_, long jarg2, Point jarg2_, long jarg3, Point jarg3_) static final voidPDFLJNI.Path_addLine(long jarg1, Path jarg1_, long jarg2, Point jarg2_) static final voidPDFLJNI.Path_addRect(long jarg1, Path jarg1_, long jarg2, Point jarg2_, double jarg3, double jarg4) static final PathPDFLJNI.Path_clone__SWIG_0(long jarg1, Path jarg1_) static final PathPDFLJNI.Path_clone__SWIG_1(long jarg1, Path jarg1_, int jarg2) static final voidPDFLJNI.Path_closePath(long jarg1, Path jarg1_) static final PathPDFLJNI.Path_colorConvert(long jarg1, Path jarg1_, long jarg2, Document jarg2_, int jarg3, int jarg4, boolean jarg5) static final voidPDFLJNI.Path_DisposeChildren(long jarg1, Path jarg1_) static final GraphicStatePDFLJNI.Path_getGraphicState(long jarg1, Path jarg1_) static final intPDFLJNI.Path_getPaintOp(long jarg1, Path jarg1_) static final longPDFLJNI.Path_getSegments(long jarg1, Path jarg1_) static final voidPDFLJNI.Path_moveTo(long jarg1, Path jarg1_, long jarg2, Point jarg2_) static final voidPDFLJNI.Path_setGraphicState(long jarg1, Path jarg1_, long jarg2, GraphicState jarg2_) static final voidPDFLJNI.Path_setPaintOp(long jarg1, Path jarg1_, int jarg2) static final voidPDFLJNI.Path_setSegments(long jarg1, Path jarg1_, long jarg2, com.datalogics.PDFL.SegmentPtrVector jarg2_)