Class ProjectionComparator
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.interactive.tools.ProjectionComparator
-
- All Implemented Interfaces:
Comparator<IProjection>
public class ProjectionComparator extends Object implements Comparator<IProjection>
-
-
Constructor Summary
Constructors Constructor Description ProjectionComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(IProjection p1, IProjection p2)
-
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(IProjection p1, IProjection p2)
- Specified by:
compare
in interfaceComparator<IProjection>
-
-