draw2d
How to center a Label inside a RectangleFigure
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[详细]
2023-04-06 06:53 分类:问答Sending Ajax Request Using JavaScript to JSF
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).[详细]
2023-03-09 06:10 分类:问答TextBox inside eclipse's draw2d figure
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[详细]
2023-02-25 13:54 分类:问答How to create a GEF figure with separate label?
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[详细]
2023-02-16 18:59 分类:问答Creating a PDF from a Draw2D Canvas
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[详细]
2023-01-28 15:18 分类:问答Handle key presses using draw2d and swt
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?[详细]
2023-01-19 01:56 分类:问答Eclipse/SWT: Rectangle taking up entire canvas
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[详细]
2023-01-09 03:10 分类:问答How to build a custom draw2d layoutmanager?
I would like to have a layout manager that can arrange two elements as follows: one main element ABCDEF centered[详细]
2023-01-07 07:53 分类:问答Design suggestion for expression tree evaluation with time-series data
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:[详细]
2022-12-29 18:39 分类:问答How to center Label vertical and horizontal in draw2d Figure?
I have the following situation: Label label = new Label(); label.setText(\"bla\"); RoundedRectangle fig = new RoundedRectangle();[详细]
2022-12-26 21:11 分类:问答