Uses of Class
adams.data.wavefilter.WaveIndexingType
-
Packages that use WaveIndexingType Package Description adams.data.wavefilter -
-
Uses of WaveIndexingType in adams.data.wavefilter
Fields in adams.data.wavefilter declared as WaveIndexingType Modifier and Type Field Description protected WaveIndexingType
Cut. m_Type
the starting/duration.protected WaveIndexingType
Trim. m_Type
how to trim.Methods in adams.data.wavefilter that return WaveIndexingType Modifier and Type Method Description WaveIndexingType
Cut. getType()
Returns the indexing type in use.WaveIndexingType
Trim. getType()
Returns the trim type in use.static WaveIndexingType
WaveIndexingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WaveIndexingType[]
WaveIndexingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.wavefilter with parameters of type WaveIndexingType Modifier and Type Method Description void
Cut. setType(WaveIndexingType value)
Sets the indexing type to use.void
Trim. setType(WaveIndexingType value)
Sets the trim type to use.
-