graphstream / gs-core

Graphstream core
http://graphstream-project.org/
Other
398 stars 109 forks source link

Change Y value calculation when autoLayout = true #371

Open desenvolvedor-apanheidoexcel opened 1 year ago

desenvolvedor-apanheidoexcel commented 1 year ago

Where the value of x,y is calculated when autoLayout = true? I need to create a level attribute, which forces the value of y, but I want to keep the x calculated by autoLayout.

I thought about changing at the point that the x,y position is calculated automatically. It would read an attribute and change the value of Y setting to value of attribute. Am I right?

Where can I change the code? I using gs-ui-android and gs-core