org.mapfish.print.config.HasConfiguration 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.config;
/**
* Indicates that the {@link org.mapfish.print.config.ConfigurationFactory} should inject the configuration
* object into the object.
*/
public interface HasConfiguration {
/**
* Set the configuration that the object belongs to.
*
* @param configuration the configuration object
*/
void setConfiguration(Configuration configuration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy