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

io.rocketbase.commons.dto.asset.PreviewParameter Maven / Gradle / Ivy

The newest version!
package io.rocketbase.commons.dto.asset;

public interface PreviewParameter {

    int getMaxWidth();

    int getMaxHeight();

    float getDefaultQuality();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy