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

Method draw2DPie

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

按照指定参数绘制一个平面饼图 @param g 图形设备 @param ellipseBounds 饼图或扇形的边界 @param startAngle 扇形的起始角度 @param extentAngle 角度长度范围(比如起始5度,绘制长度45度,表示从5度画到50度的一个扇形) @param borderColor 边框颜色 @param borderStyle 边框风格 @param borderWeight 边框粗度 @param transparent 透明度 @param fillColor 填充颜色 @param dazzelCount 边框炫的厚度

(Graphics2D g, Rectangle2D ellipseBounds,
			double startAngle, double extentAngle, Color borderColor,
			int borderStyle, float borderWeight, float transparent,
			ChartColor fillColor, int dazzelCount)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

drawingMethod · 0.95
drawingMethod · 0.95

Calls 1

draw2DArcMethod · 0.95

Tested by

no test coverage detected