Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "19 Images"

m (19. Images. moved to 19 Images)
(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Comparison SWT / RWT|back to table of content]]
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
 
+
===Class ImageData===
+
Not yet implemented.
+
Although we plan to implement the ImageData functionality the RWT developer needs to be aware of the fact that the image manipulation takes place on the server-side.
+
To display an image in the application (browser) it needs to be persistent and accessible by a link to the server.
+
 
+
===Class Image===
+
Image is implemented, but with a different API. The RWT image references only the path to the image.
+
 
+
===Animation===
+
Unlikely, apart from animated GIFs;)
+
 
+
===Loading Images===
+
Not yet implemented.
+

Latest revision as of 06:38, 7 January 2014

This page was obsolete and has been deleted. Please see the history if you need to access the content.

Back to the top