| Package | Description |
|---|---|
| org.apache.batik.swing | |
| org.apache.batik.swing.gvt |
| Modifier and Type | Field | Description |
|---|---|---|
protected Interactor |
JSVGCanvas.imageZoomInteractor |
An interactor to perform a realtime zoom.
|
protected Interactor |
JSVGCanvas.panInteractor |
An interactor to perform a translation.
|
protected Interactor |
JSVGCanvas.resetTransformInteractor |
An interactor to reset the rendering transform.
|
protected Interactor |
JSVGCanvas.rotateInteractor |
An interactor to perform a rotation.
|
protected Interactor |
JSVGCanvas.zoomInteractor |
An interactor to perform a zoom.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractImageZoomInteractor |
This class represents a zoom interactor.
|
class |
AbstractPanInteractor |
This class represents a pan interactor.
|
class |
AbstractResetTransformInteractor |
This class represents an interactor which reset the rendering transform
of the associated document.
|
class |
AbstractRotateInteractor |
This class represents a rotate interactor.
|
class |
AbstractZoomInteractor |
This class represents a zoom interactor.
|
class |
InteractorAdapter |
This class represents an interactor which never interacts.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Interactor |
JGVTComponent.interactor |
The current interactor.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.