Uses of Interface
adams.gui.visualization.core.axis.TickGenerator
-
Packages that use TickGenerator Package Description adams.gui.tools.spreadsheetviewer.chart adams.gui.visualization.core adams.gui.visualization.core.axis -
-
Uses of TickGenerator in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as TickGenerator Modifier and Type Field Description protected TickGeneratorGenericPlot. m_XTickGeneratorthe tick generator for the X axis.protected TickGeneratorGenericPlot. m_YTickGeneratorthe tick generator for the Y axis.Methods in adams.gui.tools.spreadsheetviewer.chart that return TickGenerator Modifier and Type Method Description protected TickGeneratorAbstractChartGenerator. columnTypesToTickGenerator(SpreadSheet sheet, int[] colIndices)Returns the most appropriate tick generator for the given columns.protected TickGeneratorAbstractChartGenerator. columnTypeToTickGenerator(SpreadSheet sheet, int colIndex)Returns the most appropriate tick generator for a given column.TickGeneratorGenericPlot. getXTickGenerator()Returns the tick generator for the X axis.TickGeneratorGenericPlot. getYTickGenerator()Returns the tick generator for the Y axis.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type TickGenerator Modifier and Type Method Description voidGenericPlot. setXTickGenerator(TickGenerator value)Sets the tick generator for the X axis.voidGenericPlot. setYTickGenerator(TickGenerator value)Sets the tick generator for the X axis. -
Uses of TickGenerator in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as TickGenerator Modifier and Type Field Description protected TickGeneratorAxisPanelOptions. m_TickGeneratorthe tick generator to use.Methods in adams.gui.visualization.core that return TickGenerator Modifier and Type Method Description TickGeneratorAxisPanel. getTickGenerator()Returns the current tick generator in use.TickGeneratorAxisPanelOptions. getTickGenerator()Returns the current tick generator in use.Methods in adams.gui.visualization.core with parameters of type TickGenerator Modifier and Type Method Description voidAxisPanel. setTickGenerator(TickGenerator value)Sets tick generator to use.voidAxisPanelOptions. setTickGenerator(TickGenerator value)Sets tick generator to use. -
Uses of TickGenerator in adams.gui.visualization.core.axis
Subinterfaces of TickGenerator in adams.gui.visualization.core.axis Modifier and Type Interface Description interfaceFixedLabelTickGeneratorInterface for tick generators that use a fixed list of string labels.Classes in adams.gui.visualization.core.axis that implement TickGenerator Modifier and Type Class Description classAbstractLimitedTickGeneratorAncestor for tick generators that only generate a limited number of ticks.classAbstractTickGeneratorAn abstract class of a tick generator.classFancyTickGeneratorA fancy tick generator based on code from the flotcharts project.classPeriodicityTickGeneratorA periodicity tick generator.classSimpleFixedLabelTickGeneratorA simple tick generator that uses a fixed list of labels.classSimpleTickGeneratorA simple tick generator.Fields in adams.gui.visualization.core.axis declared as TickGenerator Modifier and Type Field Description protected TickGeneratorAbstractAxisModel. m_TickGeneratorthe tick generator.Methods in adams.gui.visualization.core.axis that return TickGenerator Modifier and Type Method Description static TickGeneratorAbstractTickGenerator. forCommandLine(String cmdline)Instantiates the generator from the given commandline (i.e., classname and optional options).static TickGeneratorAbstractTickGenerator. forName(String classname, String[] options)Instantiates the generator with the given options.TickGeneratorAbstractAxisModel. getTickGenerator()Returns the current tick generator in use.TickGeneratorAbstractTickGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.TickGeneratorAbstractTickGenerator. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.gui.visualization.core.axis with parameters of type TickGenerator Modifier and Type Method Description voidAbstractAxisModel. setTickGenerator(TickGenerator value)Sets the tick generator to use.
-