标签: eclipse-gef
我在draw2d中使用RectangleFigure绘制了一个矩形。能够setBackgroundColor,setForegroundColor ....我需要在RectangleFigure中绘制一个图像。
先谢谢。
答案 0 :(得分:2)
从org.eclipse.draw2d.ImageFigure班级扩展您的身材。
org.eclipse.draw2d.ImageFigure
在构造函数中,您可以传递org.eclipse.swt.graphics.Image,它可以传递给超类。
org.eclipse.swt.graphics.Image