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

Method draw2DArc

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

按照指定参数绘制扇形的实现 @param g 图形设备 @param ellipseBounds 饼图或扇形的编辑 @param startAngle 起始角度 @param extentAngle 角度范围 @param borderColor 边框颜色 @param borderStyle 边框风格 @param borderWeight 边框粗度 @param transparent 透明度 @param fillColor 填充颜色 @param dazzelCount 边框炫的厚度 @param arcType 弧的类型,值参考:Arc2D.XXX

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

draw2DPieMethod · 0.95

Calls 12

isDazzleMethod · 0.95
getDazzelColorMethod · 0.95
getColor1Method · 0.95
getSmallerBoundsMethod · 0.95
getDarkMethod · 0.95
getF2Method · 0.95
getF1Method · 0.95
setPaintMethod · 0.95
fillPaintMethod · 0.95
fillMethod · 0.95
setStrokeMethod · 0.95
drawMethod · 0.65

Tested by

no test coverage detected