Uses of Interface
org.teamapps.icons.IconEncoderContext
-
Packages that use IconEncoderContext Package Description org.teamapps.icons.composite org.teamapps.icons.spi -
-
Uses of IconEncoderContext in org.teamapps.icons.composite
Methods in org.teamapps.icons.composite with parameters of type IconEncoderContext Modifier and Type Method Description java.lang.StringCompositeIconEncoder. encodeIcon(CompositeIcon icon, IconEncoderContext context) -
Uses of IconEncoderContext in org.teamapps.icons.spi
Methods in org.teamapps.icons.spi with parameters of type IconEncoderContext Modifier and Type Method Description java.lang.StringIconEncoder. encodeIcon(ICON icon, IconEncoderContext context)Creates a string representation of the provided icon.
-