lt.monarch.data.binding
Class AbstractChartSeriesEx

java.lang.Object
  extended by lt.monarch.chart.engine.AbstractChartObject<Tags>
      extended by lt.monarch.chart.AbstractChartSeries
          extended by lt.monarch.data.binding.AbstractChartSeriesEx
All Implemented Interfaces:
java.io.Serializable, ChartEntity, ChartObject, ChartSeries, StyleEditorEntity

public abstract class AbstractChartSeriesEx
extends AbstractChartSeries

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class lt.monarch.chart.AbstractChartSeries
metaModel, model, modelValidator, seriesName, seriesTransform, showLegend, showNullValues, symbol, xMapper, yMapper, zMapper
 
Fields inherited from class lt.monarch.chart.engine.AbstractChartObject
AXIS_SORT_POSITION, BREAK_LINE_POSITION, DEFAULT_SORT_POSITION, GRID_SORT_POSITION, MARKER_SERIES_SORT_POSITION, MARKERS_SORT_POSITION, paintStyle, SERIES_SORT_POSITION, sortPosition, style
 
Constructor Summary
Constructor and Description
AbstractChartSeriesEx()
           
 
Method Summary
Modifier and Type Method and Description
 DataBinding getDataBinding()
          Returns data binding
 long getDataRefreshInterval()
           
 DataSource getDataSource()
          Returns data source
 void setDataBinding(DataBinding dataBinding)
           
 void setDataRefreshInterval(long dataRefreshInterval)
           
 void setDataSource(DataSource dataSource)
          Sets data source that will be used to retrieve data model
 
Methods inherited from class lt.monarch.chart.AbstractChartSeries
activate, checkDataModelRequirements, createLegendEntries, createLegendEntry, createLegendSymbol, deactivate, draw, fillEntitySheet, getChartObjectBounds, getDataModel, getDescription, getMaxValue, getMetaDataModel, getMinValue, getModelValidator, getName, getNearestChildEntity, getParentEntity, getProjector, getSeriesColor, getShortDescription, getShowNullValues, getSortPosition, getXMapper, getYMapper, getZMapper, handleDataModelChangeEvent, setLegendSymbol, setName, setShowNullValues, setValidateData, showLegend, updateClippingToProjector
 
Methods inherited from class lt.monarch.chart.engine.AbstractChartObject
chart, copy, dispose, finalize, getChart, getPaintStyle, getParent, getStyle, getStyle, invalidate, isVisible, layout, repaint, repaint, setChart, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lt.monarch.chart.engine.ChartObject
dispose, getChart, getStyle, getStyle, invalidate, isVisible, layout, repaint, repaint, setChart
 
Methods inherited from interface lt.monarch.chart.engine.StyleEditorEntity
getParent, getStyle
 

Constructor Detail

AbstractChartSeriesEx

public AbstractChartSeriesEx()
Method Detail

getDataSource

public DataSource getDataSource()
Returns data source

Returns:
data source

setDataSource

public void setDataSource(DataSource dataSource)
Sets data source that will be used to retrieve data model

Parameters:
dataSource -
See Also:
AbstractChartSeries.setDataBinding(DataBinding)

getDataBinding

public DataBinding getDataBinding()
Returns data binding

Returns:

setDataBinding

public void setDataBinding(DataBinding dataBinding)

getDataRefreshInterval

public long getDataRefreshInterval()

setDataRefreshInterval

public void setDataRefreshInterval(long dataRefreshInterval)