Package org.apache.batik.swing.gvt
Interface JGVTComponentListener
-
- All Known Implementing Classes:
JGVTComponentAdapter,JSVGComponent.JSVGComponentListener,JSVGScrollPane.ScrollListener
public interface JGVTComponentListenerAn interface for listeners ofJGVTComponentevents.- Version:
- $Id: JGVTComponentListener.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMPONENT_TRANSFORM_CHANGED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomponentTransformChanged(java.awt.event.ComponentEvent event)Called when the rendering transform changes on the JGVTComponentListener
-
-
-
Field Detail
-
COMPONENT_TRANSFORM_CHANGED
static final int COMPONENT_TRANSFORM_CHANGED
- See Also:
- Constant Field Values
-
-