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

com.twelvemonkeys.imageio.plugins.pnm.PNMProviderInfo Maven / Gradle / Ivy

package com.twelvemonkeys.imageio.plugins.pnm;

import com.twelvemonkeys.imageio.spi.ProviderInfo;

/**
 * PNMProviderInfo.
 *
 * @author Harald Kuhr
 * @author last modified by $Author: harald.kuhr$
 * @version $Id: PNMProviderInfo.java,v 1.0 20/03/15 harald.kuhr Exp$
 */
class PNMProviderInfo extends ProviderInfo {
    // NOTE: Because the ReaderSpi and the two WriterSpis supports different formats,
    // we don't use the standard ImageReaderWriterProviderInfo superclass here.

    public PNMProviderInfo() {
        super(PNMProviderInfo.class.getPackage());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy