ij.gui
Class PlotCanvas

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Canvas
          extended by ij.gui.ImageCanvas
              extended by ij.gui.PlotCanvas
All Implemented Interfaces:
MouseListener, MouseMotionListener, ImageObserver, MenuContainer, Serializable, Cloneable, EventListener, Accessible

public class PlotCanvas
extends ImageCanvas

This subclass of ImageCanvas has special provisions for plots: - Zooming: sets the plot range - Scrolling: moves data area This behavior can be suppressed if

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.Canvas
Canvas.AccessibleAWTCanvas
 
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
 
Field Summary
 
Fields inherited from class ij.gui.ImageCanvas
crosshairCursor, defaultCursor, dstHeight, dstWidth, flags, handCursor, ij, imageHeight, imageUpdated, imageWidth, imp, lastZoomSX, lastZoomSY, magnification, MAX_MOUSEMOVE_ZOOM, moveCursor, srcRect, usePointer, xMouse, xMouseStart, xSrcStart, yMouse, yMouseStart, ySrcStart, zoomTargetOX, zoomTargetOY
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
PlotCanvas(ImagePlus imp)
          Creates a new PlotCanvas
 
Method Summary
 void fitToWindow()
          Resizes the plot (unless frozen) to fit the window
 Plot getPlot()
          Returns the Plot displayed in this canvas
 boolean isFrozen()
          Whether the plot is frozen, i.e.
 void mouseExited(MouseEvent e)
          overrides ImageCanvas.mouseExited; removes 'range' arrows
 void mousePressed(MouseEvent e)
          overrides ImageCanvas.mousePressed: no further processing of clicks on 'range' arrows
 void mouseReleased(MouseEvent e)
          Overrides ImageCanvas.mouseReleased, handles clicks on 'range' arrows
protected  void scroll(int sx, int sy)
          overrides ImageCanvas.scroll; if plot is not frozen, scrolling modifies the plot data range
 void setMagnification(double magnification)
          The image of a PlotCanvas is always shown at 100% magnification unless the plot is frozen
 void setPlot(Plot plot)
          Tells the PlotCanvas which plot to use for zooming etc.
 void setSourceRect(Rectangle r)
          Scrolling a PlotCanvas is updating the plot, not viewing part of the plot, unless the plot is frozen
protected  void setupScroll(int ox, int oy)
          overrides ImageCanvas.setupScroll; if plot is not frozen, scrolling modifies the plot data range
 void unzoom()
          Implements the Image/Zoom/Original Scale command.
 void zoom(String arg)
          Zoom operations that are handled by ij.plugin.Zoom
 void zoom100Percent()
          Implements the Image/Zoom/View 100% command: Sets the original frame size as specified in Edit/Options/Plots (unless the plot is frozen)
 void zoomIn(int sx, int sy)
          Zooms in by modifying the plot range; sx and sy are screen coordinates
 void zoomOut(int sx, int sy)
          Zooms out by modifying the plot range; sx and sy are screen coordinates
 
Methods inherited from class ij.gui.ImageCanvas
canEnlarge, cursorOverImage, disablePopupMenu, getCursorLoc, getCustomRoi, getDisplayList, getHigherZoomLevel, getImage, getLowerZoomLevel, getMagnification, getModifiers, getOverlay, getPaintPending, getPreferredSize, getScaleToFit, getShowAllColor, getShowAllList, getShowAllROIs, getSliceNumber, getSrcRect, handlePopupMenu, handleRoiMouseDown, hideZoomIndicator, mouseClicked, mouseDragged, mouseEntered, mouseMoved, offScreenX, offScreenXD, offScreenY, offScreenYD, paint, resetDoubleBuffer, roiManagerSelect, screenX, screenXD, screenY, screenYD, setCursor, setCursor, setCustomRoi, setDisplayList, setDisplayList, setDisplayList, setDrawingColor, setDrawingSize, setImageUpdated, setOverlay, setPaintPending, setScaleToFit, setShowAllColor, setShowAllList, setShowAllROIs, setShowCursorStatus, setSize, update
 
Methods inherited from class java.awt.Canvas
addNotify, createBufferStrategy, createBufferStrategy, getAccessibleContext, getBufferStrategy
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAlignmentX, getAlignmentY, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlotCanvas

public PlotCanvas(ImagePlus imp)
Creates a new PlotCanvas

Method Detail

setPlot

public void setPlot(Plot plot)
Tells the PlotCanvas which plot to use for zooming etc. Call this immediately after construction


getPlot

public Plot getPlot()
Returns the Plot displayed in this canvas


isFrozen

public boolean isFrozen()
Whether the plot is frozen, i.e. its ImageProcessor can not be changed


zoom

public void zoom(String arg)
Zoom operations that are handled by ij.plugin.Zoom


zoomIn

public void zoomIn(int sx,
                   int sy)
Zooms in by modifying the plot range; sx and sy are screen coordinates

Overrides:
zoomIn in class ImageCanvas

zoomOut

public void zoomOut(int sx,
                    int sy)
Zooms out by modifying the plot range; sx and sy are screen coordinates

Overrides:
zoomOut in class ImageCanvas

unzoom

public void unzoom()
Implements the Image/Zoom/Original Scale command. Sets the original range of the x, y axes (unless the plot is frozen)

Overrides:
unzoom in class ImageCanvas

zoom100Percent

public void zoom100Percent()
Implements the Image/Zoom/View 100% command: Sets the original frame size as specified in Edit/Options/Plots (unless the plot is frozen)

Overrides:
zoom100Percent in class ImageCanvas

fitToWindow

public void fitToWindow()
Resizes the plot (unless frozen) to fit the window

Overrides:
fitToWindow in class ImageCanvas

setMagnification

public void setMagnification(double magnification)
The image of a PlotCanvas is always shown at 100% magnification unless the plot is frozen

Overrides:
setMagnification in class ImageCanvas

setSourceRect

public void setSourceRect(Rectangle r)
Scrolling a PlotCanvas is updating the plot, not viewing part of the plot, unless the plot is frozen

Overrides:
setSourceRect in class ImageCanvas

setupScroll

protected void setupScroll(int ox,
                           int oy)
overrides ImageCanvas.setupScroll; if plot is not frozen, scrolling modifies the plot data range

Overrides:
setupScroll in class ImageCanvas

scroll

protected void scroll(int sx,
                      int sy)
overrides ImageCanvas.scroll; if plot is not frozen, scrolling modifies the plot data range

Overrides:
scroll in class ImageCanvas

mouseExited

public void mouseExited(MouseEvent e)
overrides ImageCanvas.mouseExited; removes 'range' arrows

Specified by:
mouseExited in interface MouseListener
Overrides:
mouseExited in class ImageCanvas

mousePressed

public void mousePressed(MouseEvent e)
overrides ImageCanvas.mousePressed: no further processing of clicks on 'range' arrows

Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class ImageCanvas

mouseReleased

public void mouseReleased(MouseEvent e)
Overrides ImageCanvas.mouseReleased, handles clicks on 'range' arrows

Specified by:
mouseReleased in interface MouseListener
Overrides:
mouseReleased in class ImageCanvas


Copyright © 1997–2016 NIH. All rights reserved.