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 TypeMethodDescriptionvoidTDGraphZoomer.zoomPolygonComplete(ZoomShape zoomShape) voidTDGraphZoomer.zoomShapeChanging(ZoomShape zoomShape) voidTDGraphZoomer.zoomToShape(ZoomShape zoomShape)  - 
Uses of ZoomShape in PamView.zoomer
Subclasses of ZoomShape in PamView.zoomerModifier and TypeClassDescriptionclassA zoom polygon created by the zoomer.classMethods in PamView.zoomer that return ZoomShapeModifier and TypeMethodDescriptionZoomer.findLastZoom(int coodinateType) Zoomer.getTopMostShape()Methods in PamView.zoomer with parameters of type ZoomShapeModifier and TypeMethodDescriptionvoidZoomable.zoomPolygonComplete(ZoomShape zoomShape) Called when a zoom shape has been completed.voidZoomable.zoomShapeChanging(ZoomShape zoomShape) Called as the zoom shape changes via some sort of mouse action.voidZoomable.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 TypeMethodDescriptionvoidSpectrogramZoomer.zoomPolygonComplete(ZoomShape zoomShape) voidSpectrogramZoomer.zoomShapeChanging(ZoomShape zoomShape) voidSpectrogramZoomer.zoomToShape(ZoomShape zoomShape)