JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Graphics2D Actor API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
g2d.swing
Interface ZoomListener
All Known Implementing Classes:
ClosureZoomListener
,
IOPView
,
NavPanel
,
NavPanel
public interface
ZoomListener
Zoom listeners register with zoomable objects such as IOPComponent or IOPView to be notified about change of zoom.
Author:
linda
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
zoomChanged
(double scale)
Called when zoom has changed.
Method Detail
zoomChanged
void zoomChanged(double scale)
Called when zoom has changed.
Parameters:
scale
- New zoom scale that is in effect
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Graphics2D Actor API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method