Class AbstractTimeseriesYAxisPanelOptions
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.gui.visualization.core.AxisPanelOptions
-
- adams.gui.visualization.timeseries.AbstractTimeseriesYAxisPanelOptions
-
- All Implemented Interfaces:
Destroyable
,GlobalInfoSupporter
,LoggingLevelHandler
,LoggingSupporter
,OptionHandler
,SizeOfHandler
,PlotPanelAxisOptions
,TimeseriesYAxisPanelOptions
,Serializable
- Direct Known Subclasses:
DefaultTimeseriesYAxisPanelOptions
public abstract class AbstractTimeseriesYAxisPanelOptions extends AxisPanelOptions implements TimeseriesYAxisPanelOptions
Ancestor for axis panel option classes for timeseries Y axes.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.gui.visualization.core.AxisPanelOptions
m_BottomMargin, m_CustomFormat, m_Label, m_LengthTicks, m_NthValueToShow, m_ShowGridLines, m_TickGenerator, m_TopMargin, m_Type, m_Width
-
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 AbstractTimeseriesYAxisPanelOptions()
-
Method Summary
-
Methods inherited from class adams.gui.visualization.core.AxisPanelOptions
bottomMarginTipText, configure, customFormatTipText, defineOptions, getBottomMargin, getCustomFormat, getLabel, getLengthTicks, getNthValueToShow, getShowGridLines, getTickGenerator, getTopMargin, getType, getWidth, globalInfo, labelTipText, lengthTicksTipText, nthValueToShowTipText, setBottomMargin, setCustomFormat, setLabel, setLengthTicks, setNthValueToShow, setShowGridLines, setTickGenerator, setTopMargin, setType, setWidth, showGridLinesTipText, tickGeneratorTipText, topMarginTipText, typeTipText, widthTipText
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, 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.Destroyable
destroy
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.gui.visualization.core.PlotPanelAxisOptions
configure
-
-