Uses of Enum
org.eclipse.birt.chart.model.attribute.ImageSourceType
Packages that use ImageSourceType
Package
Description
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
-
Uses of ImageSourceType in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type ImageSourceTypeModifier and TypeFieldDescriptionstatic final List<ImageSourceType>
ImageSourceType.VALUES
A public read-only list of all the 'Image Source Type' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return ImageSourceTypeModifier and TypeMethodDescriptionstatic ImageSourceType
ImageSourceType.get
(int value) Returns the 'Image Source Type' literal with the specified integer value.static ImageSourceType
Returns the 'Image Source Type' literal with the specified literal value.static ImageSourceType
Returns the 'Image Source Type' literal with the specified name.Image.getSource()
Returns the value of the 'Source' attribute.static ImageSourceType
Returns the enum constant of this type with the specified name.static ImageSourceType[]
ImageSourceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.birt.chart.model.attribute with parameters of type ImageSourceTypeModifier and TypeMethodDescriptionvoid
Image.setSource
(ImageSourceType value) Sets the value of the 'Source
' attribute. -
Uses of ImageSourceType in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return ImageSourceTypeModifier and TypeMethodDescriptionAttributeFactoryImpl.createImageSourceTypeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createImageSourceTypeObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ImageImpl.getSource()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type ImageSourceTypeModifier and TypeMethodDescriptionstatic final Image
ImageImpl.create
(String sURL, ImageSourceType source) A convenient method to create and initialize an Image instance.void
ImageImpl.setSource
(ImageSourceType newSource)