TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input.cim
Class SVGDataSetAssociationsImpl

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase
      extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGDataSetAssociationsImpl
All Implemented Interfaces:
DataSetAssociations

public class SVGDataSetAssociationsImpl
extends SVGInputBase
implements DataSetAssociations

An implementation of the model object 'Data Set Associations'.

The following features are implemented:

Generated

Field Summary
protected  java.util.List curves
           
protected  java.util.List dataSetIds
          The cached value of the 'Data Set Ids' reference list
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase
_chart, _dgraphic, colors, colorTable
 
Constructor Summary
protected SVGDataSetAssociationsImpl()
           
  SVGDataSetAssociationsImpl(Chart chart, DGraphic dgraphic, java.util.List curves)
           
  SVGDataSetAssociationsImpl(SVGChartImpl chart)
           
 
Method Summary
 void assignDataSetIds(java.util.List source)
           
 java.util.List getDataSetIds()
           
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase
assign, constructAccessibilityModel, constructEventHandlerModel, constructModel, convertToHex, getAccessibility, getColor, getDGraphic, getElement, getEventHandler, getEventHandler, listFactory, log, logln, setDGraphic, setElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.input.DataSetAssociations
getElement
 

Field Detail

dataSetIds

protected java.util.List dataSetIds
The cached value of the 'Data Set Ids' reference list.

See Also:
getDataSetIds()
Generated
[EMF] Ordered

curves

protected java.util.List curves
Constructor Detail

SVGDataSetAssociationsImpl

protected SVGDataSetAssociationsImpl()

Generated

SVGDataSetAssociationsImpl

public SVGDataSetAssociationsImpl(SVGChartImpl chart)

SVGDataSetAssociationsImpl

public SVGDataSetAssociationsImpl(Chart chart,
                                  DGraphic dgraphic,
                                  java.util.List curves)
Method Detail

getDataSetIds

public java.util.List getDataSetIds()

Specified by:
getDataSetIds in interface DataSetAssociations
Returns:
the value of the 'Data Set Ids' reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getDataSetAssociations_DataSetIds()
Generated

assignDataSetIds

public void assignDataSetIds(java.util.List source)

TPTP 4.6.0 Platform Project
Internal API Specification