All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.dotify.api.formatter.DynamicRenderer Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.daisy.dotify.api.formatter;

/**
 * Provides an interface for a dynamic renderer.
 *
 * @author Joel Håkansson
 */
public interface DynamicRenderer {

    /**
     * Gets the rendering scenarios in this renderer.
     *
     * @return returns a list of renderers
     */
    public Iterable getScenarios();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy