Package org.apache.batik.swing.gvt
Interface JGVTComponentListener
-
- All Known Implementing Classes:
JGVTComponentAdapter
,JSVGComponent.JSVGComponentListener
,JSVGScrollPane.ScrollListener
public interface JGVTComponentListener
An interface for listeners ofJGVTComponent
events.
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPONENT_TRANSFORM_CHANGED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
componentTransformChanged(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
-
-