Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Draw RenderedImage

I want to draw an RenderedImage (obtained from udig's map) in a SWT shell. I have tried differents possibilties:
 
1) with GC, but this object doesn't have any method to draw RenderedImage (only Image).
2) with SWTGraphics, It doesn't work.
3) with Graphics2D, I don't know how to use.
 
anybody has an idea how I can achieve?
 
Thanks in advance

Back to the top