Back to project page daisy_main.
The source code is released under:
GNU General Public License
If you think the Android project daisy_main listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package de.uvwxy.daisy.nodemap.guicontent; /*w w w.j av a 2 s . c o m*/ public class CMBalloon { private static int captureDelay = 10; public static int getCaptureDelay() { return captureDelay; } public static void setCaptureDelay(int i) { captureDelay = i; } }