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

Method drawCartesianPoint1

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

绘制直角坐标系下一个点的步骤1(图元之所以分步骤绘制用以防止背景色覆盖别的前景文字) @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 transparent 透明度 @re

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

drawPolarPoint1Method · 0.95
drawADotMethod · 0.95
outPointsMethod · 0.95
drawPointMethod · 0.95

Calls 5

drawLine1Method · 0.95
getCPoint1ShapeAreaMethod · 0.95
getXMethod · 0.45
getYMethod · 0.45

Tested by

no test coverage detected