org.eclipse.birt.chart.model.type
Interface ScatterSeries

All Superinterfaces:
org.eclipse.emf.ecore.EObject, LineSeries, org.eclipse.emf.common.notify.Notifier, Series
All Known Subinterfaces:
BubbleSeries
All Known Implementing Classes:
BubbleSeriesImpl, ScatterSeriesImpl

public interface ScatterSeries
extends LineSeries

A representation of the model object 'Scatter Series'. This is a Series type that holds data for Scatter Charts.

See Also:
TypePackage.getScatterSeries()

Method Summary
 ScatterSeries copyInstance()
          A convenient method to get an instance copy.
 
Methods inherited from interface org.eclipse.birt.chart.model.type.LineSeries
getLineAttributes, getMarker, getMarkers, getShadowColor, isConnectMissingValue, isCurve, isPaletteLineColor, isSetConnectMissingValue, isSetCurve, isSetPaletteLineColor, setConnectMissingValue, setCurve, setLineAttributes, setMarker, setPaletteLineColor, setShadowColor, unsetConnectMissingValue, unsetCurve, unsetPaletteLineColor
 
Methods inherited from interface org.eclipse.birt.chart.model.component.Series
canBeStacked, canParticipateInCombination, canShareAxisUnit, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getDisplayName, getLabel, getLabelPosition, getSeriesIdentifier, getTriggers, isSetLabelPosition, isSetStacked, isSetTranslucent, isSetVisible, isSingleCache, isStacked, isTranslucent, isVisible, setCursor, setCurveFitting, setDataPoint, setDataSet, setDataSet, setLabel, setLabelPosition, setSeriesIdentifier, setStacked, setTranslucent, setVisible, translateFrom, unsetLabelPosition, unsetStacked, unsetTranslucent, unsetVisible
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

copyInstance

ScatterSeries copyInstance()
A convenient method to get an instance copy. This is much faster than the ECoreUtil.copy().

Specified by:
copyInstance in interface LineSeries
Specified by:
copyInstance in interface Series


Copyright © 2005-2008 Actuate Corp. All rights reserved.