设置绘图的填充风格 @param g 图形设备 @param x 填充的x坐标 @param y 填充的y坐标 @param width 填充的宽度 @param height 填充的高度 @param cc 定义了填充风格的 填充颜色类 @return 填充设置完成返回true,否则返回false
(Graphics2D g, double x, double y, double width, double height, ChartColor cc)
source not stored for this graph (policy: none)
no test coverage detected