MCPcopy Index your code
hub / github.com/SPLWare/esProc / drawCartesianPoint2

Method drawCartesianPoint2

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

绘制直角坐标系下一个点的步骤2 @param g 图形设备 @param point 点坐标 @param shape 点的形状,取值参考Consts.PT_XXX @param radiusx x轴上的业务半径计算过后的像素单位,俗称为轴上的业务半径 @param radiusy y轴上的业务半径计算过后的像素单位 @param rw x,y轴上的业务半径都为0时,使用对称的半径像素单位,俗称为业务无关的像素半径 @param style 边框风格 @param weight 边框粗度 @param ccr 填充颜色 @param foreColor 前景色,边框颜色 @param tran

(Graphics2D g, Point2D point,
			int shape, double radiusx, double radiusy, double rw, int style,
			float weight, ChartColor ccr, Color foreColor, float transparent)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

paintIconMethod · 0.95
drawPolarPoint2Method · 0.95
drawIconMethod · 0.95
drawADotMethod · 0.95
outPointsMethod · 0.95
drawPointMethod · 0.95
drawDotMethod · 0.95

Calls 14

drawLine2Method · 0.95
fillPaintMethod · 0.95
newPolygon2DShapeMethod · 0.95
setStrokeMethod · 0.95
getLouKongShapeMethod · 0.95
setPointPaintMethod · 0.95
addMethod · 0.65
isEmptyMethod · 0.65
drawMethod · 0.65
sizeMethod · 0.65
getMethod · 0.65
getXMethod · 0.45

Tested by

no test coverage detected