Package com.treemap

Class RenderingFactory

java.lang.Object
com.treemap.RenderingFactory

@JsType public class RenderingFactory extends Object
Factory class for accessing predefined rendering schemes.
  • Field Details

    • CUSHION

      public static final Rendering CUSHION
      Paint leaf nodes with a cushion effect.
    • FLAT

      public static final Rendering FLAT
      Paint leaf nodes according to their color and with a border around them.
    • FLAT_NO_BORDER

      public static final Rendering FLAT_NO_BORDER
      Paint leaf nodes with their color and without border.
  • Method Details