Package userDisplay
Class UserFramePlots
java.lang.Object
Layout.PamFramePlots
userDisplay.UserFramePlots
- All Implemented Interfaces:
EventListener
,InternalFrameListener
- Direct Known Subclasses:
RadarDisplay
,SpectrogramDisplay
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
getName()
Get a unique name for the displayvoid
void
void
void
void
void
void
abstract void
notifyModelChanged
(int changeType) void
setUserFrameParameters
(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:
-
-
Constructor Details
-
UserFramePlots
-
-
Method Details
-
notifyModelChanged
public abstract void notifyModelChanged(int changeType) -
getFrameType
public abstract int getFrameType() -
getUserFrameParameters
-
setUserFrameParameters
-
internalFrameActivated
- Specified by:
internalFrameActivated
in interfaceInternalFrameListener
-
internalFrameClosed
- Specified by:
internalFrameClosed
in interfaceInternalFrameListener
-
internalFrameClosing
- Specified by:
internalFrameClosing
in interfaceInternalFrameListener
-
internalFrameDeactivated
- Specified by:
internalFrameDeactivated
in interfaceInternalFrameListener
-
internalFrameDeiconified
- Specified by:
internalFrameDeiconified
in interfaceInternalFrameListener
-
internalFrameIconified
- Specified by:
internalFrameIconified
in interfaceInternalFrameListener
-
internalFrameOpened
- Specified by:
internalFrameOpened
in interfaceInternalFrameListener
-
getName
Description copied from class:PamFramePlots
Get a unique name for the display- Specified by:
getName
in classPamFramePlots
- Returns:
- a unique name for the display.
-