JavaFXSmartGraph icon indicating copy to clipboard operation
JavaFXSmartGraph copied to clipboard

Generic (Java FX) Graph Visualization Library

Results 18 JavaFXSmartGraph issues
Sort by recently updated
recently updated
newest added

Using this project as a gradle sub-module would be a very useful feature. To add support for that a build.gradle file needs to be added, and the resources need to...

In the PR the build.gradle file is added The way resources are loaded is compatible with source and binary builds from gradle. Eclipse project files are ignored

Edge arrow - Change from Path to Region so that it shape can be changed from style -fx-shape Self loop edges - Can display multiple self loops Class structure -...

Hello, thank you very much for making this available, it is really useful. I'm using it in a Maven project, and it would be very convenient to have it available...

enhancement

Hi, Are you planning to implement a way to create new shapes in the graph like boxes or ellipses ?

Hi, In my project, when i double click on a vertex, i want to display only vertices that are adjacents to the one a clicked on, and after i want...

Here is my code: ``` var e = this.viewGraph.getStylableEdge(edge); var line = (SmartGraphEdgeLine) e; var arrow = line.getAttachedArrow(); line.attachArrow(arrow); ``` When i attach the current arrow, the arrows are missed...

I see , that i can use css for change color, or label font. But it will be more better to use different shapes for different types of vertices. Is...

Hello! Can I set an icon to the Vertex? ```css I tried using "-fx-background-image: url("./town.png)" ``` But it was not successful. What are some options to achieve my goal?

Makes it work with modern (OK, Java 11+) configurations. I hit some javadoc errors with the upgrade, so bumped the plugin for that too.