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

simple.server.extension.d20.image.ImageProvider Maven / Gradle / Ivy

The newest version!
package simple.server.extension.d20.image;

import java.awt.image.BufferedImage;
import simple.server.extension.d20.D20Characteristic;

/**
 *
 * @author Javier A. Ortiz Bultron [email protected]
 */
public interface ImageProvider {

    /**
     * Get the image for this D20Characteristic.
     *
     * @param c characteristic to get the image for
     * @return Image for the D20Characteristic or null if none.
     */
    BufferedImage getImage(D20Characteristic c);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy