Tagged Questions

A layout and rendering toolkit for displaying graphics on an SWT Canvas

learn more… | top users | synonyms

2
votes
1answer
33 views

Draw2D GridLayoutAlgorithm with constant node width?

We're integrating Draw2D/GEF into an application, and are encountering an issue with the standard layouts provided. We have a collection (say 100) of elements that need to be displayed in a grid-like ...
2
votes
2answers
215 views

SWT draw2d alpha blending

I'm looking for some method to draw half transparent figures within the draw2d framework. Currently I'm using setAlpha() of org.eclipse.draw2d.Graphics. The problem is that it slows down the whole ...
2
votes
2answers
836 views

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). I can say that 95% of this application is just pure ...
2
votes
1answer
5k views

Eclipse Indigo with Subclipse and draw2d

I've just installed Eclipse Indigo and Subclipse 1.6.17 on RHEL 5.4. I had to deselect the without the Subversion Revision Graph because it requires the draw2d plugin. I am working on a ...
2
votes
1answer
325 views

Custom Layout Manager in Draw2d

All, Can we define a custom Layout Manager in draw2d ? If yes, can anyone please explain the steps for the same? I need to come up with a TableLayout where I can dynamically add rows and columns?
2
votes
2answers
288 views

Handle key presses using swt

I'm want do someStuff() when CTRL-C pressed. I had wrote some code, but it "not enough good". What can I do with it?) //org.eclipse.draw2d.Shape getShape(){....} ...
1
vote
2answers
45 views

Eclipse RCP Draw2d Transparency (setAlpha) makes borders / outline invisible

We are providing users option to make figures drawn on canvas transparent. To achieve this we are using method setAlpha(0). But this makes figure completely invisible. Our requirement is that outline ...
1
vote
1answer
271 views

TextBox inside eclipse's draw2d figure

Is there any way to include a Text Box inside a draw2d figure? (a code example would be nice)
1
vote
2answers
762 views

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 of ...
1
vote
0answers
188 views

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 one "postscript" element XYZ, positioned on the top right corner of the encapsulating ...
1
vote
2answers
318 views

how do I specify a transparent background colour on a draw2d Figure?

I'm writing an eclipse plugin, and I'm layering some simple figures (i.e. view elements) together to create diagrams. A simple component looks like this The drum icon on the right is part of a ...
1
vote
3answers
1k views

Turning on anti-aliasing in SWT

I've called gc.setAntialias(SWT.ON); and it does nothing. According to that method, it should work. The Javadoc states: Sets the receiver's anti-aliasing value to the parameter, which must be ...
0
votes
1answer
17 views

How to implement dragdetection on Slider without using dragdetect listener?

I want to implement a dragdetect on Slider widget. So when user drags the thumb. the drag should be detected. can anyone suggest a workaround with out using the drag detect listener. thanks regards ...
0
votes
1answer
32 views

How to Drag and Resize Polygon in Draw2d of Eclipse org.eclipse.draw2d.Polygon

I am working on Polygon Dragging , also Resizing of Polygon. I can draw rectangle using org.eclipse.draw2d.RectangleFigure and I am able to Drag it, I added MouseMotionListener and MouseListener to ...
0
votes
1answer
15 views

Long press on up/down scroll button of the slider widget should scroll the slider widget thumb continuously

