Interface TreeRendererDescriptor

    • Method Detail

      • newPropertyBundle

        PropertySource newPropertyBundle()
        Returns a new property bundle, that can be used to configure the output of produceRenderer(PropertySource). Properties supported by the renderer are already registered on the returned bundle.
      • description

        String description()
        Returns a short description of the format of this renderer's output.
      • produceRenderer

        TreeRenderer produceRenderer​(PropertySource properties)
        Builds a new renderer from the given properties.
        Parameters:
        properties - A property bundle, that should have been produced by newPropertyBundle().