Hi, it is long time ago, so I can hardly remember. In general I'd try this way: create your own prefuse.visual.sort.ItemSorter overwrite its score method to implement custom sorting In your special case, it might be more feasible to directly subclass prefuse.visual.sort.TreeDepthItemSorter The javadoc for the score method in ItemSorter reads: /** * <p>Return an ordering score for an item. The default scoring imparts * the following order: * hover items > highlighted items > items in the * {@link...
Could I please ask for your perspective...? Using the standard prefuse.demos.TreeView example (incl. NodeLinkTreeLayout and CollapsedSubtreeLayout), I was surprised to see that the Nodes are not sorted alphabetically per depth level, see: https://imgur.com/a/DGNLm5A I would expect both the fruit list and the animal list to be sorted alphabetically, which is something I would like to achieve. Trying to understand what happends, I have a few considerations: - I've looked into prefuse.visual.sort.TreeDepthItemSorter,...
How can i use prefuse in Android Application. I want to build an app to visualise various tree and graph data structure algorithms.
hey, i want create a data visualisation for CircleLayout from data like : [ {"name":"info","publication":["pub1","pub2","pub3","pub4"]}...
query.trim() doesn't modify the String Object in KeywordSearchTupleSet.java
Hi Prefusians, Im new in Java.Im using TreeView demo class. What i m looking for...
No, actually its not about tree depth, i just used it as example, i was actually...
Hi, the tree depth is already visualized through the layout, so (maybe) no need to...
Hi, Is it possible that in TreeView example, I may change the font color of the node...
Hey, Bjorn, thanks for your response. Yes DataMountain is what im looking at but...
Hi, I haven't been reading this forum for years, but take a look at DataMountain...
dear all, the problem is resolved when i define itemclicked==2, instead of 1 :) Now...
And people here is my xml file, i am unable to define my url value to the attribute,...
Hi, Using the TreeView.java class of prefuse demo project, Im trying to modify one...
Hi, Using the TreeView.java class of prefuse demo project, Im trying to modify one...
Hey, my problem is almost the same as yours, did you find a workaround for the issue?...
Hi, Using the TreeMap.java class of prefuse demo project, Im trying to modify one...
Hi, I wand to migrate prefuse to Android. I personaly do not have not much previous...
Hello, I consider myself a beginner-intermediate programmer and I recently picked...
Hello, I'm new with th prefuse toolkit, but I would like to create a large radial...
I'm trying to add a plugin to an existing application which displays a graph that...
Hi, I wand to migrate prefuse to Android. I personaly do not have not much previous...
Hi, if I remember right, some initial values for X/Y coordinates are zero, so they...
When adding a node to a force directed layout, how can I get the node to appear at...
Hi guys, Unfortunately, I'm trying to follow the standard tutorial at http://flare.prefuse.org/tutorial,...
I have a custom TreeLayout (extending prefuse.action.layout.graph.TreeLayout) in...
Hi, searching for some combinations of visible, visiblity, edge, filter I found this...
Hi there, I have hidden some nodes using the VisibilityFilter and now I have edges...
<table class="container" style="border-spacing: 0; border-collapse: collapse; vertical-align:...
these is My program package applet; import java.awt.Color; import java.awt.Dimension;...
<table align="center" bgcolor="#e8e8e8" border="0" cellpadding="0" cellspacing="0"...
these is My program package applet; import java.awt.Color; import java.awt.Dimension;...
<table class="container" style="border-spacing: 0; border-collapse: collapse; vertical-align:...
Best you create a datafield "arrowtype" on your edge table. Then the e.setString("arrowtype",...
<table align="center" bgcolor="#e8e8e8" border="0" cellpadding="0" cellspacing="0"...
Did you create your graph object with directed set to true? Or is this set in your...
could you help me? please give me a example.i really need to know how to build this...
Hi, I use prefuse to visualise (directed) graphs. In my visualisations I want to...
Hi, How can I put directed edges in the RadialView Graph. I only can do this in the...
where i give the path of external file in TreeMap.as and can anyone give the example...
How i convert the prefuse into flare or how i use the prefuse code which are in java...