Uses of Class
org.eclipse.birt.chart.model.attribute.ImageSourceType
-
Packages that use ImageSourceType Package Description org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods.org.eclipse.birt.chart.model.attribute.impl 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 ImageSourceType Modifier and Type Field Description static java.util.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 ImageSourceType Modifier and Type Method Description static ImageSourceType
ImageSourceType. get(int value)
Returns the 'Image Source Type' literal with the specified integer value.static ImageSourceType
ImageSourceType. get(java.lang.String literal)
Returns the 'Image Source Type' literal with the specified literal value.static ImageSourceType
ImageSourceType. getByName(java.lang.String name)
Returns the 'Image Source Type' literal with the specified name.ImageSourceType
Image. getSource()
Returns the value of the 'Source' attribute.static ImageSourceType
ImageSourceType. valueOf(java.lang.String name)
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 ImageSourceType Modifier and Type Method Description void
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 ImageSourceType Modifier and Type Method Description ImageSourceType
AttributeFactoryImpl. createImageSourceTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
ImageSourceType
AttributeFactoryImpl. createImageSourceTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
ImageSourceType
ImageImpl. getSource()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type ImageSourceType Modifier and Type Method Description static Image
ImageImpl. create(java.lang.String sURL, ImageSourceType source)
A convenient method to create and initialize an Image instance.void
ImageImpl. setSource(ImageSourceType newSource)
-