Dear all,

I have a background thread listening on a servlet, when the stock data
changes, the servlet will response to the applet so the applet can get the
new data. After the data received, I want to update the graph.
For example, currently the price is $10.00 and the time is 10:00:00am, at
10:01:00am, the price is $11.00, then I want to draw a extra line from
(10:00:00am, $10.00) to (10:01:00am, $11.00).

Thank you very much.

Regards,
Timmy

-----Original Message-----
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of Timmy Tong
Sent: Tuesday, April 03, 2001 10:40 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] LineStripArray Update at run time


Dear all,

I am now plotting a 3d graph based on some stock data. I use a
LineStripArray to draw the line. How can I update the line at run time when
some new data arrive?

Thank you very much.

Regards,
Timmy

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to