GuideScribbleElement.java
774 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.xfa.Element
* org.apache.sling.commons.json.JSONObject
*/
package com.adobe.aemds.guide.addon.dor.elements;
import com.adobe.aemds.guide.addon.dor.elements.DoRElement;
import com.adobe.aemds.guide.addon.dor.elements.DoRScribbleElement;
import com.adobe.aemds.guide.addon.dor.elements.GuideElement;
import com.adobe.xfa.Element;
import org.apache.sling.commons.json.JSONObject;
public class GuideScribbleElement
extends GuideElement {
public GuideScribbleElement(JSONObject jsonObject) {
super(jsonObject);
}
@Override
public DoRElement createDoRElement(Element xfaElement) throws Exception {
return new DoRScribbleElement(xfaElement);
}
}