Uses of Class
org.ofdrw.converter.point.PathPoint

Packages that use PathPoint
Package
Description
 
  • Uses of PathPoint in org.ofdrw.converter.utils

    Methods in org.ofdrw.converter.utils that return types with arguments of type PathPoint
    Modifier and Type
    Method
    Description
    static List<PathPoint>
    PointUtil.calPathPoint(List<PathPoint> abbreviatedPoint)
     
    static List<PathPoint>
    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)
     
    static List<PathPoint>
    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 List<PathPoint>
    PointUtil.convertPathAbbreviatedDatatoPoint(String abbreviatedData)
    解析压缩路径为点坐标
    Method parameters in org.ofdrw.converter.utils with type arguments of type PathPoint
    Modifier and Type
    Method
    Description
    static List<PathPoint>
    PointUtil.calPathPoint(List<PathPoint> abbreviatedPoint)
     
    static List<PathPoint>
    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)
     
    static List<PathPoint>
    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 boolean
    PointUtil.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.