Uses of Class
org.ofdrw.converter.point.PathPoint
Packages that use PathPoint
-
Uses of PathPoint in org.ofdrw.converter.utils
Methods in org.ofdrw.converter.utils that return types with arguments of type PathPointModifier and TypeMethodDescriptionPointUtil.calPathPoint(List<PathPoint> abbreviatedPoint) PointUtil.calPdfPathPoint(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, List<PathPoint> abbreviatedPoint, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, org.ofdrw.core.basicType.ST_Box compositeObjectBoundary, org.ofdrw.core.basicType.ST_Array compositeObjectCTM, boolean fixOriginToPdf) PointUtil.calPdfPathPoint(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, List<PathPoint> abbreviatedPoint, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, org.ofdrw.core.basicType.ST_Box compositeObjectBoundary, org.ofdrw.core.basicType.ST_Array compositeObjectCTM, boolean fixOriginToPdf, double scale) PointUtil.convertPathAbbreviatedDatatoPoint(String abbreviatedData) 解析压缩路径为点坐标Method parameters in org.ofdrw.converter.utils with type arguments of type PathPointModifier and TypeMethodDescriptionPointUtil.calPathPoint(List<PathPoint> abbreviatedPoint) PointUtil.calPdfPathPoint(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, List<PathPoint> abbreviatedPoint, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, org.ofdrw.core.basicType.ST_Box compositeObjectBoundary, org.ofdrw.core.basicType.ST_Array compositeObjectCTM, boolean fixOriginToPdf) PointUtil.calPdfPathPoint(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, List<PathPoint> abbreviatedPoint, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, org.ofdrw.core.basicType.ST_Box compositeObjectBoundary, org.ofdrw.core.basicType.ST_Array compositeObjectCTM, boolean fixOriginToPdf, double scale) static booleanPointUtil.isLegacyAbsolutePath(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, List<PathPoint> points, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm) Detects the absolute 300 DPI path coordinates used by pre-standard Foxit OFD files.