JIDE 3.5.15

com.jidesoft.chart
Class ZOrderModelComparator

java.lang.Object
  extended by com.jidesoft.chart.ZOrderModelComparator
All Implemented Interfaces:
Comparator<ChartModel>

public class ZOrderModelComparator
extends Object
implements Comparator<ChartModel>


Constructor Summary
ZOrderModelComparator(Chart chart)
           
 
Method Summary
 int compare(ChartModel model1, ChartModel model2)
           
 
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
 

Constructor Detail

ZOrderModelComparator

public ZOrderModelComparator(Chart chart)
Method Detail

compare

public int compare(ChartModel model1,
                   ChartModel model2)
Specified by:
compare in interface Comparator<ChartModel>

JIDE 3.5.15