InterElementAttribute.java 491 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.fontengine.inlineformatting;

import com.adobe.fontengine.inlineformatting.Attribute;

public final class InterElementAttribute
implements Attribute {
    private final String name;
    public static final InterElementAttribute ligatureLevel = new InterElementAttribute("ligatureLevel");

    public InterElementAttribute(String name) {
        this.name = name;
    }

    public String toString() {
        return this.name;
    }
}