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

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

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
 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getURL

public 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

public 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()


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