I\'m a complete newbie with draw2d, i\'m trying to make some examples in order to learn how to use it... I\'m trying to write a Figure which shows a Label with white background, some padding, and an e
Currently, I am working on a web application that uses draw2d library to draw shapes and charts. On the server side I am using Java(JSF).
Is there any way to include a Text开发者_如何学Python Box inside a draw2d figure? (a code example would be nice)Not easily, and if you\'re just using Draw2d without GEF, then I don\'t think it\'s poss
I\'ve been trying to create a Draw2D Figure that consists of two parts - a central resizeable shape, such as a circle or rectangle, and an editable label for the bottom part. An example of this type o
I\'m looking for a way to build a PDF from a Draw2D canvas.I believe I\'ve seen a way to do this from Java2D, but not Draw2D.There are many graphical elements involved (as well as text) so I don\'t th
Every org.eclipse.draw2d.Figureclass has addKeyListener() method. But when key presses not every Figure handle it. What k开发者_StackOverflowind of figure handles key-events?
I am writin开发者_JAVA百科g an Eclipse RCP-based application and am trying to draw a rectangle on top of a ViewPart.However, the rectangle seems to take up the whole screen even when specifiying the b
I would like to have a layout manager that can arrange two elements as follows: one main element ABCDEF centered
I have a (C#) genetic program that uses financial time-series data and it\'s currently working but I want to re-design the architecture to be more robust. My main goals are:
I have the following situation: Label label = new Label(); label.setText(\"bla\"); RoundedRectangle fig = new RoundedRectangle();