Question: public void drawLine ( Graphics 2 D g 2 d , Node 2 D parent, Color color, int lineWidth ) { GeneralPath path = new
public void drawLineGraphicsD gd NodeD parent, Color color, int lineWidth
GeneralPath path new GeneralPath;
int counter ;
forint i ; i graph.getDataSize; i
double xcl parent.transformXgraphgetDataXi;
double ycl parent.transformYgraphgetDataYi;
ifi
path.moveToxcl ycl;
else path.lineToxcl ycl;
gdsetColorcolor;
gdsetStrokenew BasicStrokelineWidth;
gddrawpath;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
