public class GaugeDataPointList extends DataPointList<GaugeDataPoint>
GaugeDataPoint objects.| Constructor and Description |
|---|
GaugeDataPointList()
Creates a new, empty list of
GaugeDataPoint objects. |
| Modifier and Type | Method and Description |
|---|---|
GaugeDataPoint |
summarize()
|
add, checkForEmptyList, clear, contains, getList, isEmpty, remove, size, toDebugString, toStringpublic GaugeDataPointList()
GaugeDataPoint objects.public GaugeDataPoint summarize() throws UnsupportedOperationException
DataPointListDataPoint elements contained within this list into
a single DataPoint instance that encompasses the entire time
frame spanned by the list contents.summarize in class DataPointList<GaugeDataPoint>DataPoint encompassing contents of listUnsupportedOperationException - if the list is emptyCopyright © 2014. All Rights Reserved.