Uses of Class
adams.data.heatmap.HeatmapValue
-
Packages that use HeatmapValue Package Description adams.data.heatmap -
-
Uses of HeatmapValue in adams.data.heatmap
Fields in adams.data.heatmap declared as HeatmapValue Modifier and Type Field Description protected HeatmapValueHeatmap. m_Maxthe maximum intensity value.protected HeatmapValueHeatmap. m_Minthe minimum intensity value.Fields in adams.data.heatmap with type parameters of type HeatmapValue Modifier and Type Field Description protected static adams.data.container.DataPointComparator<HeatmapValue>Heatmap. m_Comparatorthe singleton comparator.Methods in adams.data.heatmap that return HeatmapValue Modifier and Type Method Description HeatmapValueHeatmap. getMaxValue()Returns the largest value in the heatmap.HeatmapValueHeatmap. getMinValue()Returns the smallest value in the heatmap.HeatmapValueHeatmap. newPoint()Returns a new instance of a DataContainer point.HeatmapValue[]Heatmap. toArray()Turns the heatmap into an array (row wise).Methods in adams.data.heatmap that return types with arguments of type HeatmapValue Modifier and Type Method Description adams.data.container.DataPointComparator<HeatmapValue>Heatmap. getComparator()Returns the comparator in use.Iterator<HeatmapValue>Heatmap. iterator()Returns an iterator over the elements in this collection.adams.data.container.DataPointComparator<HeatmapValue>Heatmap. newComparator()Returns a new instance of the default comparator.List<HeatmapValue>Heatmap. toList()Returns a list with the points.List<HeatmapValue>Heatmap. toList(adams.data.container.DataPointComparator comparator)Returns a list with the points.TreeSet<HeatmapValue>Heatmap. toTreeSet()Returns a treeset with the points.TreeSet<HeatmapValue>Heatmap. toTreeSet(adams.data.container.DataPointComparator<HeatmapValue> comparator)Returns a treeset with the points, sorted according to the given comparator.Methods in adams.data.heatmap with parameters of type HeatmapValue Modifier and Type Method Description booleanHeatmap. add(HeatmapValue e)Adds the value specified by this value object.Method parameters in adams.data.heatmap with type arguments of type HeatmapValue Modifier and Type Method Description booleanHeatmap. addAll(Collection<? extends HeatmapValue> c)Sets all the values stored in the collection in this heatmap.voidHeatmap. assign(adams.data.container.DataContainer<HeatmapValue> other)Obtains the stored variables from the other data point, but not the actual data points.TreeSet<HeatmapValue>Heatmap. toTreeSet(adams.data.container.DataPointComparator<HeatmapValue> comparator)Returns a treeset with the points, sorted according to the given comparator.
-