Draw and generate an image by connecting pixel points in JAVA

231 views Asked by At

I am very new to this are of java and I have no idea about how can solve fallowing scenario...

I have data set of 500 users. That contains

X and Y coordination with the system time for every 100 ms

I want to connect all pixel points according to system time and generate an image.

How can I do it with JAVA. Could anyone please give me some instructions to solve this problem?

0

There are 0 answers