Uses of Interface
org.apache.batik.gvt.event.GraphicsNodeKeyListener
-
Packages that use GraphicsNodeKeyListener Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects.org.apache.batik.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. -
-
Uses of GraphicsNodeKeyListener in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement GraphicsNodeKeyListener Modifier and Type Class Description protected static classBridgeEventSupport.ListenerA GraphicsNodeMouseListener that dispatch DOM events accordingly.classConcreteTextSelectorA simple implementation of GraphicsNodeMouseListener for text selection. -
Uses of GraphicsNodeKeyListener in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement GraphicsNodeKeyListener Modifier and Type Class Description protected static classSVG12BridgeEventSupport.ListenerA GraphicsNodeMouseListener that dispatch DOM events accordingly. -
Uses of GraphicsNodeKeyListener in org.apache.batik.gvt
Subinterfaces of GraphicsNodeKeyListener in org.apache.batik.gvt Modifier and Type Interface Description interfaceSelectorInterface which allows selection of GraphicsNodes and their contents. -
Uses of GraphicsNodeKeyListener in org.apache.batik.gvt.event
Classes in org.apache.batik.gvt.event that implement GraphicsNodeKeyListener Modifier and Type Class Description classGraphicsNodeKeyAdapterAn abstract adapter class for receiving graphics node key events.Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeKeyListener Modifier and Type Method Description voidAWTEventDispatcher. addGraphicsNodeKeyListener(GraphicsNodeKeyListener l)Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.voidEventDispatcher. addGraphicsNodeKeyListener(GraphicsNodeKeyListener l)Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.voidAWTEventDispatcher. removeGraphicsNodeKeyListener(GraphicsNodeKeyListener l)Removes the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.voidEventDispatcher. removeGraphicsNodeKeyListener(GraphicsNodeKeyListener l)Removes the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
-