Uses of Class
adams.data.sequence.XYSequencePointComparator.Comparison
-
Packages that use XYSequencePointComparator.Comparison Package Description adams.data.sequence adams.flow.sink adams.flow.sink.sequenceplotter -
-
Uses of XYSequencePointComparator.Comparison in adams.data.sequence
Fields in adams.data.sequence declared as XYSequencePointComparator.Comparison Modifier and Type Field Description protected XYSequencePointComparator.ComparisonXYSequence. m_Comparisonthe comparison to use.protected XYSequencePointComparator.ComparisonXYSequencePointComparator. m_Comparisonhow to compare.Methods in adams.data.sequence that return XYSequencePointComparator.Comparison Modifier and Type Method Description XYSequencePointComparator.ComparisonXYSequence. getComparison()Returns the type of comparison currently in use.XYSequencePointComparator.ComparisonXYSequencePointComparator. getComparison()Returns the type of comparison.static XYSequencePointComparator.ComparisonXYSequencePointComparator.Comparison. valueOf(String name)Returns the enum constant of this type with the specified name.static XYSequencePointComparator.Comparison[]XYSequencePointComparator.Comparison. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.sequence with parameters of type XYSequencePointComparator.Comparison Modifier and Type Method Description voidXYSequence. setComparison(XYSequencePointComparator.Comparison value)Sets the type of comparison to use.Constructors in adams.data.sequence with parameters of type XYSequencePointComparator.Comparison Constructor Description XYSequencePointComparator(XYSequencePointComparator.Comparison comp, boolean ascending)This constructor initializes the comparator either with comparison by X or by Y or both. -
Uses of XYSequencePointComparator.Comparison in adams.flow.sink
Fields in adams.flow.sink declared as XYSequencePointComparator.Comparison Modifier and Type Field Description protected XYSequencePointComparator.ComparisonSequencePlotter. m_ComparisonTypethe comparison to use for the X/Y points.Methods in adams.flow.sink that return XYSequencePointComparator.Comparison Modifier and Type Method Description XYSequencePointComparator.ComparisonSequencePlotter. getComparisonType()Returns the type of comparison currently in use for the X/Y points.Methods in adams.flow.sink with parameters of type XYSequencePointComparator.Comparison Modifier and Type Method Description voidSequencePlotter. setComparisonType(XYSequencePointComparator.Comparison value)Sets the type of comparison to use for the X/Y points. -
Uses of XYSequencePointComparator.Comparison in adams.flow.sink.sequenceplotter
Constructors in adams.flow.sink.sequenceplotter with parameters of type XYSequencePointComparator.Comparison Constructor Description SequencePlotPointComparator(XYSequencePointComparator.Comparison comp, boolean ascending, String metaDataKey)This constructor initializes the comparator either with comparison by X or by Y or both.
-