All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jadex.bpmn.editor.gui.layouts.LaneLayout Maven / Gradle / Ivy

There is a newer version: 4.0.267
Show newest version
package jadex.bpmn.editor.gui.layouts;

import com.mxgraph.layout.mxStackLayout;
import com.mxgraph.view.mxGraph;

public class LaneLayout extends mxStackLayout
{
	public LaneLayout(mxGraph graph)
	{
		super(graph, false);
		fill = true;
		resizeParent = true;
		
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy