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 SummaryFields Modifier and Type Field Description protected com.mxgraph.view.mxGraphgraphThe graph where this element is used.
 - 
Constructor SummaryConstructors Constructor Description BreakpointMarker(com.mxgraph.view.mxGraph graph)Creates a new element.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mxgraph.view.mxGraphgetGraph()Returns the graph.- 
Methods inherited from class com.mxgraph.model.mxCellclone, 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
 
- 
 
-