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

Method drawPolarPoint1

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

绘制极坐标系下一个点的步骤1 @param g 图形设备 @param point 点坐标(极坐标) @param shape 点的形状,取值参考Consts.PT_XXX @param radiusR 极轴上的业务半径计算过后的像素单位,俗称为轴上的业务半径 @param radiusA 角轴上的业务半径 @param rw 没有指定坐标值业务半径时,使用对称的像素半径rw,无业务半径时使用的对称半径 极坐标下无业务半径时,点绘制同直角坐标系。 @param style 边框风格 @param weight 边框粗度 @param pc 极坐标系 @param transparen

(Graphics2D g, Point2D point, int shape,
			double radiusR, double radiusA, double rw, int style, float weight,
			PolarCoor pc, float transparent)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

drawADotMethod · 0.95

Calls 14

drawCartesianPoint1Method · 0.95
getShadeColorMethod · 0.95
setStrokeMethod · 0.95
drawLine1Method · 0.95
getPPoint1ShapeAreaMethod · 0.95
getEllipseBoundsMethod · 0.80
subtractMethod · 0.80
getWidthMethod · 0.65
getHeightMethod · 0.65
drawMethod · 0.65
getScreenPointMethod · 0.65

Tested by

no test coverage detected