GuideScribble.java 591 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.ValueMap
 */
package com.adobe.aemds.guide.common;

import com.adobe.aemds.guide.common.GuideField;
import com.adobe.aemds.guide.utils.GuideConstants;
import org.apache.sling.api.resource.ValueMap;

public class GuideScribble
extends GuideField {
    public String getGuideFieldType() {
        return "guideScribble";
    }

    public Double getAspectRatio() {
        return (Double)this.resourceProps.get("aspectRatio", (Object)GuideConstants.DEFAULT_ASPECT_RATIO);
    }
}