MandelbrotWidget
Draw a fractal using HTML5 canvas
The mandelbrot set is computed in the server, and the bitmap is then transferred to the browser for rendering.
Sample code
// Iteration amount is adjusted dynamically as a function of the zoom level Mandelbrot fractal = new Mandelbrot(application); fractal.setWidth("640px"); fractal.setHeight("480px"); fractal.setZoom(2); fractal.setCx(-0.55); fractal.setCy(0);
Links
Compatibility
1.0 | 1.0.1 | |
---|---|---|
(24.4) | ||
(24.3) | ||
(24.2) | ||
(24.1) | ||
(24) | ||
(23) | ||
(22) | ||
(21) | ||
(20) | ||
(19) | ||
(18) | ||
(17) | ||
(16) | ||
(15) | ||
(14) | ||
(13) | ||
(12) | ||
(11) | ||
(10) | ||
(8.21) | ||
(8.20) | ||
(8.19) | ||
(8.18) | ||
(8.17) | ||
(8.16) | ||
(8.15) | ||
(8.14) | ||
(8.13) | ||
(8.12) | ||
(8.11) | ||
(8.10) | ||
(8.9) | ||
(8.8) | ||
(8.7) | ||
(8.6) | ||
(8.5) | ||
(8.4) | ||
(8.3) | ||
(8.2) | ||
(8.1) | ||
(8.0) | ||
(7.7) | ||
(7.6) | ||
(7.5) | ||
(7.4) | ||
(7.3) | ||
(7.2) | ||
(7.1) | ||
(7.0) | ||
6.2-6.8 | Y | Y |
-6.7 | Y | Y |
-6.6 | Y | Y |
-6.5 | Y | Y |
-6.4 | Y | Y |
-6.3 | Y | Y |
-6.2 | Y | Y |
(6.1) | ||
(6.0) |
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Bug fixes and small tweaks, no functional changes.
- Released
- 2010-07-06
- Maturity
- BETA
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 6.2+
- Browser
- Firefox
- Opera
- Safari
MandelbrotWidget - Vaadin Add-on Directory
Draw a fractal using HTML5 canvasThe mandelbrot set is computed in the server, and the bitmap is then transferred to the browser for rendering.