- getCashtagClass() - Method in class com.twitter.twittertext.Autolink
-
Get CSS class for auto-linked cashtag URLs
- getCashtagUrlBase() - Method in class com.twitter.twittertext.Autolink
-
Get the href value for cashtag links (to which the cashtag will be appended)
- getDefaultConfig() - Static method in class com.twitter.twittertext.TwitterTextConfiguration
-
- getDefaultWeight() - Method in class com.twitter.twittertext.TwitterTextConfiguration
-
Get the default weight.
- getDisplayURL() - Method in class com.twitter.twittertext.Extractor.Entity
-
- getEmojiParsingEnabled() - Method in class com.twitter.twittertext.TwitterTextConfiguration
-
Get whether emoji parsing is enabled.
- getEnd() - Method in class com.twitter.twittertext.Extractor.Entity
-
- getExpandedURL() - Method in class com.twitter.twittertext.Extractor.Entity
-
- getHashtagClass() - Method in class com.twitter.twittertext.Autolink
-
Get CSS class for auto-linked hashtag URLs
- getHashtagUrlBase() - Method in class com.twitter.twittertext.Autolink
-
Get the href value for hashtag links (to which the hashtag will be appended)
- getHighlightTag() - Method in class com.twitter.twittertext.HitHighlighter
-
Get the current HTML tag used for phrase highlighting.
- getListClass() - Method in class com.twitter.twittertext.Autolink
-
Get CSS class for auto-linked list URLs
- getListSlug() - Method in class com.twitter.twittertext.Extractor.Entity
-
- getListUrlBase() - Method in class com.twitter.twittertext.Autolink
-
Get the href value for list links (to which the username/list will be appended)
- getMaxWeightedTweetLength() - Method in class com.twitter.twittertext.TwitterTextConfiguration
-
Get the maximum weighted length in the config.
- getRange() - Method in class com.twitter.twittertext.TwitterTextConfiguration.TwitterTextWeightedRange
-
Get the contiguous unicode region
- getRanges() - Method in class com.twitter.twittertext.TwitterTextConfiguration
-
Get an array of range items that describe ranges of Unicode code points and the weight to
apply to each code point.
- getScale() - Method in class com.twitter.twittertext.TwitterTextConfiguration
-
Get the scale.
- getShortUrlLength() - Method in class com.twitter.twittertext.Validator
-
- getShortUrlLengthHttps() - Method in class com.twitter.twittertext.Validator
-
- getStart() - Method in class com.twitter.twittertext.Extractor.Entity
-
- getTransformedURLLength() - Method in class com.twitter.twittertext.TwitterTextConfiguration
-
In previous versions of twitter-text, which was the "shortened URL length."
Differentiating between the http and https shortened length for URLs has been deprecated
(https is used for all t.co URLs).
- getTweetLength(String) - Method in class com.twitter.twittertext.Validator
-
- getType() - Method in class com.twitter.twittertext.Extractor.Entity
-
- getUrlClass() - Method in class com.twitter.twittertext.Autolink
-
Get CSS class for auto-linked URLs
- getUsernameClass() - Method in class com.twitter.twittertext.Autolink
-
Get CSS class for auto-linked username URLs
- getUsernameUrlBase() - Method in class com.twitter.twittertext.Autolink
-
Get the href value for username links (to which the username will be appended)
- getValue() - Method in class com.twitter.twittertext.Extractor.Entity
-
- getVersion() - Method in class com.twitter.twittertext.TwitterTextConfiguration
-
Get the current version.
- getWeight() - Method in class com.twitter.twittertext.TwitterTextConfiguration.TwitterTextWeightedRange
-
Get the Weight for each unicode point in the region
- GTLDS - Static variable in class com.twitter.twittertext.TldLists
-
- setCashtagClass(String) - Method in class com.twitter.twittertext.Autolink
-
Set the CSS class for auto-linked cashtag URLs
- setCashtagUrlBase(String) - Method in class com.twitter.twittertext.Autolink
-
Set the href base for cashtag links.
- setDefaultWeight(int) - Method in class com.twitter.twittertext.TwitterTextConfiguration.Builder
-
- setDisplayURL(String) - Method in class com.twitter.twittertext.Extractor.Entity
-
- setEmojiParsingEnabled(boolean) - Method in class com.twitter.twittertext.TwitterTextConfiguration.Builder
-
- setExpandedURL(String) - Method in class com.twitter.twittertext.Extractor.Entity
-
- setExtractURLWithoutProtocol(boolean) - Method in class com.twitter.twittertext.Extractor
-
- setHashtagClass(String) - Method in class com.twitter.twittertext.Autolink
-
Set the CSS class for auto-linked hashtag URLs
- setHashtagUrlBase(String) - Method in class com.twitter.twittertext.Autolink
-
Set the href base for hashtag links.
- setHighlightTag(String) - Method in class com.twitter.twittertext.HitHighlighter
-
Set the current HTML tag used for phrase highlighting.
- setLinkAttributeModifier(Autolink.LinkAttributeModifier) - Method in class com.twitter.twittertext.Autolink
-
Set a modifier to modify attributes of a link based on an entity
- setLinkTextModifier(Autolink.LinkTextModifier) - Method in class com.twitter.twittertext.Autolink
-
Set a modifier to modify text of a link based on an entity
- setListClass(String) - Method in class com.twitter.twittertext.Autolink
-
Set the CSS class for auto-linked list URLs
- setListUrlBase(String) - Method in class com.twitter.twittertext.Autolink
-
Set the href base for list links.
- setMaxWeightedTweetLength(int) - Method in class com.twitter.twittertext.TwitterTextConfiguration.Builder
-
- setNoFollow(boolean) - Method in class com.twitter.twittertext.Autolink
-
Set if the current URL links will include rel="nofollow" (true by default)
- setRanges(List<TwitterTextConfiguration.TwitterTextWeightedRange>) - Method in class com.twitter.twittertext.TwitterTextConfiguration.Builder
-
- setScale(int) - Method in class com.twitter.twittertext.TwitterTextConfiguration.Builder
-
- setShortUrlLength(int) - Method in class com.twitter.twittertext.Validator
-
- setShortUrlLengthHttps(int) - Method in class com.twitter.twittertext.Validator
-
- setSymbolTag(String) - Method in class com.twitter.twittertext.Autolink
-
Set HTML tag to be applied around #/@/# symbols in hashtags/usernames/lists/cashtag
- setTextWithSymbolTag(String) - Method in class com.twitter.twittertext.Autolink
-
Set HTML tag to be applied around text part of hashtags/usernames/lists/cashtag
- setTransformedURLLength(int) - Method in class com.twitter.twittertext.TwitterTextConfiguration.Builder
-
- setUrlClass(String) - Method in class com.twitter.twittertext.Autolink
-
Set the CSS class for auto-linked URLs
- setUrlTarget(String) - Method in class com.twitter.twittertext.Autolink
-
Set the value of the target attribute in auto-linked URLs
- setUsernameClass(String) - Method in class com.twitter.twittertext.Autolink
-
Set the CSS class for auto-linked username URLs
- setUsernameIncludeSymbol(boolean) - Method in class com.twitter.twittertext.Autolink
-
Set if the at mark '@' should be included in the link (false by default)
- setUsernameUrlBase(String) - Method in class com.twitter.twittertext.Autolink
-
Set the href base for username links.
- setVersion(int) - Method in class com.twitter.twittertext.TwitterTextConfiguration.Builder
-
- shortUrlLength - Variable in class com.twitter.twittertext.Validator
-
- shortUrlLengthHttps - Variable in class com.twitter.twittertext.Validator
-
- start - Variable in class com.twitter.twittertext.Extractor.Entity
-
- start - Variable in class com.twitter.twittertext.Range
-
- symbolTag - Variable in class com.twitter.twittertext.Autolink
-