Skip to content

Commit

Permalink
stuff for best layout search
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed Oct 14, 2024
1 parent 00346fe commit f6e885f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package de.cau.cs.kieler.klighd;

import org.eclipse.elk.core.labels.LabelManagementOptions;
import org.eclipse.elk.core.options.CoreOptions;

import de.cau.cs.kieler.klighd.internal.util.KlighdInternalProperties;
import de.cau.cs.kieler.klighd.microlayout.GridPlacementUtil;
Expand All @@ -37,5 +38,7 @@ public void execute() {
.registerBlacklistedProperty(LabelManagementOptions.LABEL_MANAGER)
.registerBlacklistedProperty(GridPlacementUtil.ESTIMATED_GRID_DATA)
.registerBlacklistedProperty(GridPlacementUtil.CHILD_AREA_POSITION);
// .registerBlacklistedProperty(CoreOptions.TOPDOWN_OPTION_VALUE_MAP);

}
}

0 comments on commit f6e885f

Please sign in to comment.