prefuse

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.java-forum.org/awt-swing-swt/102389-suche-tagcloud-komponente-fuer-swing.html Zitat: Michael... [...]Unschön ist der Zeilenumbruch mitten im Wort. Eventuell weiß hier jemand einen einfachen Weg der JEditorPane bzw. deren EditorKit das abzugewöhnen.[...] Ich habe Deinen Code getestet und natürlich hat sich bei mir genau das gleiche Probleme gezeigt. Ich habe dann wie ein Irrer im Internet gesucht und nichts gefunden.

Suche TagCloud Komponente für Swing - java-forum.org

http://sourceforge.net/projects/prefuse/forums/forum/343013/topic/3181815 Your nodes table has two columns, one containing the word(s), one containing the number of occurrences (as explained here: http://manyeyes.alphaworks.ibm.com/manyeyes/page/Tag_Cloud.html). Using labelRenderer with the word column as input should do the rendering, no problem. Well, if you need this 1-word vs 2-word option, this would require some minor investigation, maybe two word columns or an array or similar. As sparkle mentioned, you'd have to code your own layout. You can extend the base layout class and overwrite the run method, there you can assign x/y to each node.

the prefuse visualization toolkit: Topic: Create tag cloud with Prefuse

http://cs.marlboro.edu/courses/fall2006/tutorials/information_visualization/TreeML

wikiacademia - fall2006/tutorials/information_visualization/TreeML

The TreeML file format is a for the 2003 InfoVis Conference Contest to represent data trees based on a nested Branch/Leaf model. Unlike GraphML, this is a relatively unofficial file format. Loading the TreeML File TreeML Files are loaded in the same manner as a GraphML File.

prefuse | interactive information visualization toolkit

Prefuse is a set of software tools for creating rich interactive data visualizations. The original prefuse toolkit provides a visualization framework for the Java programming language. The prefuse flare toolkit provides visualization and animation tools for ActionScript and the Adobe Flash Player. http://prefuse.org/
http://de.selfhtml.org/xml/dtd/attribute.htm#mit_identifikationswert Wenn Sie in HTML so etwas notieren wie etwas Text , dann ist das Element, und align ist ein Attribut, das innerhalb des -Elements vorkommen kann. Solche Attribute können Sie in eigenen XML-DTDs für die dort definierten Elementtypen bestimmen. Bei der Definition eines Attributs geben Sie an, welche Wertzuweisungen dabei möglich sein sollen. Beim Erstellen von DTDs müssen Sie überlegen, ob es sinnvoll ist, Daten in Attributen zu speichern oder nicht.

XML / Dokumenttyp-Definitionen (DTDs) / Attribute und Wertzuweisungen

DTDs sind reine Textdateien und können mit normalen Texteditoren erstellt und bearbeitet werden. Es gibt allerdings auch XML-Editoren (siehe Links: XML-Software im Link-Verzeichnis des Online-Angebots von SELFHTML aktuell), die bei der Arbeit unterstützen, indem sie die definierten Datenstrukturen übersichtlich darstellen, z.B. als Baumstruktur. Ungeeignet zur Erstellung von DTDs sind Textverarbeitungsprogramme, die formatierten Text in eigenen Dateiformaten abspeichern.

XML / Dokumenttyp-Definitionen (DTDs) / Bearbeitungsregeln für DTDs

http://de.selfhtml.org/xml/dtd/bearbeitungsregeln.htm#namen
What is GraphML? GraphML is a comprehensive and easy-to-use file format for graphs. It consists of a language core to describe the structural properties of a graph and a flexible extension mechanism to add application-specific data.

The GraphML File Format

http://graphml.graphdrawing.org/