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

org.netbeans.modeler.svg.SVGDocument Maven / Gradle / Ivy

Go to download

Jeddict is an open source Jakarta EE application development platform that accelerates developers productivity and simplifies development tasks of creating complex entity relationship models.

There is a newer version: 6.5.0
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package org.netbeans.modeler.svg;

import org.w3c.dom.Document;
import org.w3c.dom.Element;

/**
 *
 * @author jGauravGupta
 */
public interface SVGDocument extends Document {

    Element getRootElement();

    SVGDocument cloneDocument(boolean deep);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy