Skip to content
Snippets Groups Projects
Commit 856ae28b authored by Simon Barner's avatar Simon Barner
Browse files

- Rename KAutoLayout to KielerAutoLayouter

refs 2898
parent 800acd9b
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ import org.fortiss.tooling.kernel.ui.extension.data.ContextMenuContextProvider;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: AF30985869E18673EBAA82F3DB6844BA
* @ConQAT.Rating YELLOW Hash: 2EC00DB461A5106CEB42DF8819159504
*/
public class AutoLayoutMenu implements IContextMenuContributor {
......@@ -71,7 +71,7 @@ public class AutoLayoutMenu implements IContextMenuContributor {
/** {@inheritDoc} */
@Override
public void run() {
IAutoLayouter layouter = new KAutoLayout();
IAutoLayouter layouter = new KielerAutoLayouter();
layouter.performAutoLayout(element);
}
}
......
......@@ -76,9 +76,9 @@ import de.cau.cs.kieler.klay.layered.LayeredLayoutProvider;
* @author offtermatt, barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 5D5EB8F50675405C19488E41EE6AB9E1
* @ConQAT.Rating YELLOW Hash: 16F143B594364B7086DDC34B46E25EA6
*/
public class KAutoLayout implements IAutoLayouter {
public class KielerAutoLayouter implements IAutoLayouter {
/** Minimum mode width for layout. */
private static final int NODE_MIN_WIDTH = 150;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment