|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndicatorSource
The IndicatorSource defines the necessary methods and indicator source types used to plot indicators on ZoomSliders An Indicator plots the resulting y value for a specific x time on the y axis slider. The indicator source provides the indicator values to plot on the sliders.
IndicatorSource| Field Summary | |
|---|---|
static int |
TYPE_PIXEL
The Pixel source type constant. |
static int |
TYPE_TIME
The Time source type constant. |
| Method Summary | |
|---|---|
double |
getIndicatorLocation()
Get the location to be used in drawing the indicators. |
int |
getSourceType()
Return the IndicatorSource type. |
| Field Detail |
|---|
static final int TYPE_TIME
static final int TYPE_PIXEL
| Method Detail |
|---|
int getSourceType()
double getIndicatorLocation()
getSourceType.
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||