we have used a Slider widget (org.eclipse.swt.widgets.Slider) in our composite (which is inside a plugin) to scroll the FigureCanvas (the canvas's scroll bar has been disabled). This Slider should ...
0
votes
1answer
12 views

Can I get a scrollable tooltip in draw2d?

I want to make the tooltip scrollable in draw2D, just like in Eclipse when you call out the Content Assist window. Can anyone help me? Thank you in advance!
0
votes
0answers
46 views

draw2d polylines are being plotted with different shades of grey

I am trying to plot a draw2d polylineconnection and the line gets plotted properly, but the plotted line doesnt not have the same color through out: some part of the line is grey some parts are dark. ...
0
votes
1answer
54 views

Get the size of a Draw2d Label Figure

if I have a class with a private Label = new Label(""); in it and in some method i write: private void setText(String text) { this.label.setText(text); System.out.println("label size = " + ...
0
votes
1answer
28 views

SWT dynamically plotting large amount of data on a limited canvas by increasing its size from bottom and reducing it from top

There are lots of figures I want to plot on a draw2d figurecanvas.figures consume lot of memory. I want them to be plotted serially on the canvas but couldnt because of the memory issue. Now I want ...
0
votes
1answer
61 views

Eclipse GEF/draw2d Coordinate System Transformation

Can someone please explain to me how coordinate transformations work in draw2d? I have a hierarchical diagram where a figure can contain figures which also contain figures. At first I added internal ...
0
votes
1answer
94 views

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 ...
0
votes
0answers
17 views

What algorithm is used in GMFDirectedGraphLayout and EdgesRouter?

What/which algorithm is used in GMFDirectedGraphLayout, DirectedGraphLayout and EdgesRouter? My current guess is that they use the same algorithm as GraphViz: A Technique for Drawing Directed ...
0
votes
1answer
335 views

GEF/draw2d line routing algorithms

I'm using GEF and Draw2d to create a graph. I have have a 3 level structure I want to show, which means: RootEditPart / Level1EditPart / Level2EditPart / Level3EditPart Where Level2 has multiple ...
0
votes
1answer
147 views

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 ...
0
votes
1answer
180 views

Triangle in draw2d library

I can't understand org.eclipse.draw2d.Triangle's api. There are some fields for manipulation: protected int direction The direction this triangle will face. Possible values are ...
0
votes
2answers
94 views

Handle key presses using draw2d and swt

Every org.eclipse.draw2d.Figure class has addKeyListener() method. But when key presses not every Figure handle it. What kind of figure handles key-events? Thanks.
0
votes
2answers
371 views

Performance of Eclipse GEF/Draw2D for graphs with many nodes

How does drawing large (10.000 nodes) graphs perform when using Eclipse GEF or Draw2D? The nodes can be drawn very simplistic (a circle); no labels and stuff. Is using GEF/Draw2D feasible for this ...
0
votes
1answer
226 views

Eclipse/SWT: Rectangle taking up entire canvas

I am writing 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 bounds. The ...
0
votes
1answer
315 views

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(); fig.add(label); FlowLayout layout = new FlowLayout(); ...
0
votes
2answers
137 views

Placing figure in top-right corner of another

I want child figure (org.eclipse.draw2d.Figure) to be relative to the top-right corner of the parent (I want place some small icon, which will be ImageFigure, to be 12 pixels from top and right ...
0
votes
1answer
306 views

Gallery of GEF/Draw2D figures

I am new to GEF/Draw2D, I've seen some tutorials on the topic, but I am wondering if any of you have seen a gallery of all figures which are shipped together with GEF? So that one can quickly see what ...
0
votes
1answer
279 views

Re-aligning text in Eclipse Draw2D Label

I am building an RCP-based application with Draw2D Labels (Figures with text). When my graphical editor re-sizes the label, the text stays in it's initial position. Is there anyway to have the text ...
0
votes
1answer
548 views

GEF java draw2d Layout that adjusts to the width of the container so that it spans over more lines

I need to show a line/multiline of images in GEF GraphicalViewer, so that it adjusts to the width of the container by spanning over more lines
0
votes
2answers
654 views

How to underline text in draw2d

Is there a simple way to draw underlined text in draw2d without manually drawing a line under the text?
-3
votes
0answers
30 views

Draw2d Java GEF Layer

I am working on project where I have to display various polygons in various layers. Imagine a Z Axis and these polygons will be placed one above another. how to implement this using Freeformlayer? I ...