/* * Copyright (c) 2005 World Wide Web Consortium, * * (Massachusetts Institute of Technology, European Research Consortium for * Informatics and Mathematics, Keio University). All Rights Reserved. This * work is distributed under the W3C(r) Software License [1] in the hope that * it will be useful, but WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 * * Modifications: * * September 18, 2005 * Translated IDL to Java. * Placed interface in org.apache.batik.dom.svg12 for the time being. * Added javadocs. */ package org.apache.batik.dom.svg12; /** * Interface for a global scripting object. * Eventually will move to a W3C package. * * @version $Id$ */ public interface Global { }