Class LabelClassComparatorByPriority

java.lang.Object
org.gvsig.labeling.label.LabelClassComparatorByPriority
All Implemented Interfaces:
Comparator<org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass>

public class LabelClassComparatorByPriority extends Object implements Comparator<org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass>
  • Constructor Details

    • LabelClassComparatorByPriority

      public LabelClassComparatorByPriority()
  • Method Details

    • compare

      public int compare(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass o1, org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass o2)
      Specified by:
      compare in interface Comparator<org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass>