TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.ui.widgets.grapher
Interface BasicGraphSource

All Known Subinterfaces:
EnumerationGraphSource, GraphSource
All Known Implementing Classes:
HighlighterGraph, TestGraphSource

public interface BasicGraphSource

A basic graph source interface depicting x slider data only.

Since:
4.0.0

Field Summary
static double NEGATIVE_INFINITY
          The negative infinity constant
static double POSITIVE_INFINITY
          The positive infinity constant
 
Method Summary
 double getMax()
          Get the maximum time this graph has data at
 double getMin()
          Get the minimum time this graph has data at
 

Field Detail

POSITIVE_INFINITY

public static final double POSITIVE_INFINITY
The positive infinity constant

See Also:
Constant Field Values

NEGATIVE_INFINITY

public static final double NEGATIVE_INFINITY
The negative infinity constant

See Also:
Constant Field Values
Method Detail

getMin

public double getMin()
Get the minimum time this graph has data at

Returns:
the minimum time this graph has data at

getMax

public double getMax()
Get the maximum time this graph has data at

Returns:
the maximum time this graph has data at

TPTP 4.1.0 Platform Project
Public API Specification