Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.data
Interface IDisplayDataPoint

All Superinterfaces:
IDataPoint
All Known Subinterfaces:
IHighLowDataPoint, IStackedDataPoint
All Known Implementing Classes:
AvailabilityDataPoint, AvailabilityMetricValue, DataPoint, DownMetricValue, HighLowDataPoint, HighLowMetricValue, MetricValue, StackedDataPoint

public interface IDisplayDataPoint
extends IDataPoint

This interface defines APIs that are required to display a data point in the UI


Method Summary
 java.lang.String getLabel()
          Retrieves the label of a chart data point.
 long getTimestamp()
           
 
Methods inherited from interface org.hyperic.util.data.IDataPoint
getValue
 

Method Detail

getTimestamp

long getTimestamp()
Returns:
The absolute time of the datum, in milliseconds.

getLabel

java.lang.String getLabel()
Retrieves the label of a chart data point. The data point is charted on the X axis for line and column charts.

Returns:
A String label for a chart data point.

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.