Class SequenceEdgeStyleFunction
- java.lang.Object
- 
- jadex.bpmn.editor.gui.stylesheets.SequenceEdgeStyleFunction
 
- 
- All Implemented Interfaces:
- com.mxgraph.view.mxEdgeStyle.mxEdgeStyleFunction
 
 public class SequenceEdgeStyleFunction extends java.lang.Object implements com.mxgraph.view.mxEdgeStyle.mxEdgeStyleFunctionStyle function for sequence edges.
- 
- 
Field SummaryFields Modifier and Type Field Description protected static doubleNON_ALIGNED_AXIS_OFFSET_ADJUSTMENTOffset adjustment for non-aligned axis
 - 
Constructor SummaryConstructors Constructor Description SequenceEdgeStyleFunction()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.mxgraph.util.mxPointadjustPoint(com.mxgraph.view.mxGraph graph, java.lang.Object parent, com.mxgraph.util.mxPoint point)Adjusts a point for relative positioning.voidapply(com.mxgraph.view.mxCellState state, com.mxgraph.view.mxCellState source, com.mxgraph.view.mxCellState target, java.util.List<com.mxgraph.util.mxPoint> points, java.util.List<com.mxgraph.util.mxPoint> result)Applies the style.static VActivitygetVActivity(java.lang.Object cell)
 
- 
- 
- 
Field Detail- 
NON_ALIGNED_AXIS_OFFSET_ADJUSTMENTprotected static final double NON_ALIGNED_AXIS_OFFSET_ADJUSTMENT Offset adjustment for non-aligned axis- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
applypublic void apply(com.mxgraph.view.mxCellState state, com.mxgraph.view.mxCellState source, com.mxgraph.view.mxCellState target, java.util.List<com.mxgraph.util.mxPoint> points, java.util.List<com.mxgraph.util.mxPoint> result)Applies the style.- Specified by:
- applyin interface- com.mxgraph.view.mxEdgeStyle.mxEdgeStyleFunction
 
 - 
adjustPointpublic static final com.mxgraph.util.mxPoint adjustPoint(com.mxgraph.view.mxGraph graph, java.lang.Object parent, com.mxgraph.util.mxPoint point)Adjusts a point for relative positioning.- Parameters:
- modelcontainer- The model container.
- parent- The parent cell.
- point- The unadjusted targeted point.
- Returns:
- The adjusted point.
 
 - 
getVActivitypublic static final VActivity getVActivity(java.lang.Object cell) 
 
- 
 
-