[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Using images for nodes

Hello Linda,

Is it possible to use for example a gif-image for a node in GMF? We
You can do it now only by using CustomFigures and writing java code (use ScalableImageFigure as a super-class)

And, we want our nodes to have a fixed size. Even though we set both
Try using Node.setResizeConstraint(Direction.NONE)

-----------------
Alex Shatalin