Class TimeseriesZoomOverviewPaintlet
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.gui.visualization.core.AbstractPaintlet
-
- adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet<TimeseriesPanel>
-
- adams.gui.visualization.timeseries.TimeseriesZoomOverviewPaintlet
-
- All Implemented Interfaces:
Destroyable
,GlobalInfoSupporter
,LoggingLevelHandler
,LoggingSupporter
,OptionHandler
,ShallowCopySupporter<Paintlet>
,SizeOfHandler
,Paintlet
,Serializable
public class TimeseriesZoomOverviewPaintlet extends AbstractDataContainerZoomOverviewPaintlet<TimeseriesPanel>
Highlights the current zoom in the timeseries panel.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
m_HighlightColor
-
Fields inherited from class adams.gui.visualization.core.AbstractPaintlet
m_Enabled, m_Initializing, m_Panel, m_RepaintOnChange
-
Fields inherited from class adams.core.option.AbstractOptionHandler
m_OptionManager
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description TimeseriesZoomOverviewPaintlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TimeseriesPanel
getContainerPanel()
Returns the panel to obtain plot and containers from.-
Methods inherited from class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
backgroundColorTipText, defineOptions, getHighlightColor, getPaintMoment, globalInfo, performPaint, setHighlightColor
-
Methods inherited from class adams.gui.visualization.core.AbstractPaintlet
canPaint, finishInit, forCommandLine, forName, getPaintlets, getPanel, getPlot, getRepaintOnChange, hasPanel, initialize, isEnabled, isInitializing, memberChanged, memberChanged, paint, repaint, setEnabled, setPanel, setPanel, setRepaintOnChange, shallowCopy, shallowCopy, updatePanel
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, destroy, getDefaultLoggingLevel, getOptionManager, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-
-
-
Method Detail
-
getContainerPanel
protected TimeseriesPanel getContainerPanel()
Returns the panel to obtain plot and containers from.- Specified by:
getContainerPanel
in classAbstractDataContainerZoomOverviewPaintlet<TimeseriesPanel>
- Returns:
- the panel
-
-