Package userDisplay
Class UserFramePlots
java.lang.Object
Layout.PamFramePlots
userDisplay.UserFramePlots
- All Implemented Interfaces:
 EventListener,InternalFrameListener
- Direct Known Subclasses:
 RadarDisplay,SpectrogramDisplay
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract intgetName()Get a unique name for the displayvoidvoidvoidvoidvoidvoidvoidabstract voidnotifyModelChanged(int changeType) voidsetUserFrameParameters(UserFrameParameters userFrameParameters) Methods inherited from class Layout.PamFramePlots
checkDualDisplay, getAxisPanel, getCopyMenuItem, getEastPanel, getFrame, getLeftPlotPanel, getNorthPanel, getPlotPanel, getRightPlotPanel, getSouthPanel, getWestPanel, repaint, setAxisPanel, setEastPanel, setFrame, setLeftPlotPanel, setNorthPanel, setPlotPanel, setRightPlotPanel, setSouthPanel, setWestPanel 
- 
Field Details
- 
FRAME_TYPE_SPECTROGRAM
public static final int FRAME_TYPE_SPECTROGRAM- See Also:
 
 - 
FRAME_TYPE_RADAR
public static final int FRAME_TYPE_RADAR- See Also:
 
 - 
userDisplayControl
 
 - 
 - 
Constructor Details
- 
UserFramePlots
 
 - 
 - 
Method Details
- 
notifyModelChanged
public abstract void notifyModelChanged(int changeType)  - 
getFrameType
public abstract int getFrameType() - 
getUserFrameParameters
 - 
setUserFrameParameters
 - 
internalFrameActivated
- Specified by:
 internalFrameActivatedin interfaceInternalFrameListener
 - 
internalFrameClosed
- Specified by:
 internalFrameClosedin interfaceInternalFrameListener
 - 
internalFrameClosing
- Specified by:
 internalFrameClosingin interfaceInternalFrameListener
 - 
internalFrameDeactivated
- Specified by:
 internalFrameDeactivatedin interfaceInternalFrameListener
 - 
internalFrameDeiconified
- Specified by:
 internalFrameDeiconifiedin interfaceInternalFrameListener
 - 
internalFrameIconified
- Specified by:
 internalFrameIconifiedin interfaceInternalFrameListener
 - 
internalFrameOpened
- Specified by:
 internalFrameOpenedin interfaceInternalFrameListener
 - 
getName
Description copied from class:PamFramePlotsGet a unique name for the display- Specified by:
 getNamein classPamFramePlots- Returns:
 - a unique name for the display.
 
 
 -