绘制直角坐标系下一个点的步骤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 not stored for this graph (policy: none)
no test coverage detected