org.mapfish.print.processor.RequireAttributes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of print-lib Show documentation
Show all versions of print-lib Show documentation
Library for generating PDFs and images from online webmapping services
package org.mapfish.print.processor;
import org.mapfish.print.attribute.Attribute;
/**
* Processor that requires attribute.
*/
public interface RequireAttributes {
/**
* Set the attribute.
*
* @param name the attribute name
* @param attribute the attribute
*/
void setAttribute(String name, Attribute attribute);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy