ImageResamplingMethod.java
345 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.internal.pdftoolkit.image;
/*
* This class specifies class file version 49.0 but uses Java 6 signatures. Assumed Java 6.
*/
public enum ImageResamplingMethod {
kResampleNearestNeighbor,
kResampleBicubic,
kResampleLinear;
private ImageResamplingMethod() {
}
}