Package adams.gui.visualization.instance
Class InstanceZoomOverviewPaintlet
- 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<InstancePanel>
-
- adams.gui.visualization.instance.InstanceZoomOverviewPaintlet
-
- All Implemented Interfaces:
adams.core.Destroyable
,adams.core.GlobalInfoSupporter
,adams.core.logging.LoggingLevelHandler
,adams.core.logging.LoggingSupporter
,adams.core.option.OptionHandler
,adams.core.ShallowCopySupporter<adams.gui.visualization.core.Paintlet>
,adams.core.SizeOfHandler
,adams.gui.visualization.core.Paintlet
,Serializable
public class InstanceZoomOverviewPaintlet extends adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet<InstancePanel>
Highlights the current zoom in the instance panel.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstanceZoomOverviewPaintlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InstancePanel
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
-
-
-
-
Method Detail
-
getContainerPanel
protected InstancePanel getContainerPanel()
Returns the panel to obtain plot and containers from.- Specified by:
getContainerPanel
in classadams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet<InstancePanel>
- Returns:
- the panel
-
-