开发者

Drawable image in GWT

开发者 https://www.devze.com 2023-01-10 12:16 出处:网络
I need to be able to draw lines on top of an Image in GWT. Anyone knowing about a way t开发者_StackOverflowo do this?

I need to be able to draw lines on top of an Image in GWT. Anyone knowing about a way t开发者_StackOverflowo do this?

BR

Niclas


See the GWTCanvas project part of the GWT Incubator

GWTCanvas

You can draw images and then draw lines over the image on the canvas.


This should do the trick :

Create a simplePanel with height = 0px and the width you want, then assign it a style that say its border are black and have a size of 2px.

0

精彩评论

暂无评论...
验证码 换一张
取 消