-
Unable to connect
Firefox can't establish a connection to the server at flare.prefuse.org.
http://flare.prefuse.org/tutorial
http://flare.prefuse.org/apps/
http://flare.prefuse.org/api/.
2009-12-18 21:11:18 UTC by https://www.google.com/accounts
-
Hi jeff
Is this also how I would add x axis labels? My labels are in an array called _cols. I can't seem to make these the x axis labels. Flare writes labels but they are inconsistent with my data.
2009-12-17 22:30:55 UTC by misterfluff
-
Any luck with that? I need to do the same thing in my application.
2009-12-17 17:02:08 UTC by djels
-
Puh, prefuse-alpha is very old. Beta became current before I even heard of prefuse at all :)
The latest alpha I found is prefuse-alpha-20060526.zip which I got via prefuse.org > download > "prefuse alpha". Have you tried this (imho) official way? The sources contain the files you mentioned...
It does not contain any jar file (but makefiles to build it from the sources it contains) so I...
2009-12-16 17:17:24 UTC by thinkpositiv
-
I am trying to run the small world application using the prefuse beta version.I have imported the files of the edu.berkeley.guir...package as a jar file.But the following cannot be imported as the aplha version downloaded does not contain those files.
import edu.berkeley.prefusex.graph.Graph;
import edu.berkeley.guir.prefuse.ItemRegistry;
import...
2009-12-16 11:42:44 UTC by asarpiy
-
Just open the eclipse window..go to file ->import and browse the prefuse folder to be imported in eclipse.
2009-12-16 11:19:47 UTC by asarpiy
-
Hi all
I browse the forum and I think this is a bounding box problem.
Typically the focus is detected on a wider area than the edge.
I use one version of the MultiEdgeRenderer with QuadCurve2D and CubicCurve2D.
How and where to recompute the bounding box ?
Should I redefine the setBounds method in the renderer or should I do
something during the shape computation ?
Of course I test some...
2009-12-16 10:35:55 UTC by jcroyer
-
Hi,
changing the size didn't work, and the computation of the dimensions of the node was too complicated for me :D. I tried to set the width and the height to constant values (instead of computing them), but then it showed that the GridLayout just wasn't the right layout algorithm to draw a table, because if I varied the number of rows or columns the "cells" would overlap again or there would...
2009-12-16 10:30:30 UTC by mvpyukichan
-
Hi,
the layout just determines the location. In your case the LabelRenderer determines the size, depending on text metric calculations (which is sometimes buggy in java, as I conclude from posts of other users in the past; just as a side-note).
That setting the FILLCOLOR changes the appearance sounds buggy to me :)
I would first try to set a size for all of your items, which is != 1...
2009-12-15 11:22:57 UTC by thinkpositiv
-
Hi, I have the same quesion. In my project, it is a browser/server achitecture; the processing results are shown on browser, say IE or firefox. I wonder if prefuse can be used in the web based scenario. How to do this. Could anyone please provide me some instructions or references on doing this.
2009-12-15 02:46:53 UTC by cy163