Interface RenderingContext

    • Method Detail

      • accept

        boolean accept​(RenderingEngine engine)
        Either or not this rendering context accepts the given engine.

        If the engione is not acepted it will be ignored by the rendering service when processing this context

        Parameters:
        engine - the engine to test
        Returns:
        true if the engine is eligible to process this context, false otherwise