Class CompositeApiRendererFactory

    • Constructor Detail

      • CompositeApiRendererFactory

        public CompositeApiRendererFactory()
    • Method Detail

      • getRenderer

        public IModelRenderer getRenderer​(com.aquima.interactions.composer.IElement element)
        Description copied from interface: IApiRendererFactory
        This method returns the renderer for a specified model.
        Specified by:
        getRenderer in interface IApiRendererFactory
        Parameters:
        element - The element to create a renderer for, not null.
        Returns:
        The renderer for the element, never null.
      • addFactory

        public void addFactory​(IApiRendererFactory factory)
        Adds a factory.
        Parameters:
        factory - Factory implementation, not null.