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

org.mapfish.print.processor.ProvideAttributes Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.processor;

import org.mapfish.print.attribute.Attribute;

import java.util.Map;

/**
 * Processor that provide attributes.
 */
public interface ProvideAttributes {
    /**
     * The provides attribute by the processor.
     *
     * @return the provided attributes
     */
    Map getAttributes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy