Interface AnyChartElement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ChartElement
,ChartLegend
,ChartMainArea
,ChartTitle
,DendrogramElement
,DendrogramMainArea
,DendrogramTitle
,GanttChartElement
,GanttChartLegend
,GanttChartMainArea
,GanttChartTitle
,Legend
,MainArea
,Title
- All Known Implementing Classes:
ChartElementImpl
,ChartLegendImpl
,ChartMainAreaImpl
,ChartTitleImpl
,DendrogramElementImpl
,DendrogramMainAreaImpl
,DendrogramTitleImpl
,GanttChartElementImpl
,GanttChartLegendImpl
,GanttChartMainAreaImpl
,GanttChartTitleImpl
public interface AnyChartElement
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Any Chart Element'.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbounds()
void
changeBounds
(IBmTransaction transaction, DoubleRect rect) getChart()
void
setActualChart
(IBmObject actualChart) Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
changeBounds
-
bounds
DoubleRect bounds() -
setActualChart
-
getChart
IBmObject getChart()
-