KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > events > MouseEvent > Top Examples

  • org.apache.batik.bridge.SVGImageElementBridge
    Bridge class for the &lt;image> element. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @version $Id: SVGImageElementBridge.java,v 1.72 2005/03/27 08:58:30 cam Exp $
  • org.apache.batik.bridge.BridgeContext
    This class represents a context used by the various bridges and the builder. A bridge context is associated to a particular document and cannot be reused. The context encapsulates the dynamic bindings between DOM elements and GVT nodes, graphic contexts such as a <tt>GraphicsNodeRenderConte ...
  • org.apache.batik.swing.JSVGCanvas
    This class represents a general-purpose swing SVG component. The <tt>JSVGCanvas</tt> does not provided additional functionalities compared to the <tt>JSVGComponent</tt> but simply provides an API conformed to the JavaBean specification. The only major change between the < ...
  • org.apache.batik.bridge.BridgeEventSupport
    This class is responsible of tracking GraphicsNodeMouseEvent and fowarding them to the DOM as regular DOM MouseEvent. @author <a HREF="mailto:tkormann@ilog.fr">Thierry Kormann</a> @version $Id: BridgeEventSupport.java,v 1.59 2005/03/27 08:58:30 cam Exp $
Popular Tags