|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.data.SeriesSource
public abstract class SeriesSource
Title: SeriesSource class
Description: Abstract class to define Series.DataSource components.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected ISeries |
series
|
Constructor Summary | |
---|---|
SeriesSource()
|
Method Summary | |
---|---|
protected void |
dispose(boolean disposing)
|
ISeries |
getSeries()
The Series that has this component as DataSource. |
abstract void |
refreshData()
Fills Series with data from source. |
void |
setSeries(ISeries value)
The Series that has this component as DataSource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ISeries series
Constructor Detail |
---|
public SeriesSource()
Method Detail |
---|
public final ISeries getSeries()
public void setSeries(ISeries value)
value
- ISeriesprotected void dispose(boolean disposing)
public abstract void refreshData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |