Uses of Class
org.processmining.plugins.psd.model.PSDLifeLine
-
Packages that use PSDLifeLine Package Description org.processmining.plugins.psd.model org.processmining.plugins.psd.model.pattern org.processmining.plugins.psd.model.sequence -
-
Uses of PSDLifeLine in org.processmining.plugins.psd.model
Method parameters in org.processmining.plugins.psd.model with type arguments of type PSDLifeLine Modifier and Type Method Description voidPSDArrow. drawArrow(java.util.Map<java.lang.String,PSDLifeLine> lifeLines, java.awt.Color thisColor, java.awt.Graphics2D g)Draws the arrowbooleanPSDBlock. isInBlock(java.awt.Point p, java.util.Map<java.lang.String,PSDLifeLine> lifeLines, double scale)Returns true if point p is in this blockbooleanPSDArrow. 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) -
Uses of PSDLifeLine in org.processmining.plugins.psd.model.pattern
Method parameters in org.processmining.plugins.psd.model.pattern with type arguments of type PSDLifeLine Modifier and Type Method Description voidPSDPattern. drawPattern(java.util.Map<java.lang.String,PSDLifeLine> lifeLines, int startY, java.awt.Graphics2D g)Draws the pattern in the pattern diagram -
Uses of PSDLifeLine in org.processmining.plugins.psd.model.sequence
Method parameters in org.processmining.plugins.psd.model.sequence with type arguments of type PSDLifeLine Modifier and Type Method Description voidPSDSequence. drawSequence(java.util.Map<java.lang.String,PSDLifeLine> lifeLines, java.awt.Graphics2D g)
-