Class ExportDiagramAsImageDummyImageProvider

    • Constructor Detail

      • ExportDiagramAsImageDummyImageProvider

        public ExportDiagramAsImageDummyImageProvider()
    • Method Detail

      • getPluginId

        public final java.lang.String getPluginId()
        Specified by:
        getPluginId in interface IImageProvider
        Returns:
        The pluginId of the plug-in containing the image files provided by this image-provider
      • setPluginId

        public final void setPluginId​(java.lang.String pluginId)
        Specified by:
        setPluginId in interface IImageProvider
        Parameters:
        pluginId - The pluginId of the plug-in containing the image files provided by this image-provider
      • getImageFilePath

        public final java.lang.String getImageFilePath​(java.lang.String imageId)
        Description copied from interface: IImageProvider
        This is a method simply returns the location of the image file in the plug-in. The path is relative to the root of the plug-in. The path must not have a leading "." or path separator. Clients should use a path like "icons/mysample.gif" rather than "./icons/mysample.gif" or "/icons/mysample.gif".

        Specified by:
        getImageFilePath in interface IImageProvider
        Returns:
        imageFilePath the relative path of the image file, relative to the root of the plug-in; the path must be legal