Uses of Class
org.apache.batik.gvt.event.GraphicsNodeEvent
-
Packages that use GraphicsNodeEvent 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.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. -
-
Uses of GraphicsNodeEvent in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type GraphicsNodeEvent Modifier and Type Method Description protected void
ConcreteTextSelector. checkSelectGesture(GraphicsNodeEvent evt)
private boolean
ConcreteTextSelector. isDeselectGesture(GraphicsNodeEvent evt)
private boolean
ConcreteTextSelector. isSelectAllGesture(GraphicsNodeEvent evt)
private boolean
ConcreteTextSelector. isSelectContinueGesture(GraphicsNodeEvent evt)
private boolean
ConcreteTextSelector. isSelectEndGesture(GraphicsNodeEvent evt)
private boolean
ConcreteTextSelector. isSelectStartGesture(GraphicsNodeEvent evt)
private void
ConcreteTextSelector. report(GraphicsNodeEvent evt, java.lang.String message)
-
Uses of GraphicsNodeEvent in org.apache.batik.gvt.event
Subclasses of GraphicsNodeEvent in org.apache.batik.gvt.event Modifier and Type Class Description class
GraphicsNodeChangeEvent
An event which indicates that a change action occurred on a graphics node.class
GraphicsNodeFocusEvent
A low-level event which indicates that a graphics node has gained or lost the keyboard focus.class
GraphicsNodeInputEvent
The root event class for all graphics node-level input events.class
GraphicsNodeKeyEvent
An event which indicates that a keystroke occurred in a graphics node.class
GraphicsNodeMouseEvent
An event which indicates that a mouse action occurred in a graphics node.class
GraphicsNodeMouseWheelEvent
An event which indicates that a mouse whwel action occurred in a graphics node.
-