Klasse CompositeIconDecoder

java.lang.Object
org.teamapps.icons.composite.CompositeIconDecoder
Alle implementierten Schnittstellen:
IconDecoder<CompositeIcon>

public class CompositeIconDecoder extends Object implements IconDecoder<CompositeIcon>
  • Konstruktordetails

    • CompositeIconDecoder

      public CompositeIconDecoder()
  • Methodendetails

    • decodeIcon

      public CompositeIcon decodeIcon(String encodedIconString, IconDecoderContext context)
      Beschreibung aus Schnittstelle kopiert: IconDecoder
      Decodes an icon from an encoded icon String.

      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:
      decodeIcon in Schnittstelle IconDecoder<CompositeIcon>
      Parameter:
      encodedIconString - The encoded icon String as produced by the corresponding IconEncoder.
      Gibt zurück:
      The icon.