Package com.treemap

Class OrderingFactory

java.lang.Object
com.treemap.OrderingFactory

public class OrderingFactory extends Object
Factory class for accessing predefined ordering schemes.
  • Field Details

    • SIZE

      public static final Ordering SIZE
      Order nodes according to their size (from largest to smallest).
    • ORIGINAL

      public static final Ordering ORIGINAL
      Keep the original ordering of the nodes.
    • COLOR

      public static final Ordering COLOR
    • HEIGHT

      public static final Ordering HEIGHT
  • Method Details