com.mxgraph.view
Class mxSwimlaneManager
- java.lang.Object
-
- com.mxgraph.util.mxEventSource
-
- com.mxgraph.view.mxSwimlaneManager
-
public class mxSwimlaneManager extends mxEventSource
Manager for swimlanes and nested swimlanes that sets the size of newly added swimlanes to that of their siblings, and propagates changes to the size of a swimlane to its siblings, if siblings is true, and its ancestors, if bubbling is true.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.mxgraph.util.mxEventSource
mxEventSource.mxIEventListener
-
-
Constructor Summary
Constructors Constructor and Description mxSwimlaneManager(mxGraph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddestroy()mxGraphgetGraph()booleanisAddEnabled()booleanisEnabled()booleanisHorizontal()booleanisResizeEnabled()voidsetAddEnabled(boolean value)voidsetEnabled(boolean value)voidsetGraph(mxGraph graph)voidsetHorizontal(boolean value)voidsetResizeEnabled(boolean value)-
Methods inherited from class com.mxgraph.util.mxEventSource
addListener, fireEvent, fireEvent, getEventSource, isEventsEnabled, removeListener, removeListener, setEventsEnabled, setEventSource
-
-
-
-
Constructor Detail
-
mxSwimlaneManager
public mxSwimlaneManager(mxGraph graph)
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean value)
- Parameters:
value- the enabled to set
-
isHorizontal
public boolean isHorizontal()
- Returns:
- the bubbling
-
setHorizontal
public void setHorizontal(boolean value)
- Parameters:
value- the bubbling to set
-
isAddEnabled
public boolean isAddEnabled()
- Returns:
- the addEnabled
-
setAddEnabled
public void setAddEnabled(boolean value)
- Parameters:
value- the addEnabled to set
-
isResizeEnabled
public boolean isResizeEnabled()
- Returns:
- the resizeEnabled
-
setResizeEnabled
public void setResizeEnabled(boolean value)
- Parameters:
value- the resizeEnabled to set
-
getGraph
public mxGraph getGraph()
- Returns:
- the graph
-
setGraph
public void setGraph(mxGraph graph)
- Parameters:
graph- the graph to set
-
destroy
public void destroy()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG