com.jniwrapper.win32.jexcel
Class CellsOrder

java.lang.Object
  extended bycom.jniwrapper.win32.jexcel.CellsOrder
All Implemented Interfaces:
java.util.Comparator

public abstract class CellsOrder
extends java.lang.Object
implements java.util.Comparator

Defines different orders of sorting cells for Range.getCells(com.jniwrapper.win32.jexcel.CellsOrder) method.


Field Summary
static CellsOrder LEFT2RIGHT_BOTTOM2TOP
           
static CellsOrder LEFT2RIGHT_TOP2BOTTOM
           
static CellsOrder RIGHT2LEFT_BOTTOM2TOP
           
static CellsOrder RIGHT2LEFT_TOP2BOTTOM
           
 
Constructor Summary
CellsOrder()
           
 
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
compare, equals
 

Field Detail

LEFT2RIGHT_TOP2BOTTOM

public static final CellsOrder LEFT2RIGHT_TOP2BOTTOM

LEFT2RIGHT_BOTTOM2TOP

public static final CellsOrder LEFT2RIGHT_BOTTOM2TOP

RIGHT2LEFT_TOP2BOTTOM

public static final CellsOrder RIGHT2LEFT_TOP2BOTTOM

RIGHT2LEFT_BOTTOM2TOP

public static final CellsOrder RIGHT2LEFT_BOTTOM2TOP
Constructor Detail

CellsOrder

public CellsOrder()