Uses of Interface
org.apache.batik.swing.gvt.Interactor
Packages that use Interactor
-
Uses of Interactor in org.apache.batik.swing
Fields in org.apache.batik.swing declared as InteractorModifier and TypeFieldDescriptionprotected InteractorJSVGCanvas.imageZoomInteractorAn interactor to perform a realtime zoom.protected InteractorJSVGCanvas.panInteractorAn interactor to perform a translation.protected InteractorJSVGCanvas.resetTransformInteractorAn interactor to reset the rendering transform.protected InteractorJSVGCanvas.rotateInteractorAn interactor to perform a rotation.protected InteractorJSVGCanvas.zoomInteractorAn interactor to perform a zoom. -
Uses of Interactor in org.apache.batik.swing.gvt
Classes in org.apache.batik.swing.gvt that implement InteractorModifier and TypeClassDescriptionclassThis class represents a zoom interactor.classThis class represents a pan interactor.classThis class represents an interactor which reset the rendering transform of the associated document.classThis class represents a rotate interactor.classThis class represents a zoom interactor.classThis class represents an interactor which never interacts.Fields in org.apache.batik.swing.gvt declared as InteractorModifier and TypeFieldDescriptionprotected InteractorJGVTComponent.interactorThe current interactor.