lt.monarch.chart.chart2D.series
Class AbstractLineSeries<ChartProjector extends Projector>
java.lang.Object
lt.monarch.chart.engine.AbstractChartObject<Tags>
lt.monarch.chart.AbstractChartSeries<Tags,ChartProjector>
lt.monarch.chart.chart2D.series.MarkerDecorableSeries<SeriesPaintTags,ChartProjector>
lt.monarch.chart.chart2D.series.AbstractLineSeries<ChartProjector>
- All Implemented Interfaces:
- java.io.Serializable, AbstractMarkerSeries, ChartEntity, ChartObject, ChartSeries, StyleEditorEntity
- Direct Known Subclasses:
- LineSeries
public abstract class AbstractLineSeries<ChartProjector extends Projector>
extends MarkerDecorableSeries<SeriesPaintTags,ChartProjector>
Abstract scatter series, which allows indirectly to access axis mappers, data and meta models.
- See Also:
- Serialized Form
Method Summary
abstract boolean |
isCachingEnabled()
Gets if the caching is enabled |
| Methods inherited from class lt.monarch.chart.chart2D.series.MarkerDecorableSeries |
addMarker, addMarker, addMarker, calculateNullValue, copy, dataConstraintExtraction, draw, drawMarkers, drawMarkers, generateConstaint, getBaseValue, getColorMapper, getKeyType, getMarkerConstraints, getMarkers, getMarkerStyle, getMaxValue, getMinValue, getPaintMode, getPointForConstraint, getSortPosition, layout, mapMinMaxValue, removeMarker, setBaseValue, setColorMapper, setPaintMode |
| Methods inherited from class lt.monarch.chart.AbstractChartSeries |
activate, checkDataModelRequirements, createLegendEntries, createLegendEntry, createLegendSymbol, deactivate, fillEntitySheet, getChartObjectBounds, getDataModel, getDescription, getMetaDataModel, getModelValidator, getName, getNearestChildEntity, getParentEntity, getProjector, getSeriesColor, getShortDescription, getShowNullValues, 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, repaint, repaint, setChart, setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLineSeries
public AbstractLineSeries(DataModel model,
MetaDataModel metaModel,
AxisMapper xMapper,
AxisMapper yMapper)
- Abstract line series
- Parameters:
model - data modelmetaModel - meta data modelxMapper - x axis mapperyMapper - y axis mapper
isCachingEnabled
public abstract boolean isCachingEnabled()
- Gets if the caching is enabled
- Returns:
- true if caching is enabled