设置绘制直线的风格 @param g Graphics2D @param c Color,为null不设置,表示用当前的颜色 备注:null到底是表示当前画笔颜色还是透明色? @param style 风格 @param weight 粗度 @return boolean 设置成功返回true,否则返回false
(Graphics2D g, Color c, int style, float weight)
source not stored for this graph (policy: none)
no test coverage detected