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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Fill, IChartObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EmbeddedImage, PatternImage
All Known Implementing Classes:
EmbeddedImageImpl, ImageImpl, PatternImageImpl

public interface Image
extends Fill

A representation of the model object 'Image'. This type represents an image.

The following features are supported:

See Also:
AttributePackage.getImage()

Method Summary
 Image copyInstance()
           
 java.lang.String getURL()
          Returns the value of the 'URL' attribute.
 void setURL(java.lang.String value)
          Sets the value of the 'URL' attribute.
 
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

getURL

java.lang.String getURL()
Returns the value of the 'URL' attribute. Gets the URL for the image. Specifies the URL for the image.

Returns:
the value of the 'URL' attribute.
See Also:
setURL(String), AttributePackage.getImage_URL()

setURL

void setURL(java.lang.String value)
Sets the value of the 'URL' attribute. Sets the URL for the image.

Parameters:
value - the new value of the 'URL' attribute.
See Also:
getURL()

copyInstance

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


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