绘制一条直线 @param g 图形设备 @param b 线的起点 @param e 线的终点 @param color 颜色 @param style 线型 @param weight 粗度
(Graphics2D g, Point2D b, Point2D e, Color color, int style, float weight)
source not stored for this graph (policy: none)
no test coverage detected