Sender: |
|
Date: |
Wed, 23 Mar 2011 11:58:23 -0400 |
MIME-version: |
1.0 (Apple Message framework v936) |
Reply-To: |
|
Content-type: |
text/plain; charset=ISO-8859-1; format=flowed; delsp=yes |
Subject: |
|
From: |
|
In-Reply-To: |
|
Content-Transfer-Encoding: |
8bit |
Parts/Attachments: |
|
|
Joerg, the interval mechanism completely changed last year -- instead
up updating the Display once every N interations, a user can update it
in any of the following ways:
- once every N interations
- approximately once every T units of simulation time
- approximately once every W units of wall clock time
- every iteration (N=1)
- never unless Java does a forced repaint (like resizing the window)
Thus the setInterval method doesn't make any sense any more. We could
add some set/get methods to handle the stuff above, but it'd depend on
what you needed.
Sean
On Mar 23, 2011, at 11:46 AM, Joerg Hoehne wrote:
> Hi,
> what happened to the setInterval method in Display2D. It has been
> removed in
> the current svn version by enclosing into comments.
>
> Will this method supported in the future or replaced by an other
> method?
>
> Cheers,
> Jörg
|
|
|