org.eclipse.birt.chart.model.attribute
Interface MultipleFill

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Fill, IChartObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MultipleFillImpl

public interface MultipleFill
extends Fill

A representation of the model object 'Multiple Fill'. This type represents a list of fill object.

The following features are supported:

See Also:
AttributePackage.getMultipleFill()

Method Summary
 MultipleFill copyInstance()
           
 org.eclipse.emf.common.util.EList<Fill> getFills()
          Returns the value of the 'Fills' containment reference list.
 
Methods inherited from interface org.eclipse.birt.chart.model.attribute.Fill
getType, isSetType, setType, unsetType
 
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 Detail

getFills

org.eclipse.emf.common.util.EList<Fill> getFills()
Returns the value of the 'Fills' containment reference list. The list contents are of type Fill.

If the meaning of the 'Fills' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fills' containment reference list.
See Also:
AttributePackage.getMultipleFill_Fills()

copyInstance

MultipleFill copyInstance()
Specified by:
copyInstance in interface Fill
Specified by:
copyInstance in interface IChartObject


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