Class RenderingFactory


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

      • 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.