Package org.teamapps.icons.composite
Klasse CompositeIconDecoder
java.lang.Object
org.teamapps.icons.composite.CompositeIconDecoder
- Alle implementierten Schnittstellen:
IconDecoder<CompositeIcon>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdecodeIcon(String encodedIconString, IconDecoderContext context) Decodes an icon from an encoded iconString.
-
Konstruktordetails
-
CompositeIconDecoder
public CompositeIconDecoder()
-
-
Methodendetails
-
decodeIcon
Beschreibung aus Schnittstelle kopiert:IconDecoderDecodes an icon from an encoded iconString.Implementations MUST return an icon, even if the requested size is not available. In this case, a larger or smaller icon should be returned. The resizing will be done elsewhere.
Implementations MUST support unstyled icons.
- Angegeben von:
decodeIconin SchnittstelleIconDecoder<CompositeIcon>- Parameter:
encodedIconString- The encoded icon String as produced by the correspondingIconEncoder.- Gibt zurück:
- The icon.
-