Skip to content

Commit

Permalink
preparing layout functionality as incubating feature (issue #34)
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Jul 5, 2016
1 parent f23ba72 commit a29fe49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
import eu.mihosoft.vrl.workflow.Connection;
import eu.mihosoft.vrl.workflow.Connector;
import eu.mihosoft.vrl.workflow.FlowFactory;
import eu.mihosoft.vrl.workflow.LayoutGenerator;
import eu.mihosoft.vrl.workflow.LayoutGeneratorNaive;
import eu.mihosoft.vrl.workflow.LayoutGeneratorSmart;
import eu.mihosoft.vrl.workflow.incubating.LayoutGenerator;
import eu.mihosoft.vrl.workflow.incubating.LayoutGeneratorNaive;
import eu.mihosoft.vrl.workflow.incubating.LayoutGeneratorSmart;
import eu.mihosoft.vrl.workflow.MouseButton;
import eu.mihosoft.vrl.workflow.VFlow;
import eu.mihosoft.vrl.workflow.VFlowModel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

import edu.uci.ics.jung.graph.DirectedGraph;
import eu.mihosoft.vrl.workflow.Connection;
import eu.mihosoft.vrl.workflow.LayoutGeneratorSmart;
import eu.mihosoft.vrl.workflow.incubating.LayoutGeneratorSmart;
import eu.mihosoft.vrl.workflow.VFlow;
import eu.mihosoft.vrl.workflow.VNode;
import javafx.collections.ObservableList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
package eu.mihosoft.vrl.workflow.demo;

import eu.mihosoft.vrl.workflow.LayoutGeneratorNaive;
import eu.mihosoft.vrl.workflow.incubating.LayoutGeneratorNaive;
import eu.mihosoft.vrl.workflow.VFlow;
import eu.mihosoft.vrl.workflow.VNode;
import javafx.collections.ObservableList;
Expand Down

0 comments on commit a29fe49

Please sign in to comment.