MCPcopy Create free account
hub / github.com/SPLWare/esProc / getPath2D

Method getPath2D

src/main/java/com/scudata/chart/Utils.java:1562–1576  ·  view source on GitHub ↗

获取多个坐标点的绘制路径(点比较少时准确,点多且密集时,java有bug,绘制的线错误) 避免使用该方法绘制多条线段 @param points 点坐标 @param closePath 是否封闭路径 @return 绘制路径

(ArrayList<Point2D> points, boolean closePath)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

drawMethod · 0.95
drawStep2Method · 0.95

Calls 4

sizeMethod · 0.65
getMethod · 0.65
getXMethod · 0.45
getYMethod · 0.45

Tested by

no test coverage detected