Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

double x 1 = ( source . latitude - mxMin ) * xPer 1 ; double x 2 = ( destination . latitude - mxMin

double x1=(source.latitude - mxMin)* xPer1;
double x2=(destination.latitude - mxMin)* xPer1;
double y1=(myMax - source.longitude)* yPer1;
double y2=(myMax - destination.longitude)* yPer1;
Line line = new Line(x1,y1,x2,y2); //(x1,y1,x2,y2);
line.setStrokeWidth(8);
line.setFill(Color.YELLOW);
split.getItems().add(line); Why doesn't work ?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Describe how language reflects, builds on, and determines context?

Answered: 1 week ago