Class AbstractRendererLibrary

  • All Implemented Interfaces:
    RendererLibrary

    public abstract class AbstractRendererLibrary
    extends Object
    implements RendererLibrary
    Base class for implementing custom renderer libraries.
    • Constructor Detail

      • AbstractRendererLibrary

        public AbstractRendererLibrary()
    • Method Detail

      • isDefault

        public boolean isDefault​(org.dashbuilder.displayer.DisplayerType type)
        Description copied from interface: RendererLibrary
        Flag indicating if this renderer can act as the default one for the given displayer type.

        Default renderers are used when a displayer does not explicitly specifies one

        Specified by:
        isDefault in interface RendererLibrary