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 HeatmapValue
Heatmap. m_Max
the maximum intensity value.protected HeatmapValue
Heatmap. m_Min
the 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_Comparator
the singleton comparator.Methods in adams.data.heatmap that return HeatmapValue Modifier and Type Method Description HeatmapValue
Heatmap. getMaxValue()
Returns the largest value in the heatmap.HeatmapValue
Heatmap. getMinValue()
Returns the smallest value in the heatmap.HeatmapValue
Heatmap. 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 boolean
Heatmap. 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 boolean
Heatmap. addAll(Collection<? extends HeatmapValue> c)
Sets all the values stored in the collection in this heatmap.void
Heatmap. 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.
-