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 PeriodicityType
PeriodicityType. 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.TDoubleArrayList
PeriodicityHelper. calculate(PeriodicityType type, double left, Date leftDate, Calendar leftCal, double right, Date rightDate, Calendar rightCal)
Calculates the per periodicity values.static String
PeriodicityHelper. 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 PeriodicityType
PeriodicityTickGenerator. m_Periodicity
the periodicity type.Methods in adams.gui.visualization.core.axis that return PeriodicityType Modifier and Type Method Description PeriodicityType
PeriodicityTickGenerator. 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 void
PeriodicityTickGenerator. 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 PeriodicityType
DefaultTimeseriesXAxisPanelOptions. m_Periodicity
the periodicity to use.protected PeriodicityType
PeriodicityPaintlet. m_Periodicity
the periodicity type.Methods in adams.gui.visualization.timeseries that return PeriodicityType Modifier and Type Method Description PeriodicityType
DefaultTimeseriesXAxisPanelOptions. getPeriodicity()
Returns the type of periodicity to use for the background.PeriodicityType
PeriodicityPaintlet. getPeriodicity()
Returns the type of periodicity to use.Methods in adams.gui.visualization.timeseries with parameters of type PeriodicityType Modifier and Type Method Description void
DefaultTimeseriesXAxisPanelOptions. setPeriodicity(PeriodicityType value)
Sets the type of periodicity to use for the background.void
PeriodicityPaintlet. setPeriodicity(PeriodicityType value)
Sets the type of periodicity to use.
-