Uses of Enum Class
org.yamcs.studio.archive.Histogram.HistogramKind
Packages that use Histogram.HistogramKind
-
Uses of Histogram.HistogramKind in org.yamcs.studio.archive
Methods in org.yamcs.studio.archive that return Histogram.HistogramKindModifier and TypeMethodDescriptionHistogram.getKind()static Histogram.HistogramKindReturns the enum constant of this class with the specified name.static Histogram.HistogramKind[]Histogram.HistogramKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.yamcs.studio.archive with parameters of type Histogram.HistogramKindConstructors in org.yamcs.studio.archive with parameters of type Histogram.HistogramKindModifierConstructorDescriptionHistogram(Timeline timeline, Histogram.HistogramKind kind, String label)