Package org.jbpm.designer.bpmn2.util
Class DIZorderComparator
- java.lang.Object
-
- org.jbpm.designer.bpmn2.util.DIZorderComparator
-
- All Implemented Interfaces:
Comparator<org.eclipse.dd.di.DiagramElement>
public final class DIZorderComparator extends Object implements Comparator<org.eclipse.dd.di.DiagramElement>
-
-
Constructor Summary
Constructors Constructor Description DIZorderComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(org.eclipse.dd.di.DiagramElement a, org.eclipse.dd.di.DiagramElement b)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(org.eclipse.dd.di.DiagramElement a, org.eclipse.dd.di.DiagramElement b)
- Specified by:
compare
in interfaceComparator<org.eclipse.dd.di.DiagramElement>
-
-