Uses of Class
com.vladsch.flexmark.ext.emoji.EmojiImageType
-
Packages that use EmojiImageType Package Description com.vladsch.flexmark.ext.emoji com.vladsch.flexmark.ext.emoji.internal -
-
Uses of EmojiImageType in com.vladsch.flexmark.ext.emoji
Fields in com.vladsch.flexmark.ext.emoji with type parameters of type EmojiImageType Modifier and Type Field Description static DataKey<EmojiImageType>EmojiExtension. USE_IMAGE_TYPEMethods in com.vladsch.flexmark.ext.emoji that return EmojiImageType Modifier and Type Method Description static EmojiImageTypeEmojiImageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmojiImageType[]EmojiImageType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EmojiImageType in com.vladsch.flexmark.ext.emoji.internal
Fields in com.vladsch.flexmark.ext.emoji.internal declared as EmojiImageType Modifier and Type Field Description EmojiImageTypeEmojiOptions. useImageTypeMethods in com.vladsch.flexmark.ext.emoji.internal with parameters of type EmojiImageType Modifier and Type Method Description static EmojiResolvedShortcutEmojiResolvedShortcut. getEmojiText(Emoji node, EmojiShortcutType useShortcutType, EmojiImageType useImageType, java.lang.String rootImagePath)static EmojiResolvedShortcutEmojiResolvedShortcut. getEmojiText(java.lang.String emojiId, EmojiShortcutType useShortcutType, EmojiImageType useImageType, java.lang.String rootImagePath)
-