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)
m
Line 1: Line 1:
[[Comparison SWT / RWT|back to table of content]]
+
[[Comparison SWT / RWT|Back to RWTOverview]]
  
 
===Class ImageData===
 
===Class ImageData===

Revision as of 19:12, 17 January 2007

Back to RWTOverview

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.

Back to the top