Package jadex.bpmn.tools.ui
Class BreakpointMarker
- java.lang.Object
-
- com.mxgraph.model.mxCell
-
- jadex.bpmn.tools.ui.BreakpointMarker
-
- All Implemented Interfaces:
com.mxgraph.model.mxICell
,java.io.Serializable
,java.lang.Cloneable
public class BreakpointMarker extends com.mxgraph.model.mxCell
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected com.mxgraph.view.mxGraph
graph
The graph where this element is used.
-
Constructor Summary
Constructors Constructor Description BreakpointMarker(com.mxgraph.view.mxGraph graph)
Creates a new element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mxgraph.view.mxGraph
getGraph()
Returns the graph.-
Methods inherited from class com.mxgraph.model.mxCell
clone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getParent, getSource, getStyle, getTarget, getTerminal, getValue, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setSource, setStyle, setTarget, setTerminal, setValue, setVertex, setVisible
-
-