JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
E
G
I
L
P
T
B
buildEmojiFromJSON(JSONObject)
- Static method in class com.vdurmont.emoji.
EmojiLoader
C
com.vdurmont.emoji
- package com.vdurmont.emoji
E
Emoji
- Class in
com.vdurmont.emoji
This class represents an emoji.
Emoji(String, List<String>, List<String>, int, byte...)
- Constructor for class com.vdurmont.emoji.
Emoji
EmojiLoader
- Class in
com.vdurmont.emoji
Loads the emojis from a JSON database.
EmojiLoader()
- Constructor for class com.vdurmont.emoji.
EmojiLoader
EmojiManager
- Class in
com.vdurmont.emoji
Holds the loaded emojis and provides search functions.
EmojiManager()
- Constructor for class com.vdurmont.emoji.
EmojiManager
EmojiParser
- Class in
com.vdurmont.emoji
Provides methods to parse strings with emojis.
EmojiParser()
- Constructor for class com.vdurmont.emoji.
EmojiParser
G
getAliases()
- Method in class com.vdurmont.emoji.
Emoji
getAliasesCandidates(String)
- Static method in class com.vdurmont.emoji.
EmojiParser
getAll()
- Static method in class com.vdurmont.emoji.
EmojiManager
Returns all the
Emoji
s
getAllTags()
- Static method in class com.vdurmont.emoji.
EmojiManager
Returns all the tags in the database
getDescription()
- Method in class com.vdurmont.emoji.
Emoji
getForAlias(String)
- Static method in class com.vdurmont.emoji.
EmojiManager
Returns the
Emoji
for a given alias.
getForTag(String)
- Static method in class com.vdurmont.emoji.
EmojiManager
Returns all the
Emoji
s for a given tag.
getHtml()
- Method in class com.vdurmont.emoji.
Emoji
Deprecated.
getHtmlDecimal()
- Method in class com.vdurmont.emoji.
Emoji
getHtmlHexidecimal()
- Method in class com.vdurmont.emoji.
Emoji
getTags()
- Method in class com.vdurmont.emoji.
Emoji
getUnicode()
- Method in class com.vdurmont.emoji.
Emoji
I
isEmoji(String)
- Static method in class com.vdurmont.emoji.
EmojiManager
Tests if a given String is an emoji.
L
loadEmojis(InputStream)
- Static method in class com.vdurmont.emoji.
EmojiLoader
Loads a JSONArray of emojis from an InputStream, parses it and returns the associated list of
Emoji
s
P
parseToAliases(String)
- Static method in class com.vdurmont.emoji.
EmojiParser
Replaces the emoji's unicode occurrences by one of their alias (between 2 ':').
parseToHtml(String)
- Static method in class com.vdurmont.emoji.
EmojiParser
Deprecated.
parseToHtmlDecimal(String)
- Static method in class com.vdurmont.emoji.
EmojiParser
Replaces the emoji's unicode occurrences by their html representation.
parseToHtmlHexadecimal(String)
- Static method in class com.vdurmont.emoji.
EmojiParser
Replaces the emoji's unicode occurrences by their html hex representation.
parseToUnicode(String)
- Static method in class com.vdurmont.emoji.
EmojiParser
Replaces the emoji's aliases (between 2 ':') occurrences and the html representations by their unicode.
T
toString()
- Method in class com.vdurmont.emoji.
Emoji
B
C
E
G
I
L
P
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.