Uses of Class
adams.data.heatmap.HeatmapValue

Packages that use HeatmapValue
adams.data.heatmap   
 

Uses of HeatmapValue in adams.data.heatmap
 

Fields in adams.data.heatmap with type parameters of type HeatmapValue
protected static DataPointComparator<HeatmapValue> Heatmap.m_Comparator
          the singleton comparator.
 

Methods in adams.data.heatmap that return HeatmapValue
 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
 DataPointComparator<HeatmapValue> Heatmap.getComparator()
          Returns the comparator in use.
 Iterator<HeatmapValue> Heatmap.iterator()
          Returns an iterator over the elements in this collection.
 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(DataPointComparator comparator)
          Returns a list with the points.
 TreeSet<HeatmapValue> Heatmap.toTreeSet()
          Returns a treeset with the points.
 TreeSet<HeatmapValue> Heatmap.toTreeSet(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
 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
 boolean Heatmap.addAll(Collection<? extends HeatmapValue> c)
          Sets all the values stored in the collection in this heatmap.
 void Heatmap.assign(DataContainer<HeatmapValue> other)
          Obtains the stored variables from the other data point, but not the actual data points.
 TreeSet<HeatmapValue> Heatmap.toTreeSet(DataPointComparator<HeatmapValue> comparator)
          Returns a treeset with the points, sorted according to the given comparator.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.