FvctxImagePropsBuilder.java
1.05 KB
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.scene7.is.sleng.ImageAccessException
* com.scene7.is.util.text.ParameterException
* org.jetbrains.annotations.NotNull
*/
package com.scene7.is.ps.provider.fvctx;
import com.scene7.is.ps.provider.IZoomException;
import com.scene7.is.ps.provider.Request;
import com.scene7.is.ps.provider.fvctx.FvctxImageProps;
import com.scene7.is.sleng.ImageAccessException;
import com.scene7.is.util.text.ParameterException;
import org.jetbrains.annotations.NotNull;
public interface FvctxImagePropsBuilder {
@NotNull
public FvctxImageProps buildImageProps(@NotNull Request var1, boolean var2) throws ParameterException, IZoomException, ImageAccessException;
@NotNull
public FvctxImageProps buildDefaultImageProps(@NotNull Request var1, boolean var2, @NotNull Throwable var3) throws ParameterException, IZoomException, ImageAccessException;
@NotNull
public FvctxImageProps buildSwatchProps(@NotNull Request var1, boolean var2) throws ParameterException, IZoomException;
}