FillLinear$.java 1.46 KB
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  scala.Product
 *  scala.Product$class
 *  scala.ScalaObject
 *  scala.Serializable
 *  scala.collection.Iterator
 *  scala.runtime.BoxesRunTime
 */
package com.adobe.forms.layout;

import com.adobe.forms.layout.FillType;
import scala.Product;
import scala.ScalaObject;
import scala.Serializable;
import scala.collection.Iterator;
import scala.runtime.BoxesRunTime;

/*
 * This class specifies class file version 49.0 but uses Java 6 signatures.  Assumed Java 6.
 */
public final class FillLinear$
extends FillType
implements ScalaObject,
Product,
Serializable {
    public static final FillLinear$ MODULE$;

    public static {
        new com.adobe.forms.layout.FillLinear$();
    }

    public final int hashCode() {
        return 1207033512;
    }

    public final String toString() {
        return "FillLinear";
    }

    public String productPrefix() {
        return "FillLinear";
    }

    public int productArity() {
        return 0;
    }

    public Object productElement(int n) {
        int n2 = n;
        throw new IndexOutOfBoundsException(BoxesRunTime.boxToInteger((int)n).toString());
    }

    public boolean canEqual(Object object) {
        return object instanceof FillLinear$;
    }

    public Object readResolve() {
        return MODULE$;
    }

    private FillLinear$() {
        super("linear");
        MODULE$ = this;
        Product.class.$init$((Product)this);
    }
}