All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jpedal.objects.acroforms.creation.SwingFormCreator Maven / Gradle / Ivy

/*
 * ===========================================
 * Java Pdf Extraction Decoding Access Library
 * ===========================================
 *
 * Project Info:  http://www.idrsolutions.com
 * Help section for developers at http://www.idrsolutions.com/support/
 *
 * (C) Copyright 1997-2017 IDRsolutions and Contributors.
 *
 * This file is part of JPedal/JPDF2HTML5
 *
 @LICENSE@
 *
 * ---------------
 * SwingFormCreator.java
 * ---------------
 */
package org.jpedal.objects.acroforms.creation;

import org.jpedal.objects.acroforms.GUIData;
import org.jpedal.objects.acroforms.SwingData;

/**
 * @author markee
 */
public class SwingFormCreator {

    public GUIData getData() {
        return new SwingData();
    }

    /**
     * create appropriate FormFactory
     */
    public FormFactory createFormFactory() {
        return new SwingFormFactory();
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy