Package | Description |
---|---|
org.processmining.plugins.psd.model | |
org.processmining.plugins.psd.model.pattern | |
org.processmining.plugins.psd.model.sequence |
Modifier and Type | Method and Description |
---|---|
void |
PSDArrow.drawArrow(java.util.Map<java.lang.String,PSDLifeLine> lifeLines,
java.awt.Color thisColor,
java.awt.Graphics2D g)
Draws the arrow
|
boolean |
PSDBlock.isInBlock(java.awt.Point p,
java.util.Map<java.lang.String,PSDLifeLine> lifeLines,
double scale)
Returns true if point p is in this block
|
boolean |
PSDArrow.isOnLine(java.awt.Point p,
java.util.Map<java.lang.String,PSDLifeLine> lifeLines,
double scale)
Returns true if point p is on the line of the arrow (or at most 2 pixels
away)
|
Modifier and Type | Method and Description |
---|---|
void |
PSDPattern.drawPattern(java.util.Map<java.lang.String,PSDLifeLine> lifeLines,
int startY,
java.awt.Graphics2D g)
Draws the pattern in the pattern diagram
|
Modifier and Type | Method and Description |
---|---|
void |
PSDSequence.drawSequence(java.util.Map<java.lang.String,PSDLifeLine> lifeLines,
java.awt.Graphics2D g) |