public class RatioGaugeDataPointList extends DataPointList<RatioGaugeDataPoint>
RatioGaugeDataPoint objects.| Constructor and Description |
|---|
RatioGaugeDataPointList()
Creates a new, empty list of
RatioGaugeDataPoint objects. |
| Modifier and Type | Method and Description |
|---|---|
RatioGaugeDataPoint |
summarize()
|
add, checkForEmptyList, clear, contains, getList, isEmpty, remove, size, toDebugString, toStringpublic RatioGaugeDataPointList()
RatioGaugeDataPoint objects.public RatioGaugeDataPoint 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<RatioGaugeDataPoint>DataPoint encompassing contents of listUnsupportedOperationException - if the list is emptyCopyright © 2014. All Rights Reserved.