Uses of Class
adams.data.timeseries.PeriodicityType
-
Packages that use PeriodicityType Package Description adams.data.timeseries adams.gui.visualization.core.axis adams.gui.visualization.timeseries -
-
Uses of PeriodicityType in adams.data.timeseries
Methods in adams.data.timeseries that return PeriodicityType Modifier and Type Method Description static PeriodicityTypePeriodicityType. valueOf(String name)Returns the enum constant of this type with the specified name.static PeriodicityType[]PeriodicityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.timeseries with parameters of type PeriodicityType Modifier and Type Method Description static gnu.trove.list.array.TDoubleArrayListPeriodicityHelper. calculate(PeriodicityType type, double left, Date leftDate, Calendar leftCal, double right, Date rightDate, Calendar rightCal)Calculates the per periodicity values.static StringPeriodicityHelper. getFormat(PeriodicityType type)Returns the format associated with the periodicity type. -
Uses of PeriodicityType in adams.gui.visualization.core.axis
Fields in adams.gui.visualization.core.axis declared as PeriodicityType Modifier and Type Field Description protected PeriodicityTypePeriodicityTickGenerator. m_Periodicitythe periodicity type.Methods in adams.gui.visualization.core.axis that return PeriodicityType Modifier and Type Method Description PeriodicityTypePeriodicityTickGenerator. getPeriodicity()Returns the type of periodicity to use.Methods in adams.gui.visualization.core.axis with parameters of type PeriodicityType Modifier and Type Method Description voidPeriodicityTickGenerator. setPeriodicity(PeriodicityType value)Sets the type of periodicity to use. -
Uses of PeriodicityType in adams.gui.visualization.timeseries
Fields in adams.gui.visualization.timeseries declared as PeriodicityType Modifier and Type Field Description protected PeriodicityTypeDefaultTimeseriesXAxisPanelOptions. m_Periodicitythe periodicity to use.protected PeriodicityTypePeriodicityPaintlet. m_Periodicitythe periodicity type.Methods in adams.gui.visualization.timeseries that return PeriodicityType Modifier and Type Method Description PeriodicityTypeDefaultTimeseriesXAxisPanelOptions. getPeriodicity()Returns the type of periodicity to use for the background.PeriodicityTypePeriodicityPaintlet. getPeriodicity()Returns the type of periodicity to use.Methods in adams.gui.visualization.timeseries with parameters of type PeriodicityType Modifier and Type Method Description voidDefaultTimeseriesXAxisPanelOptions. setPeriodicity(PeriodicityType value)Sets the type of periodicity to use for the background.voidPeriodicityPaintlet. setPeriodicity(PeriodicityType value)Sets the type of periodicity to use.
-