Uses of Class
PamView.zoomer.ZoomShape
Packages that use ZoomShape
-
Uses of ZoomShape in dataPlots.mouse
Methods in dataPlots.mouse with parameters of type ZoomShapeModifier and TypeMethodDescriptionvoid
TDGraphZoomer.zoomPolygonComplete
(ZoomShape zoomShape) void
TDGraphZoomer.zoomShapeChanging
(ZoomShape zoomShape) void
TDGraphZoomer.zoomToShape
(ZoomShape zoomShape) -
Uses of ZoomShape in PamView.zoomer
Subclasses of ZoomShape in PamView.zoomerModifier and TypeClassDescriptionclass
A zoom polygon created by the zoomer.class
Methods in PamView.zoomer that return ZoomShapeModifier and TypeMethodDescriptionZoomer.findLastZoom
(int coodinateType) Zoomer.getTopMostShape()
Methods in PamView.zoomer with parameters of type ZoomShapeModifier and TypeMethodDescriptionvoid
Zoomable.zoomPolygonComplete
(ZoomShape zoomShape) Called when a zoom shape has been completed.void
Zoomable.zoomShapeChanging
(ZoomShape zoomShape) Called as the zoom shape changes via some sort of mouse action.void
Zoomable.zoomToShape
(ZoomShape zoomShape) Zoom to the bounds of a particular shape. -
Uses of ZoomShape in Spectrogram
Methods in Spectrogram with parameters of type ZoomShapeModifier and TypeMethodDescriptionvoid
SpectrogramZoomer.zoomPolygonComplete
(ZoomShape zoomShape) void
SpectrogramZoomer.zoomShapeChanging
(ZoomShape zoomShape) void
SpectrogramZoomer.zoomToShape
(ZoomShape zoomShape)