Package org.teamapps.icons.composite
Klasse CompositeIconLoader
java.lang.Object
org.teamapps.icons.composite.CompositeIconLoader
- Alle implementierten Schnittstellen:
IconLoader<CompositeIcon>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungloadIcon(CompositeIcon icon, int size, IconLoaderContext context) Loads an icon.
-
Konstruktordetails
-
CompositeIconLoader
public CompositeIconLoader()
-
-
Methodendetails
-
loadIcon
Beschreibung aus Schnittstelle kopiert:IconLoaderLoads an icon.The specified icon MUST have a style set (unless the STYLE type is
Void). Callers need to ensure this!Implementations MAY therefore assume the icon's to be styled.
- Angegeben von:
loadIconin SchnittstelleIconLoader<CompositeIcon>- Parameter:
size- The size of the requested icon.- Gibt zurück:
- The icon in binary form and type and size of the icon (as
IconResource), or null, if the icon could not be loaded.
-