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