I want to build an graphical editor that draws and modifies graphs. The GEF-given "Auto-Arrange"-function is kind of too simple and not customizable. Is it possible to get JUNG/Graphviz auto-layouting and/or -arranging functions into my GEF editor?
Is it possible to use JUNG/Graphviz Layout-/Arrange-functions within a GEF / GMF Project?
518 Views Asked by fachexot At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in GRAPHVIZ
- Clickable SVG Images for Website
- Side-by-side binary trees in GraphViz
- Making graphviz trees have parents centred above children
- How to set bend direction for edges with splines="curved" in GraphViz? (using neato)
- Making a clustered graphviz graph look more tree-like
- graphviz cluster's label multiple lines
- Check GraphVIZ installed on windows
- Theano Import error
- How to get graphviz DOT to represent Binary Tree Correctly
- scikit learn decision tree export graphviz - wrong class names in the decision tree
- Graphviz : Ordering node in a cluster
- Can't access GraphViz executables, even after adding GraphViz folder in PATH
- graphviz - multiple links per label
- Getting position of nodes in graphviz
- How can I draw superscript for node in dot language?
Related Questions in JUNG
- Displaying popup messgae in Jung
- Java Application Error Jung Library
- JUNG force directed graph
- JUNG animate image along an edge
- Adding XML attributes to JUNG GraphML
- Scalable and centralized JUNG graph
- Jung graph library: how to search vertices based on vertex property?
- How to change color and stroke of one type of edges
- How to add menu to change the layout of graph using jung
- Visualizing networks in GWT
- Changing shape and position of edges in Jung
- writing JUNG graphs to images: can't reliably render complete graph
- Put a String on the edge of JUNG graph
- How do I assemble filtered graphs in Jung Java API
- JUNG: Saving graph into image file
Related Questions in ECLIPSE-GEF
- GEF : How to programmatically create a connection?
- java.lang.NoClassDefFoundError: org/eclipse/ui/views/properties/IPropertySource
- How to relayout SWT composite container when FigureCanvas is changed?
- How to dispose of an SWT Font set on a Draw2D Label?
- what is the use of Eclipse Modelling Frameowrk and Eclipse Graphical Editing Framework?
- How drop GEF editors figures in the outside world?
- Eclipse plugin - nodes and connection + code generation
- How to achieve the screen using Graphical Editing Framework in eclipse
- How to add/edit Label name in Panel of GEF
- how to create an editable components for GEF Eclipse
- GEF : automatic scrolling during drag and drop
- Direct Edit Confirmation in GEF EditParts
- How to implement dragdetection on Slider without using dragdetect listener?
- Retrieve point of selection in Eclipse GEF
- 'Prevented recursive attempt to activate part' when clicking on a marker
Related Questions in ECLIPSE-GMF
- GEF : How to programmatically create a connection?
- Eclipse Epsilon EMF Eugenia not appearing
- Is it possible to use JUNG/Graphviz Layout-/Arrange-functions within a GEF / GMF Project?
- Is it possible to generate XML file in gef
- Graphical Modelling Framework does not work with Eclipse Indigo
- Generate graphical representation of an XMI file
- Relationship between GEF and GMF?
- Programmatically rearrange diagram
- Using GMF 2d extension classes in GEF
- How to use Xtext(M2M with Xtend) and GMF to create diagramm? (Beginner)
- restrict a project to have only one file type in eclipse
- GMF Model & Table View
- Can't generate Diagram Editor in Eclipse
- Correct way to handle copy/paste from a View into a GraphicalEditor
- How to export some controls of SWT to SVG pic?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Regarding JUNG, there is no problem, but you would have to implement the following code: