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

org.ghost4j.modifier.RemoteModifier Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
/*
 * Ghost4J: a Java wrapper for Ghostscript API.
 *
 * Distributable under LGPL license.
 * See terms of license at http://www.gnu.org/licenses/lgpl.html.
 */
package org.ghost4j.modifier;

/**
 * Interface defining a remote modifier (for Ghostscript multi process support).
 * 
 * @author Gilles Grousset ([email protected])
 */
public interface RemoteModifier extends Modifier {

    /**
     * Sets max parallel rendering processes allowed for the modifier
     * 
     * @param maxProcessCount
     */
    public void setMaxProcessCount(int maxProcessCount);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy