Uses of Interface
de.espirit.firstspirit.agency.Image
Package
Description
-
Uses of Image in de.espirit.firstspirit.agency
Modifier and TypeMethodDescriptionImageAgent.getImageFromIcon
(@Nullable Icon icon) Creates anImage
container based on the given icon object.ImageAgent.getImageFromMedia
(@Nullable Media media) Creates anImage
container based on the given media object.ImageAgent.getImageFromUrl
(@Nullable String url) Creates anImage
container based on the given url pointing to some image.@Nullable Image<?>
DataSnippet.getThumbnail()
Provides a thumbnail image resource for the given object ornull
if no thumbnail representation is available.@Nullable Image<?>
SnippetAgent.getTypeIcon
(@NotNull IDProvider element) Provides a type image resource for the given element. -
Uses of Image in de.espirit.firstspirit.client.plugin.dataaccess
Modifier and TypeMethodDescription@Nullable Image<?>
DataAccessPlugin.getIcon()
Provides an icon to be shown when displaying this plug-in or information thereon.@Nullable Image<?>
Provides a type image resource for the given object ornull
if no type image is available.@Nullable Image<?>
DataSnippetProvider.getThumbnail
(D object, @Nullable Language language) Provides a thumbnail image resource for the given object ornull
if no thumbnail representation is available. -
Uses of Image in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescription@Nullable Image<?>
Reporting.getReportIcon
(boolean active) Returns an image to be shown as icon for the report functionality. -
Uses of Image in de.espirit.firstspirit.server.application
Modifier and TypeMethodDescription@NotNull Image<?>
ApplicationPlugin.getIcon
(@NotNull ApplicationPlugin.IconType type) Returns the icon representing the application. -
Uses of Image in de.espirit.firstspirit.store.snippets
Modifier and TypeMethodDescription@Nullable Image<?>
SnippetProvider.getThumbnail
(@Nullable Language language) Get the evaluated image for the given language. -
Uses of Image in de.espirit.firstspirit.webedit.plugin.status
Modifier and TypeMethodDescription@Nullable Image<?>
WebeditStatusNote.getIcon()
Returns the icon associated with this status information.Modifier and TypeMethodDescription@NotNull WebeditStatusNoteBuilder
Sets the icon associated with the status note to create.