- To: Rakesh Rathod <rock_java@xxxxxxxxx>
- Subject: Re: Animated Line 2D
- From: Bill Hibbard <billh@xxxxxxxxxxxxx>
- Date: Fri, 27 Jun 2003 07:13:37 -0500 (CDT)
Hi Rakesh, > Flot.Nan solved the problem...but i get flickering text "Please > wait.." in display. How should i get rid of this. The "Please wait ..." messages are appropriate, since you are constantly re-transforming Data into depictions. If you add a small delay to your loop for updating your line it may be less noticeable. Also, you might be able to get rid of it by extending DefaultDisplayRendererJ3D and over-riding the drawCursorStringVector() method. Good luck, Bill
- References:
- Re: Animated Line 2D
- From: Rakesh Rathod
- Re: Animated Line 2D