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

Method draw2DRing

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

指定参数绘制平面环 @param g 图形设备 @param bigBounds 外环边界 @param smallBounds 内环边界 @param start 起始角度 @param extent 角度范围 @param borderColor 边框颜色 @param borderStyle 边框风格 @param borderWeight 边框粗度 @param transparent 透明度 @param fillColor 填充颜色 @return 对应环弧的形状

(Graphics2D g, Rectangle2D bigBounds,
			Rectangle2D smallBounds, double start, double extent,
			Color borderColor, int borderStyle, float borderWeight,
			float transparent, ChartColor fillColor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

drawPolarPoint2Method · 0.95
drawDataMethod · 0.95
drawStackedDataMethod · 0.95

Calls 15

isDazzleMethod · 0.95
getDazzelColorMethod · 0.95
getColor1Method · 0.95
getF1Method · 0.95
getF2Method · 0.95
setPaintMethod · 0.95
fillPaintMethod · 0.95
setStrokeMethod · 0.95
subtractMethod · 0.80
getEndPointMethod · 0.80
getStartPointMethod · 0.80
getWidthMethod · 0.65

Tested by

no test coverage detected