diff --git a/README.md b/README.md
index 193c8752..e8ffbe35 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ between two colors, or go across a whole rainbow. Lots of options; lots of fun.
typing-label, but there have been some changes. You can check [the TextraTypist wiki](https://github.com/tommyettinger/textratypist/wiki/Examples)
for more information.
-As of 0.8.0, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale,
+As of 0.8.1, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale,
Rotate, Attention, Highlight, Link, Trigger, Stylist, and Cannon are all new to TextraTypist (not in typing-label). You
can see usage instructions and sample GIFs at
[the TextraTypist wiki's Tokens page](https://github.com/tommyettinger/textratypist/wiki/Tokens). Most of these effects
@@ -233,7 +233,7 @@ user input and can use animated styles like `{RAINBOW}`.
You probably want to get this with Gradle! The dependency for a libGDX project's core module looks like:
```groovy
-implementation "com.github.tommyettinger:textratypist:0.8.0"
+implementation "com.github.tommyettinger:textratypist:0.8.1"
```
This assumes you already depend on libGDX; TextraTypist depends on version 1.11.0 or higher. The requirement for 1.11.0
@@ -242,7 +242,7 @@ was added in TextraTypist 0.5.0 because of some breaking changes in tooltip code
If you use GWT, this should be compatible. It needs these dependencies in the html module:
```groovy
-implementation "com.github.tommyettinger:textratypist:0.8.0:sources"
+implementation "com.github.tommyettinger:textratypist:0.8.1:sources"
implementation "com.github.tommyettinger:regexodus:0.1.15:sources"
```
@@ -287,6 +287,10 @@ height of glyphs (these are useful less frequently, but can be helpful to stretc
tweaking to get a Font made from a BitmapFont to line up correctly with other widgets. You also may need to adjust the
offsetX, offsetY, and maybe xAdvance parameters if you load an atlas (such as with `addEmoji()` or `addGameIcons()`),
and the adjustments may be quite different for a Font made from a BitmapFont vs. a Font made directly from a .fnt file.
+Since 0.8.1, `Font` can parse an extended version of the .fnt format that permits floats for any spatial metrics, and
+not just ints. The only file that uses this is `GoNotoUniversal-sdf.fnt`, currently, and it is mainly expected to be
+useful for fonts that have been scaled down from some larger size. Because only TextraTypist permits floats (that I know
+of), you can't load `GoNotoUniversal-sdf.fnt` as a `BitmapFont` successfully.
If you load text from a file and display it, you can sometimes get different results from creating that text in code, or
loading it on a different machine. This should only happen if the file actually is different -- that is, the files' line
@@ -343,11 +347,15 @@ a shader to handle size changes, but the way things are now, the shader only cha
changed, not when it has its size changed inline using (for example) the `[%200]` tag, or changed with an effect like
`{SQUASH}`. In these cases, the enlarged text just looks blurry, though it is worse with MSDF. Using a standard font
actually looks a lot better for these small-to-moderate size adjustments. Because it doesn't need a different
-shader, the standard fonts are much more compatible with things like emoji, and can be used in the same batch as
+shader, the standard fonts are more compatible with things like emoji, and can be used in the same batch as
graphics that use the default SpriteBatch shader. SDF fonts support kerning, and `Gentium-sdf.fnt` uses both an SDF
-effect and kerning. MSDF fonts created with [msdf-gdx-gen](https://github.com/maltaisn/msdf-gdx-gen) do support kerning,
+effect and kerning. The newer Go Noto Universal font uses SDF and has an incredibly large amount of kerning data in its
+.fnt file. MSDF fonts created with [msdf-gdx-gen](https://github.com/maltaisn/msdf-gdx-gen) do support kerning,
and as long as the generated texture is fairly large, the fonts seem to work well. The best approach most of the time
-seems to be to use a large standard font texture, without SDF or MSDF, and scale it down as needed.
+seems to be to use a large standard font texture, without SDF or MSDF, and scale it down as needed. Since 0.8.1, SDF
+fonts support emoji (just without smooth, anti-aliased edges) in full color, but MSDF fonts probably never will. MSDF
+uses color information to represent distance information, so colorful emoji appear to the MSDF shader as very
+complicated shapes, without any of their intended coloring.
If you happen to use both tommyettinger's TextraTypist library and tommyettinger's
[colorful-gdx](https://github.com/tommyettinger/colorful-gdx) library, you may encounter various issues. `ColorfulBatch`
@@ -385,7 +393,7 @@ artifact covered immediately above. Instead of "AutoSlight", "AutoMedium", or "A
don't have any idea why this happens, but because hinting can be set either in the FreeType generator parameters or (if
you use [Stripe](https://github.com/raeleus/stripe)) set in a Skin file with `"hinting": "Full"`, it isn't hard to fix.
-There are some known issues with scaling, rotation, and integer-positioning in 0.7.5 through 0.8.0. You may see labels
+There are some known issues with scaling, rotation, and integer-positioning in 0.7.5 through 0.8.1. You may see labels
slide a little relatively to their backgrounds when rotated smoothly, and some (typically very small) fonts may need
integer positions enabled to keep a stable baseline. Font debug lines may be quite incorrect in some of these versions,
also, even if the text displays correctly to users. Scaling has improved significantly in 0.7.8, as has the handling of
@@ -393,6 +401,9 @@ debug lines, but rotation still has some subtle bugs. A bug was fixed starting i
(such as emoji) scale differently and drift when the Font they were mixed with scaled. That same bug also made an
ordinary Font drift slightly as its scale changed; this is also fixed.
+Word wrap periodically seems to break and need fixing across different releases. The most recent time this happened was
+in 0.7.9, which also affected 0.8.0 and was fixed (I hope) in 0.8.1.
+
## License
This is based very closely on [typing-label](https://github.com/rafaskb/typing-label), by Rafa Skoberg.
diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html
index 17edc537..bc779719 100644
--- a/docs/apidocs/allclasses-index.html
+++ b/docs/apidocs/allclasses-index.html
@@ -3,7 +3,7 @@
-All Classes (textratypist 0.8.0 API)
+All Classes (textratypist 0.8.1 API)
@@ -15,7 +15,7 @@
-
-
-
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class CannonEffect
+extends Effect
+Starts the text large and shrinks into the final position/size, arcing up and then ending moving down.
+ Doesn't repeat itself.
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Constructor
+Description
+
+
+
+
+CannonEffect (TypingLabel label,
+java.lang.String[] params)
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+protected void
+onApply (long glyph,
+int localIndex,
+int globalIndex,
+float delta)
+
+Called when this effect should be applied to the given glyph.
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onApply
+protected void onApply (long glyph,
+int localIndex,
+int globalIndex,
+float delta)
+Description copied from class: Effect
+Called when this effect should be applied to the given glyph.
+
+Specified by:
+onApply
in class Effect
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/CarouselEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/CarouselEffect.html
index 4fd2c28c..ee101615 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/CarouselEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/CarouselEffect.html
@@ -3,7 +3,7 @@
-CarouselEffect (textratypist 0.8.0 API)
+CarouselEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/CrowdEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/CrowdEffect.html
index bd91358d..45f66cd4 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/CrowdEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/CrowdEffect.html
@@ -3,7 +3,7 @@
-CrowdEffect (textratypist 0.8.0 API)
+CrowdEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/EaseEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/EaseEffect.html
index df4e302f..64d71b13 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/EaseEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/EaseEffect.html
@@ -3,7 +3,7 @@
-EaseEffect (textratypist 0.8.0 API)
+EaseEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/EmergeEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/EmergeEffect.html
index 336e25d3..1e2ec0d2 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/EmergeEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/EmergeEffect.html
@@ -3,7 +3,7 @@
-EmergeEffect (textratypist 0.8.0 API)
+EmergeEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/FadeEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/FadeEffect.html
index 310aa53b..e2ad8f56 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/FadeEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/FadeEffect.html
@@ -3,7 +3,7 @@
-FadeEffect (textratypist 0.8.0 API)
+FadeEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/GradientEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/GradientEffect.html
index 4b3ac729..bf585db1 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/GradientEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/GradientEffect.html
@@ -3,7 +3,7 @@
-GradientEffect (textratypist 0.8.0 API)
+GradientEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/HangEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/HangEffect.html
index 309733fe..5f1019c1 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/HangEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/HangEffect.html
@@ -3,7 +3,7 @@
-HangEffect (textratypist 0.8.0 API)
+HangEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/HeartbeatEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/HeartbeatEffect.html
index f2d11b01..062cef60 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/HeartbeatEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/HeartbeatEffect.html
@@ -3,7 +3,7 @@
-HeartbeatEffect (textratypist 0.8.0 API)
+HeartbeatEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/HighlightEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/HighlightEffect.html
index 17188165..2c6f3117 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/HighlightEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/HighlightEffect.html
@@ -3,7 +3,7 @@
-HighlightEffect (textratypist 0.8.0 API)
+HighlightEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/JoltEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/JoltEffect.html
index 059e6e48..c99a84a9 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/JoltEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/JoltEffect.html
@@ -3,7 +3,7 @@
-JoltEffect (textratypist 0.8.0 API)
+JoltEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/JumpEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/JumpEffect.html
index 9a6addad..60c2d9d0 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/JumpEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/JumpEffect.html
@@ -3,7 +3,7 @@
-JumpEffect (textratypist 0.8.0 API)
+JumpEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/LinkEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/LinkEffect.html
index 98b205eb..7fbfa576 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/LinkEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/LinkEffect.html
@@ -3,7 +3,7 @@
-LinkEffect (textratypist 0.8.0 API)
+LinkEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/RainbowEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/RainbowEffect.html
index 0be11ff7..94647124 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/RainbowEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/RainbowEffect.html
@@ -3,7 +3,7 @@
-RainbowEffect (textratypist 0.8.0 API)
+RainbowEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/RotateEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/RotateEffect.html
index 359ae208..78c99a4b 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/RotateEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/RotateEffect.html
@@ -3,7 +3,7 @@
-RotateEffect (textratypist 0.8.0 API)
+RotateEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/ScaleEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/ScaleEffect.html
index 855ad2cd..fa5f13c4 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/ScaleEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/ScaleEffect.html
@@ -3,7 +3,7 @@
-ScaleEffect (textratypist 0.8.0 API)
+ScaleEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/ShakeEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/ShakeEffect.html
index 567096d9..d2c6bd09 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/ShakeEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/ShakeEffect.html
@@ -3,7 +3,7 @@
-ShakeEffect (textratypist 0.8.0 API)
+ShakeEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/ShrinkEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/ShrinkEffect.html
index 64ebc407..5c5ada55 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/ShrinkEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/ShrinkEffect.html
@@ -3,7 +3,7 @@
-ShrinkEffect (textratypist 0.8.0 API)
+ShrinkEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/SickEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/SickEffect.html
index 0f565c55..4bca144e 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/SickEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/SickEffect.html
@@ -3,7 +3,7 @@
-SickEffect (textratypist 0.8.0 API)
+SickEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/SlideEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/SlideEffect.html
index 8b91a367..30503cac 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/SlideEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/SlideEffect.html
@@ -3,7 +3,7 @@
-SlideEffect (textratypist 0.8.0 API)
+SlideEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/SpinEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/SpinEffect.html
index 26944582..d77599e0 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/SpinEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/SpinEffect.html
@@ -3,7 +3,7 @@
-SpinEffect (textratypist 0.8.0 API)
+SpinEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/SpiralEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/SpiralEffect.html
index c762754a..ca6e5213 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/SpiralEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/SpiralEffect.html
@@ -3,7 +3,7 @@
-SpiralEffect (textratypist 0.8.0 API)
+SpiralEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/SquashEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/SquashEffect.html
index 38dacb59..28b4bd8d 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/SquashEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/SquashEffect.html
@@ -3,7 +3,7 @@
-SquashEffect (textratypist 0.8.0 API)
+SquashEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/StylistEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/StylistEffect.html
index 650d4910..29424697 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/StylistEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/StylistEffect.html
@@ -3,7 +3,7 @@
-StylistEffect (textratypist 0.8.0 API)
+StylistEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/TriggerEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/TriggerEffect.html
index dfaa43d4..86167b1c 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/TriggerEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/TriggerEffect.html
@@ -3,7 +3,7 @@
-TriggerEffect (textratypist 0.8.0 API)
+TriggerEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/WaveEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/WaveEffect.html
index d722adad..5a4a67b5 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/WaveEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/WaveEffect.html
@@ -3,7 +3,7 @@
-WaveEffect (textratypist 0.8.0 API)
+WaveEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/WindEffect.html b/docs/apidocs/com/github/tommyettinger/textra/effects/WindEffect.html
index d4fc9bd1..cca81f6f 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/WindEffect.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/WindEffect.html
@@ -3,7 +3,7 @@
-WindEffect (textratypist 0.8.0 API)
+WindEffect (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/package-summary.html b/docs/apidocs/com/github/tommyettinger/textra/effects/package-summary.html
index 237def23..f2372333 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/package-summary.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/package-summary.html
@@ -3,7 +3,7 @@
-com.github.tommyettinger.textra.effects (textratypist 0.8.0 API)
+com.github.tommyettinger.textra.effects (textratypist 0.8.1 API)
@@ -81,157 +81,163 @@ Package com.github.tommyettinger.textra.e
+CannonEffect
+
+Starts the text large and shrinks into the final position/size, arcing up and then ending moving down.
+
+
+
CarouselEffect
Makes the text jumps and falls as if there was gravity.
-
+
CrowdEffect
Rotates each glyph slightly back and forth, each one independently.
-
+
EaseEffect
Moves the text vertically easing it into the final position.
-
+
EmergeEffect
Stretches the text vertically from the baseline up to its full height.
-
+
FadeEffect
Fades the text's color from between colors or alphas.
-
+
GradientEffect
Tints the text in a gradient pattern.
-
+
HangEffect
Hangs the text in midair and suddenly drops it.
-
+
HeartbeatEffect
Makes the text jumps and falls as if there was gravity.
-
+
HighlightEffect
Tints the single glyph (or affected text, if all is true) underneath the pointer/mouse in a rainbow pattern.
-
+
JoltEffect
Randomly selects and shakes individual characters in the text.
-
+
JumpEffect
Makes the text jumps and falls as if there was gravity.
-
+
LinkEffect
Allows clicking the affected text to open a URL in the browser.
-
+
RainbowEffect
Tints the text in a rainbow pattern.
-
+
RotateEffect
Permanently rotates text in-place for each cell.
-
+
ScaleEffect
Permanently sets the size of text.
-
+
ShakeEffect
Shakes the text in a random pattern.
-
+
ShrinkEffect
Starts the text large and shrinks into the final position/size.
-
+
SickEffect
Drips the text in a random pattern.
-
+
SlideEffect
Moves the text horizontally easing it into the final position.
-
+
SpinEffect
Rotates each glyph quickly and slows down as it approaches some count of rotations.
-
+
SpiralEffect
Moves the text in a round spiral from outwards-in, easing it into the final position.
-
+
SquashEffect
Stretches the text vertically from the baseline up to its full height.
-
+
StylistEffect
Enables style properties for the single glyph (or affected text, if all is true) underneath the pointer/mouse, and
disables them when not underneath.
-
+
TriggerEffect
Allows clicking the affected text to trigger an event.
-
+
WaveEffect
Moves the text vertically in a sine wave pattern.
-
+
WindEffect
Moves the text in a wind pattern.
diff --git a/docs/apidocs/com/github/tommyettinger/textra/effects/package-tree.html b/docs/apidocs/com/github/tommyettinger/textra/effects/package-tree.html
index a7d63754..5b6f5c66 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/effects/package-tree.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/effects/package-tree.html
@@ -3,7 +3,7 @@
-com.github.tommyettinger.textra.effects Class Hierarchy (textratypist 0.8.0 API)
+com.github.tommyettinger.textra.effects Class Hierarchy (textratypist 0.8.1 API)
@@ -65,6 +65,7 @@ Class Hierarchy
com.github.tommyettinger.textra.effects.AttentionEffect
com.github.tommyettinger.textra.effects.BlinkEffect
+com.github.tommyettinger.textra.effects.CannonEffect
com.github.tommyettinger.textra.effects.CarouselEffect
com.github.tommyettinger.textra.effects.CrowdEffect
com.github.tommyettinger.textra.effects.EaseEffect
diff --git a/docs/apidocs/com/github/tommyettinger/textra/package-summary.html b/docs/apidocs/com/github/tommyettinger/textra/package-summary.html
index 1ac5e0c4..3780bc99 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/package-summary.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/package-summary.html
@@ -3,7 +3,7 @@
-com.github.tommyettinger.textra (textratypist 0.8.0 API)
+com.github.tommyettinger.textra (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/package-tree.html b/docs/apidocs/com/github/tommyettinger/textra/package-tree.html
index e1193ae2..445b4d39 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/package-tree.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/package-tree.html
@@ -3,7 +3,7 @@
-com.github.tommyettinger.textra Class Hierarchy (textratypist 0.8.0 API)
+com.github.tommyettinger.textra Class Hierarchy (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/BlockUtils.html b/docs/apidocs/com/github/tommyettinger/textra/utils/BlockUtils.html
index 01fc0ca6..8b833a8e 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/BlockUtils.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/BlockUtils.html
@@ -3,7 +3,7 @@
-BlockUtils (textratypist 0.8.0 API)
+BlockUtils (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entries.html b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entries.html
index 78bd1dd9..f20c8029 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entries.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entries.html
@@ -3,7 +3,7 @@
-CaseInsensitiveIntMap.Entries (textratypist 0.8.0 API)
+CaseInsensitiveIntMap.Entries (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entry.html b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entry.html
index e0b3f5c1..2efc0c65 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entry.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entry.html
@@ -3,7 +3,7 @@
-CaseInsensitiveIntMap.Entry (textratypist 0.8.0 API)
+CaseInsensitiveIntMap.Entry (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Keys.html b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Keys.html
index 289b15b5..25cf85cb 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Keys.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Keys.html
@@ -3,7 +3,7 @@
-CaseInsensitiveIntMap.Keys (textratypist 0.8.0 API)
+CaseInsensitiveIntMap.Keys (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Values.html b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Values.html
index 2b7c134f..297a9c66 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Values.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Values.html
@@ -3,7 +3,7 @@
-CaseInsensitiveIntMap.Values (textratypist 0.8.0 API)
+CaseInsensitiveIntMap.Values (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.html b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.html
index e7730a5c..d6f52b20 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.html
@@ -3,7 +3,7 @@
-CaseInsensitiveIntMap (textratypist 0.8.0 API)
+CaseInsensitiveIntMap (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/ColorUtils.html b/docs/apidocs/com/github/tommyettinger/textra/utils/ColorUtils.html
index 61502a8e..9da5a146 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/ColorUtils.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/ColorUtils.html
@@ -3,7 +3,7 @@
-ColorUtils (textratypist 0.8.0 API)
+ColorUtils (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/NoiseUtils.html b/docs/apidocs/com/github/tommyettinger/textra/utils/NoiseUtils.html
index b6de1b75..8aed07ac 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/NoiseUtils.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/NoiseUtils.html
@@ -3,7 +3,7 @@
-NoiseUtils (textratypist 0.8.0 API)
+NoiseUtils (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/Palette.html b/docs/apidocs/com/github/tommyettinger/textra/utils/Palette.html
index 250c87c5..3b6b64e7 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/Palette.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/Palette.html
@@ -3,7 +3,7 @@
-Palette (textratypist 0.8.0 API)
+Palette (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/StringUtils.html b/docs/apidocs/com/github/tommyettinger/textra/utils/StringUtils.html
index 3ec2fb33..26f6dabd 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/StringUtils.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/StringUtils.html
@@ -3,7 +3,7 @@
-StringUtils (textratypist 0.8.0 API)
+StringUtils (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/package-summary.html b/docs/apidocs/com/github/tommyettinger/textra/utils/package-summary.html
index 9298ce58..d32e5e12 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/package-summary.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/package-summary.html
@@ -3,7 +3,7 @@
-com.github.tommyettinger.textra.utils (textratypist 0.8.0 API)
+com.github.tommyettinger.textra.utils (textratypist 0.8.1 API)
diff --git a/docs/apidocs/com/github/tommyettinger/textra/utils/package-tree.html b/docs/apidocs/com/github/tommyettinger/textra/utils/package-tree.html
index 0302e5ad..49e27a3a 100644
--- a/docs/apidocs/com/github/tommyettinger/textra/utils/package-tree.html
+++ b/docs/apidocs/com/github/tommyettinger/textra/utils/package-tree.html
@@ -3,7 +3,7 @@
-com.github.tommyettinger.textra.utils Class Hierarchy (textratypist 0.8.0 API)
+com.github.tommyettinger.textra.utils Class Hierarchy (textratypist 0.8.1 API)
diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html
index b2c75ade..8cea5810 100644
--- a/docs/apidocs/constant-values.html
+++ b/docs/apidocs/constant-values.html
@@ -3,7 +3,7 @@
-Constant Field Values (textratypist 0.8.0 API)
+Constant Field Values (textratypist 0.8.1 API)
@@ -129,46 +129,51 @@ com.github.*
536870912L
+
+sdfFragmentShader
+"#ifdef GL_ES\n\tprecision mediump float;\n\tprecision mediump int;\n#endif\n\nuniform sampler2D u_texture;\nuniform float u_smoothing;\nvarying vec4 v_color;\nvarying vec2 v_texCoords;\n\nvoid main() {\n\tif (u_smoothing > 0.0) {\n\t\tfloat smoothing = 0.25 / u_smoothing;\n\t\tvec4 color = texture2D(u_texture, v_texCoords);\n\t\tfloat alpha = smoothstep(0.5 - smoothing, 0.5 + smoothing, color.a);\n\t\tgl_FragColor = vec4(v_color.rgb * color.rgb, alpha * v_color.a);\n\t} else {\n\t\tgl_FragColor = v_color * texture2D(u_texture, v_texCoords);\n\t}\n}\n"
+
+
SHINY
25165824L
-
+
SMALL_CAPS
17825792L
-
+
STRIKETHROUGH
134217728L
-
+
SUBSCRIPT
33554432L
-
+
SUPERSCRIPT
100663296L
-
+
UNDERLINE
268435456L
-
+
vertexShader
"attribute vec4 a_position;\nattribute vec4 a_color;\nattribute vec2 a_texCoord0;\nuniform mat4 u_projTrans;\nvarying vec4 v_color;\nvarying vec2 v_texCoords;\n\nvoid main() {\n\tv_color = a_color;\n\tv_color.a = v_color.a * (255.0/254.0);\n\tv_texCoords = a_texCoord0;\n\tgl_Position = u_projTrans * a_position;\n}\n"
-
+
WARN
29360128L
-
+
WHITE_OUTLINE
20971520L
diff --git a/docs/apidocs/deprecated-list.html b/docs/apidocs/deprecated-list.html
index 4ea1d483..d8b206b7 100644
--- a/docs/apidocs/deprecated-list.html
+++ b/docs/apidocs/deprecated-list.html
@@ -3,7 +3,7 @@
-Deprecated List (textratypist 0.8.0 API)
+Deprecated List (textratypist 0.8.1 API)
diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html
index 637233ac..dd9037af 100644
--- a/docs/apidocs/help-doc.html
+++ b/docs/apidocs/help-doc.html
@@ -3,7 +3,7 @@
-API Help (textratypist 0.8.0 API)
+API Help (textratypist 0.8.1 API)
diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html
index 0f6bf879..640d740c 100644
--- a/docs/apidocs/index-all.html
+++ b/docs/apidocs/index-all.html
@@ -3,7 +3,7 @@
-Index (textratypist 0.8.0 API)
+Index (textratypist 0.8.1 API)
@@ -369,6 +369,12 @@ C
+CannonEffect - Class in com.github.tommyettinger.textra.effects
+
+Starts the text large and shrinks into the final position/size, arcing up and then ending moving down.
+
+CannonEffect(TypingLabel, String[]) - Constructor for class com.github.tommyettinger.textra.effects.CannonEffect
+
CarouselEffect - Class in com.github.tommyettinger.textra.effects
Makes the text jumps and falls as if there was gravity.
@@ -914,6 +920,12 @@ F
Flips the region, adjusting the offset so the image appears to be flipped as if no whitespace has been
removed for packing.
+floatFromDec(CharSequence, int, int) - Static method in class com.github.tommyettinger.textra.Font
+
+Reads in a CharSequence containing only decimal digits (0-9) with an optional sign at the start and an optional
+ decimal point anywhere in the CharSequence, and returns the float they represent, reading until it encounters the
+ end of the sequence or any invalid char, then returning the result if valid, or 0 if nothing could be read.
+
font - Variable in class com.github.tommyettinger.textra.Layout
font - Variable in class com.github.tommyettinger.textra.TextraLabel
@@ -1258,6 +1270,11 @@ G
Returns a Font already configured to use a variable-width serif font with excellent Unicode support, that should
scale cleanly to even very large sizes (using an SDF technique).
+getGoNotoUniversalSDF() - Static method in class com.github.tommyettinger.textra.KnownFonts
+
+Returns a Font already configured to use a variable-width sans-serif font with extreme pan-Unicode support, that
+ should scale cleanly to even very large sizes (using an SDF technique).
+
getHanazono() - Static method in class com.github.tommyettinger.textra.KnownFonts
Returns a Font already configured to use a variable-width, narrow font with nearly-complete CJK character
@@ -1537,7 +1554,7 @@
G
Creates a GlyphRegion from a parent TextureRegion (typically from an atlas), along with any offsets to use
for its x and y coordinates, and the amount of horizontal space to move over when this is drawn.
-
GlyphRegion(TextureRegion, int, int, int, int) - Constructor for class com.github.tommyettinger.textra.Font.GlyphRegion
+
GlyphRegion(TextureRegion, float, float, float, float) - Constructor for class com.github.tommyettinger.textra.Font.GlyphRegion
Creates a GlyphRegion from a parent TextureRegion (typically from an atlas), along with the lower-left x and
y coordinates, the width, and the height of the GlyphRegion.
@@ -2267,6 +2284,8 @@ O
onApply(long, int, int, float) - Method in class com.github.tommyettinger.textra.effects.BlinkEffect
+
onApply(long, int, int, float) - Method in class com.github.tommyettinger.textra.effects.CannonEffect
+
onApply(long, int, int, float) - Method in class com.github.tommyettinger.textra.effects.CarouselEffect
onApply(long, int, int, float) - Method in class com.github.tommyettinger.textra.effects.CrowdEffect
@@ -2629,6 +2648,8 @@
S
Used by Signed Distance Field fonts that are compatible with DistanceFieldFont
, and may be created
by Hiero with its Distance Field effect.
+
sdfFragmentShader - Static variable in class com.github.tommyettinger.textra.Font
+
selectable - Variable in class com.github.tommyettinger.textra.TypingLabel
If true, this label will allow clicking and dragging to select a range of text, if
TypingLabel.trackingInput
is also
diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html
index 9a8b3cc7..492a1130 100644
--- a/docs/apidocs/index.html
+++ b/docs/apidocs/index.html
@@ -3,7 +3,7 @@
-
Overview (textratypist 0.8.0 API)
+
Overview (textratypist 0.8.1 API)
@@ -50,7 +50,7 @@
diff --git a/docs/apidocs/member-search-index.js b/docs/apidocs/member-search-index.js
index 5deddbd9..56b0e0f6 100644
--- a/docs/apidocs/member-search-index.js
+++ b/docs/apidocs/member-search-index.js
@@ -1 +1 @@
-memberSearchIndex = [{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldFilter","l":"acceptChar(TextraField, char)","u":"acceptChar(com.github.tommyettinger.textra.TextraField,char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldFilter.DigitsOnlyFilter","l":"acceptChar(TextraField, char)","u":"acceptChar(com.github.tommyettinger.textra.TextraField,char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"act(float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"act(float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"activeEffects"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"actualCrispness"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"add(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addAtlas(TextureAtlas)","u":"addAtlas(com.badlogic.gdx.graphics.g2d.TextureAtlas)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addAtlas(TextureAtlas, float, float, float)","u":"addAtlas(com.badlogic.gdx.graphics.g2d.TextureAtlas,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addAtlas(TextureAtlas, String, String, float, float, float)","u":"addAtlas(com.badlogic.gdx.graphics.g2d.TextureAtlas,java.lang.String,java.lang.String,float,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"addColor(String, int)","u":"addColor(java.lang.String,int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addEmoji(Font)","u":"addEmoji(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addEmoji(Font, float, float, float)","u":"addEmoji(com.github.tommyettinger.textra.Font,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addEmoji(Font, String, String, float, float, float)","u":"addEmoji(com.github.tommyettinger.textra.Font,java.lang.String,java.lang.String,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addGameIcons(Font)","u":"addGameIcons(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addGameIcons(Font, float, float, float)","u":"addGameIcons(com.github.tommyettinger.textra.Font,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addGameIcons(Font, String, String, float, float, float)","u":"addGameIcons(com.github.tommyettinger.textra.Font,java.lang.String,java.lang.String,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addImage(String, TextureRegion)","u":"addImage(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addImage(String, TextureRegion, float, float, float)","u":"addImage(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"adjustCellWidth(float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"adjustLineHeight(float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"ALIASES"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"align"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"ALTERNATE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"ALTERNATE_MODES_MASK"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"appendInto(StringBuilder)","u":"appendInto(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"appendIntoDirect(StringBuilder)","u":"appendIntoDirect(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"appendText(String)","u":"appendText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"appendTo(StringBuilder)","u":"appendTo(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"appendToKnownColors()"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"apply(long, int, float)","u":"apply(long,int,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyChar(long, char)","u":"applyChar(long,char)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyColor(long, int)","u":"applyColor(long,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyMode(long, long)","u":"applyMode(long,long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyScale(long, float)","u":"applyScale(long,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyStyle(long, long)","u":"applyStyle(long,long)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"apricot"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"atlasLookup(String)","u":"atlasLookup(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"atLimit"},{"p":"com.github.tommyettinger.textra.effects","c":"AttentionEffect","l":"AttentionEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"BACKSPACE"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"baseColor"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"black"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"BLACK"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"BLACK_OUTLINE"},{"p":"com.github.tommyettinger.textra.effects","c":"BlinkEffect","l":"BlinkEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"BlockUtils()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"blue"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"BLUE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"BOLD"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"BOX_DRAWING"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"brick"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"bronze"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"brown"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"BROWN"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"BULLET"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"butter"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(Button)","u":"button(com.badlogic.gdx.scenes.scene2d.ui.Button)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(Button)","u":"button(com.badlogic.gdx.scenes.scene2d.ui.Button)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(Button, Object)","u":"button(com.badlogic.gdx.scenes.scene2d.ui.Button,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(Button, Object)","u":"button(com.badlogic.gdx.scenes.scene2d.ui.Button,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(String)","u":"button(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(String)","u":"button(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(String, Object)","u":"button(java.lang.String,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(String, Object)","u":"button(java.lang.String,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(String, Object, TextButton.TextButtonStyle)","u":"button(java.lang.String,java.lang.Object,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(String, Object, TextButton.TextButtonStyle)","u":"button(java.lang.String,java.lang.Object,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"cactus"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"calculateFadeout()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"calculateOffsets()"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"calculateProgress(float)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"calculateProgress(float, float)","u":"calculateProgress(float,float)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"calculateProgress(float, float, boolean)","u":"calculateProgress(float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"calculateSize(Layout)","u":"calculateSize(com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"calculateSize(Line)","u":"calculateSize(com.github.tommyettinger.textra.Line)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"calculateXAdvances(Line, FloatArray)","u":"calculateXAdvances(com.github.tommyettinger.textra.Line,com.badlogic.gdx.utils.FloatArray)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"cancel()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"cancel()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"cancelSkipping()"},{"p":"com.github.tommyettinger.textra.effects","c":"CarouselEffect","l":"CarouselEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"CARRIAGE_RETURN"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap(CaseInsensitiveIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap(String[], int[])","u":"%3Cinit%3E(java.lang.String[],int[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"celery"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"cellHeight"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"cellWidth"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"channel(int, int)","u":"channel(int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"channelInt(int, int)","u":"channelInt(int,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"CHAR_LIMIT_PER_FRAME"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"chartreuse"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"CHARTREUSE"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"checkFocusTraversal(char)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"chocolate"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"cinnamon"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"CLEAR"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"clear()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"clear()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"clear(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"clearSelection()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"clearStatic()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"clearVariables()"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"clicked(InputEvent, float, float)","u":"clicked(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"cobalt"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"COLOR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"colorLookup"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"ColorUtils()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"connected"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"containsKey(String)","u":"containsKey(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"containsValue(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"continueCursor(int, int)","u":"continueCursor(int,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"copy()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"copySelectedText()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"CORAL"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"createInputListener()"},{"p":"com.github.tommyettinger.textra.effects","c":"CrowdEffect","l":"CrowdEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"cursor"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"cut()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"cyan"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"CYAN"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"DARK_GRAY"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"darken(int, float)","u":"darken(int,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"DEFAULT_CLEAR_COLOR"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"DEFAULT_SPEED_PER_CHAR"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"DEFAULT_WAIT_VALUE"},{"p":"com.github.tommyettinger.textra","c":"TextraField.DefaultOnscreenKeyboard","l":"DefaultOnscreenKeyboard()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"defaultValue"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"DELETE"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"denim"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"descent"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"describe(String)","u":"describe(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup","l":"DESCRIPTIVE"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldFilter.DigitsOnlyFilter","l":"DigitsOnlyFilter()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"displayText"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"dispose()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"dispose()"},{"p":"com.github.tommyettinger.textra.effects","c":"SickEffect","l":"distance"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"distanceField"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"distanceFieldCrispness"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"dragging"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"dragging"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"drawBackground(Batch, float, float, float)","u":"drawBackground(com.badlogic.gdx.graphics.g2d.Batch,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlocks(Batch, char, int[][], float, float)","u":"drawBlocks(com.badlogic.gdx.graphics.g2d.Batch,char,int[][],float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlocks(Batch, int[][], float, float)","u":"drawBlocks(com.badlogic.gdx.graphics.g2d.Batch,int[][],float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlockSequence(Batch, float[], TextureRegion, float, float, float)","u":"drawBlockSequence(com.badlogic.gdx.graphics.g2d.Batch,float[],com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlockSequence(Batch, float[], TextureRegion, float, float, float, float, float)","u":"drawBlockSequence(com.badlogic.gdx.graphics.g2d.Batch,float[],com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlockSequence(Batch, float[], TextureRegion, float, float, float, float, float, float)","u":"drawBlockSequence(com.badlogic.gdx.graphics.g2d.Batch,float[],com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"drawCursor(Drawable, Batch, Font, float, float)","u":"drawCursor(com.badlogic.gdx.scenes.scene2d.utils.Drawable,com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Font,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawFancyLine(Batch, long, float, float, float, float, float, float)","u":"drawFancyLine(com.badlogic.gdx.graphics.g2d.Batch,long,float,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyph(Batch, long, float, float)","u":"drawGlyph(com.badlogic.gdx.graphics.g2d.Batch,long,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyph(Batch, long, float, float, float)","u":"drawGlyph(com.badlogic.gdx.graphics.g2d.Batch,long,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyph(Batch, long, float, float, float, float, float)","u":"drawGlyph(com.badlogic.gdx.graphics.g2d.Batch,long,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyph(Batch, long, float, float, float, float, float, int)","u":"drawGlyph(com.badlogic.gdx.graphics.g2d.Batch,long,float,float,float,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Layout, float, float)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Layout,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Layout, float, float, int)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Layout,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Layout, float, float, int, float, float, float)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Layout,float,float,int,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Line, float, float)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Line,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Line, float, float, int)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Line,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Line, float, float, int, float, float, float)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Line,float,float,int,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawMarkupText(Batch, String, float, float)","u":"drawMarkupText(com.badlogic.gdx.graphics.g2d.Batch,java.lang.String,float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"drawSelection(Drawable, Batch, Font, float, float)","u":"drawSelection(com.badlogic.gdx.scenes.scene2d.utils.Drawable,com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Font,float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"drawStageBackground(Batch, float, float, float, float, float)","u":"drawStageBackground(com.badlogic.gdx.graphics.g2d.Batch,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawText(Batch, CharSequence, float, float)","u":"drawText(com.badlogic.gdx.graphics.g2d.Batch,java.lang.CharSequence,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawText(Batch, CharSequence, float, float, int)","u":"drawText(com.badlogic.gdx.graphics.g2d.Batch,java.lang.CharSequence,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"drawTitleTable"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawVertices(Batch, Texture, float[])","u":"drawVertices(com.badlogic.gdx.graphics.g2d.Batch,com.badlogic.gdx.graphics.Texture,float[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"DROP_SHADOW"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"dullen(int, float)","u":"dullen(int,float)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"duration"},{"p":"com.github.tommyettinger.textra.effects","c":"EaseEffect","l":"EaseEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"edge"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"EFFECT_END"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"EFFECT_START"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"Effect(TypingLabel)","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"ellipsis"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"ember"},{"p":"com.github.tommyettinger.textra.effects","c":"EmergeEffect","l":"EmergeEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"enableShader(Batch)","u":"enableShader(com.badlogic.gdx.graphics.g2d.Batch)"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"end()"},{"p":"com.github.tommyettinger.textra","c":"TypingListener","l":"end()"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"enrich(int, float)","u":"enrich(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"enter(InputEvent, float, float, int, Actor)","u":"enter(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float,int,com.badlogic.gdx.scenes.scene2d.Actor)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"entries()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entries","l":"Entries(CaseInsensitiveIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"entries1"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"entries2"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"ERROR"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"EVENT"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"event(String)","u":"event(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingListener","l":"event(String)","u":"event(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractChar(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractColor(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractMode(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractScale(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractStyle(long)"},{"p":"com.github.tommyettinger.textra.effects","c":"FadeEffect","l":"FadeEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"family"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"fern"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"findKey(int)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"FIREBRICK"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"fitCell(float, float, boolean)","u":"fitCell(float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"flip(boolean, boolean)","u":"flip(boolean,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"font"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"font"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"font"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(BitmapFont)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.BitmapFont)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(BitmapFont, float, float, float, float)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.BitmapFont,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(BitmapFont, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.BitmapFont,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(BitmapFont, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.BitmapFont,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"font(Font)","u":"font(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(Font)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Array, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.utils.Array,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Array, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.utils.Array,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Array, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.utils.Array,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Font.DistanceFieldType)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,java.lang.String,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, Font.DistanceFieldType)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, TextureRegion, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, TextureRegion, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, TextureRegion, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"fontAliases"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(Font[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font[])"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(Font[], int, int)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font[],int,int)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(Font.FontFamily)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font.FontFamily)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(OrderedMap)","u":"%3Cinit%3E(com.badlogic.gdx.utils.OrderedMap)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(Skin)","u":"%3Cinit%3E(com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(String[], Font[])","u":"%3Cinit%3E(java.lang.String[],com.github.tommyettinger.textra.Font[])"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(String[], Font[], int, int)","u":"%3Cinit%3E(java.lang.String[],com.github.tommyettinger.textra.Font[],int,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"fontOffset"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"FOREST"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"get(String, int)","u":"get(java.lang.String,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getAlignment()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"getAlignment()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAll()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAllMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAllSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAllStandard()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"getAndIncrement(String, int, int)","u":"getAndIncrement(java.lang.String,int,int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAStarry()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAStarryMSDF()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getBackgroundDrawable()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getBaseColor()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getBitter()"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"getButtonTable()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"getButtonTable()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCanada()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCascadiaMono()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCascadiaMonoMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCaveat()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getClearColor()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"getColorLookup()"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"getContentTable()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"getContentTable()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCozette()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"getCrispness()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getCursorPosition()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getDefaultInputListener()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getDefaultToken()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getDejaVuSansMono()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getEllipsis()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getEllipsis()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getFont()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"getFont()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getFontColor()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getFontColor()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getFromIntermediate(int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGameIconsFont(float, float)","u":"getGameIconsFont(float,float)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGentium()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGentiumMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGentiumSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getHanazono()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getHeight()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIBM8x16()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getImage()"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"getImage()"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"getImage()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getImageCell()"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"getImageCell()"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"getImageCell()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getImageDrawable()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getInconsolata()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getInconsolataMSDF()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getInLayout(Layout, int)","u":"getInLayout(com.github.tommyettinger.textra.Layout,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getIntermediateText()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getInWorkingLayout(int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevka()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaSlab()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaSlabMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaSlabSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getKingthingsFoundation()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getLabel()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getLabelCell()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getLibertinusSerif()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getLine(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getLineHeight(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getLineInLayout(Layout, int)","u":"getLineInLayout(com.github.tommyettinger.textra.Layout,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getMaxLength()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getMaxLines()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getMaxLines()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getMessageText()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"getName()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getNowAlt()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getOnscreenKeyboard()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getOpenSans()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getOriginalText()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getOxanium()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getPrefHeight()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"getPrefHeight()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getPrefHeight()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getPrefWidth()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"getPrefWidth()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getPrefWidth()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getPrefWidth()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getProgrammaticChangeEvents()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getQuanPixel()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getResizeBorder()"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup","l":"getRgba(String)","u":"getRgba(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup.GdxColorLookup","l":"getRgba(String)","u":"getRgba(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getRobotoCondensed()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getSelectedText()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getSelection()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getSelectionStart()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getStandardFamily()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getTangerine()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getTangerineSDF()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getTargetWidth()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getText()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getText()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getText()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getTextFieldFilter()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getTextraLabel()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getTextraLabelCell()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getTextY(Font, Drawable)","u":"getTextY(com.github.tommyettinger.textra.Font,com.badlogic.gdx.scenes.scene2d.utils.Drawable)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getTitleLabel()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getTitleTable()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getTypingListener()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getVariables()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getWidth()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getWorkingLayout()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getYanoneKaffeesatz()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getYanoneKaffeesatzMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getYataghanMSDF()"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"GLOBAL_VARS"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"glyphPositions"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(Font.GlyphRegion)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font.GlyphRegion)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(TextureAtlas.AtlasRegion)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(TextureRegion)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.TextureRegion)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(TextureRegion, float, float, float)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(TextureRegion, int, int, int, int)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.TextureRegion,int,int,int,int)"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"glyphs"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"goEnd(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"goHome(boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"GOLD"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"GOLDENROD"},{"p":"com.github.tommyettinger.textra.effects","c":"GradientEffect","l":"GradientEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"gray"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"GRAY"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"green"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"GREEN"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"handleEllipsis(Layout)","u":"handleEllipsis(com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"handleIntegerPosition(float)"},{"p":"com.github.tommyettinger.textra.effects","c":"HangEffect","l":"HangEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"hasEnded()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"hashCode()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"hasNext"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entries","l":"hasNext()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"hasNext()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"hasNext()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"hasSelection"},{"p":"com.github.tommyettinger.textra.effects","c":"HeartbeatEffect","l":"HeartbeatEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"height"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"hide()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"hide()"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"hide(Action)","u":"hide(com.badlogic.gdx.scenes.scene2d.Action)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"hide(Action)","u":"hide(com.badlogic.gdx.scenes.scene2d.Action)"},{"p":"com.github.tommyettinger.textra.effects","c":"HighlightEffect","l":"HighlightEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"hit(float, float, boolean)","u":"hit(float,float,boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"hsb2rgb(float, float, float, float)","u":"hsb2rgb(float,float,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"hsl2rgb(float, float, float, float)","u":"hsl2rgb(float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"IF"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"ignoreTouchDown"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"ignoreTouchDown"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, ImageTextButton.ImageTextButtonStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, ImageTextButton.ImageTextButtonStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, ImageTextButton.ImageTextButtonStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, ImageTextButton.ImageTextButtonStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"indexEnd"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"indexStart"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"indigo"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"initialize()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"insertInLayout(Layout, int, CharSequence)","u":"insertInLayout(com.github.tommyettinger.textra.Layout,int,java.lang.CharSequence)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"insertInLayout(Layout, int, long)","u":"insertInLayout(com.github.tommyettinger.textra.Layout,int,long)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"insertLine(int)"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup","l":"INSTANCE"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup.GdxColorLookup","l":"INSTANCE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"integerPosition"},{"p":"com.github.tommyettinger.textra.effects","c":"SickEffect","l":"intensity"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"INTERVAL_MULTIPLIERS_BY_CHAR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"intFromDec(CharSequence, int, int)","u":"intFromDec(java.lang.CharSequence,int,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"intFromHex(CharSequence, int, int)","u":"intFromHex(java.lang.CharSequence,int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"isBlockGlyph(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"isDisabled()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"isDragging()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"isFinished()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"isLowerCase(char)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"isModal()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"isMono"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"isMovable()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"isPasswordMode()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"isPaused()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"isResizable()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"isSelectable()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"isSkipping()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"isUpperCase(char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"isWordCharacter(char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"isWordCharacter(long)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"isWrap()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"iterator()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"jade"},{"p":"com.github.tommyettinger.textra.utils","c":"StringUtils","l":"join(CharSequence, CharSequence...)","u":"join(java.lang.CharSequence,java.lang.CharSequence...)"},{"p":"com.github.tommyettinger.textra.effects","c":"JoltEffect","l":"JoltEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"JOSTLE"},{"p":"com.github.tommyettinger.textra.effects","c":"JumpEffect","l":"JumpEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"keepWithinStage()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"kerning"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"kerningPair(char, char)","u":"kerningPair(char,char)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entry","l":"key"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"key(int, Object)","u":"key(int,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"key(int, Object)","u":"key(int,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"keyDown(InputEvent, int)","u":"keyDown(com.badlogic.gdx.scenes.scene2d.InputEvent,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"keyRepeatInitialTime"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"keyRepeatTime"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"keys()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"Keys(CaseInsensitiveIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"keys1"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"keys2"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"keyTable"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"keyTyped(InputEvent, char)","u":"keyTyped(com.badlogic.gdx.scenes.scene2d.InputEvent,char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldListener","l":"keyTyped(TextraField, char)","u":"keyTyped(com.github.tommyettinger.textra.TextraField,char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"keyUp(InputEvent, int)","u":"keyUp(com.badlogic.gdx.scenes.scene2d.InputEvent,int)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"label"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"label"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"lastTouchedIndex"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"lavender"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"layout"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"layout()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"layout()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"Layout()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"Layout(Font)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"Layout(Layout)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"length()"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"lerpColors(int, int, float)","u":"lerpColors(int,int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"LIGHT_GRAY"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"lighten(int, float)","u":"lighten(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"lime"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"LIME"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"Line()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"Line(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"lines"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"lines()"},{"p":"com.github.tommyettinger.textra.effects","c":"LinkEffect","l":"LinkEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"LIST"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"loadFactor"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"loadFNT(String, float, float, float, float, boolean)","u":"loadFNT(java.lang.String,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"loadSad(String, String)","u":"loadSad(java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"loadUnicodeAtlas(FileHandle, FileHandle, boolean)","u":"loadUnicodeAtlas(com.badlogic.gdx.files.FileHandle,com.badlogic.gdx.files.FileHandle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"longFromHex(CharSequence, int, int)","u":"longFromHex(java.lang.CharSequence,int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"magenta"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"MAGENTA"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"mapping"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markup(String, Layout)","u":"markup(java.lang.String,com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markupGlyph(char, String)","u":"markupGlyph(char,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markupGlyph(char, String, ColorLookup)","u":"markupGlyph(char,java.lang.String,com.github.tommyettinger.textra.ColorLookup)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markupGlyph(char, String, ColorLookup, Font.FontFamily)","u":"markupGlyph(char,java.lang.String,com.github.tommyettinger.textra.ColorLookup,com.github.tommyettinger.textra.Font.FontFamily)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markupGlyph(String)","u":"markupGlyph(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"MAROON"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"mask"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"mauve"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"MAX_SPEED_MODIFIER"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"maxLines"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"measureWidth(Line)","u":"measureWidth(com.github.tommyettinger.textra.Line)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"MIDSCRIPT"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"MIN_SPEED_MODIFIER"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"mint"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"mix(int[], int, int)","u":"mix(int[],int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"moss"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"moveCursor(boolean, boolean)","u":"moveCursor(boolean,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"MSDF"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"msdfFragmentShader"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"multiplyAllAlpha(int[][], float)","u":"multiplyAllAlpha(int[][],float)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"multiplyAlpha(int, float)","u":"multiplyAlpha(int,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"multiplyCrispness(float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"name"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"NAMED"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"nameLookup"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"NAMES"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"namesByCharCode"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"navy"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"NAVY"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"newImage()"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"newImage()"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"newImage()"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"newLabel(String, Font)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"newLabel(String, Font)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"NEWLINE"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"newTypingLabel(String, Font, Color)","u":"newTypingLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"newTypingLabel(String, Font, Color)","u":"newTypingLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"newTypingLabel(String, Label.LabelStyle)","u":"newTypingLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"newTypingLabel(String, Label.LabelStyle)","u":"newTypingLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entries","l":"next()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"next()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"next()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"next(boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"NoiseUtils","l":"noise1D(float, int)","u":"noise1D(float,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"NoiseUtils","l":"NoiseUtils()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"NOTE"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"OBLIQUE"},{"p":"com.github.tommyettinger.textra.utils","c":"NoiseUtils","l":"octaveNoise1D(float, int)","u":"octaveNoise1D(float,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"offset(int, float)","u":"offset(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"offsetLightness(int, float)","u":"offsetLightness(int,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"offsets"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"offsetX"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"offsetY"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"olive"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"OLIVE"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"AttentionEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"BlinkEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"CarouselEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"CrowdEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"EaseEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"EmergeEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"FadeEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"GradientEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"HangEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"HeartbeatEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"HighlightEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"JoltEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"JumpEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"LinkEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"RainbowEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"RotateEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"ScaleEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"ShakeEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"ShrinkEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SickEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SlideEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SpinEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SpiralEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SquashEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"StylistEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"TriggerEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"WaveEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"WindEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"onChar(long)"},{"p":"com.github.tommyettinger.textra","c":"TypingListener","l":"onChar(long)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"orange"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"ORANGE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"originalCellHeight"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"originalCellWidth"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"overIndex"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_BLACK"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_ERROR_COLOR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_NOTE_COLOR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_WARN_COLOR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_WHITE"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"paramAsBoolean(String)","u":"paramAsBoolean(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"paramAsColor(String)","u":"paramAsColor(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"paramAsFloat(String, float)","u":"paramAsFloat(java.lang.String,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"parents"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"parseTokens()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"pause()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"pause()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"peach"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"pear"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"peekLine()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"pink"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"PINK"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"place(String)","u":"place(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"plum"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"positionChanged()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"purple"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"PURPLE"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"pushLine()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"put(String, int)","u":"put(java.lang.String,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"put(String, int, int)","u":"put(java.lang.String,int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"putAll(CaseInsensitiveIntMap)","u":"putAll(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"putAll(String[], int[])","u":"putAll(java.lang.String[],int[])"},{"p":"com.github.tommyettinger.textra.effects","c":"RainbowEffect","l":"RainbowEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"raspberry"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"red"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"RED"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"regenerateLayout(Layout)","u":"regenerateLayout(com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"registerEffect(String, String, Class extends Effect>)","u":"registerEffect(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"remove()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"remove()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"remove()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"remove(String, int)","u":"remove(java.lang.String,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"replaceVariable(String)","u":"replaceVariable(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingListener","l":"replaceVariable(String)","u":"replaceVariable(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"RESET"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"reset()"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"reset()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"reset()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"resizeDistanceField(int, int)","u":"resizeDistanceField(int,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"restart()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"restart(String)","u":"restart(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"restoreOriginalText()"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"result(Object)","u":"result(java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"result(Object)","u":"result(java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"resume()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"resume()"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"rgb2hsb(float, float, float, float)","u":"rgb2hsb(float,float,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"rgb2hsl(float, float, float, float)","u":"rgb2hsl(float,float,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"rose"},{"p":"com.github.tommyettinger.textra.effects","c":"RotateEffect","l":"RotateEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"rotations"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"ROYAL"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"safeSubstring(String, int, int)","u":"safeSubstring(java.lang.String,int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"saffron"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"sage"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"salmon"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"SALMON"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"saveOriginalText(CharSequence)","u":"saveOriginalText(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"scale(float, float)","u":"scale(float,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"ScaleEffect","l":"ScaleEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"scaleTo(float, float)","u":"scaleTo(float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"scaleX"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"scaleY"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"SCARLET"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"scheduleKeyRepeatTask(int)"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"SDF"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"selectable"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"selectAll()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"selectionEnd"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"selectionStart"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"selectionStart"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setAlignment(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setAlignment(int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"setAssetPrefix(String)","u":"setAssetPrefix(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setBaseColor(Color)","u":"setBaseColor(com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setBaseColor(float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setBlinkTime(float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setClipboard(Clipboard)","u":"setClipboard(com.badlogic.gdx.utils.Clipboard)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setColorLookup(ColorLookup)","u":"setColorLookup(com.github.tommyettinger.textra.ColorLookup)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setCrispness(float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"setCursorPosition(float, float)","u":"setCursorPosition(float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setCursorPosition(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setDefaultToken(String)","u":"setDefaultToken(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setDisabled(boolean)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setEllipsis(String)","u":"setEllipsis(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setEllipsis(String)","u":"setEllipsis(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setFamily(Font.FontFamily)","u":"setFamily(com.github.tommyettinger.textra.Font.FontFamily)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setFocusTraversal(boolean)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setFont(Font)","u":"setFont(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setFont(Font)","u":"setFont(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setFont(Font, boolean)","u":"setFont(com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setInLayout(Layout, int, long)","u":"setInLayout(com.github.tommyettinger.textra.Layout,int,long)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setIntermediateText(CharSequence, boolean, boolean)","u":"setIntermediateText(java.lang.CharSequence,boolean,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setInWorkingLayout(int, long)","u":"setInWorkingLayout(int,long)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setKeepWithinStage(boolean)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setLabel(TextraLabel)","u":"setLabel(com.github.tommyettinger.textra.TextraLabel)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setMaxLength(int)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setMaxLines(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setMaxLines(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setMessageText(String)","u":"setMessageText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setModal(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setMovable(boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"setObject(Actor, Object)","u":"setObject(com.badlogic.gdx.scenes.scene2d.Actor,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"setObject(Actor, Object)","u":"setObject(com.badlogic.gdx.scenes.scene2d.Actor,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setOnlyFontChars(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setOnscreenKeyboard(TextraField.OnscreenKeyboard)","u":"setOnscreenKeyboard(com.github.tommyettinger.textra.TextraField.OnscreenKeyboard)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setParent(Group)","u":"setParent(com.badlogic.gdx.scenes.scene2d.Group)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setParent(Group)","u":"setParent(com.badlogic.gdx.scenes.scene2d.Group)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setPasswordCharacter(char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setPasswordMode(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setProgrammaticChangeEvents(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setResizable(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setResizeBorder(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setSelectable(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setSelection(int, int)","u":"setSelection(int,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setSize(float, float)","u":"setSize(float,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setSize(float, float)","u":"setSize(float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"setStage(Stage)","u":"setStage(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setStage(Stage)","u":"setStage(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setStage(Stage)","u":"setStage(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"setStage(Stage)","u":"setStage(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setStyle(Button.ButtonStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setStyle(Button.ButtonStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"setStyle(Button.ButtonStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"setStyle(Button.ButtonStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setStyle(Button.ButtonStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setStyle(Button.ButtonStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"setStyle(Button.ButtonStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"setStyle(Button.ButtonStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setStyle(Button.ButtonStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setStyle(Button.ButtonStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"setStyle(Button.ButtonStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"setStyle(Button.ButtonStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setStyle(TextField.TextFieldStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"setStyle(TextTooltip.TextTooltipStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"setStyle(TextTooltip.TextTooltipStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"setStyle(TextTooltip.TextTooltipStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"setStyle(TextTooltip.TextTooltipStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"setStyle(TextTooltip.TextTooltipStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"setStyle(TextTooltip.TextTooltipStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setStyle(Window.WindowStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setStyle(Window.WindowStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setStyle(Window.WindowStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setTargetWidth(float)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setText(CharSequence)","u":"setText(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setText(String, boolean)","u":"setText(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setText(String, boolean, boolean)","u":"setText(java.lang.String,boolean,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setTextFieldFilter(TextraField.TextFieldFilter)","u":"setTextFieldFilter(com.github.tommyettinger.textra.TextraField.TextFieldFilter)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setTextFieldListener(TextraField.TextFieldListener)","u":"setTextFieldListener(com.github.tommyettinger.textra.TextraField.TextFieldListener)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setTextraLabel(TextraLabel)","u":"setTextraLabel(com.github.tommyettinger.textra.TextraLabel)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setTextureFilter()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setTextureFilter(Texture.TextureFilter, Texture.TextureFilter)","u":"setTextureFilter(com.badlogic.gdx.graphics.Texture.TextureFilter,com.badlogic.gdx.graphics.Texture.TextureFilter)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setTypingListener(TypingListener)","u":"setTypingListener(com.github.tommyettinger.textra.TypingListener)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setVariable(String, String)","u":"setVariable(java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setVariables(Map)","u":"setVariables(java.util.Map)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setVariables(ObjectMap)","u":"setVariables(com.badlogic.gdx.utils.ObjectMap)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setWrap(boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"shader"},{"p":"com.github.tommyettinger.textra.effects","c":"ShakeEffect","l":"ShakeEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"shift"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"SHINY"},{"p":"com.github.tommyettinger.textra","c":"TextraField.DefaultOnscreenKeyboard","l":"show(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.OnscreenKeyboard","l":"show(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"show(Stage)","u":"show(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"show(Stage)","u":"show(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"show(Stage, Action)","u":"show(com.badlogic.gdx.scenes.scene2d.Stage,com.badlogic.gdx.scenes.scene2d.Action)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"show(Stage, Action)","u":"show(com.badlogic.gdx.scenes.scene2d.Stage,com.badlogic.gdx.scenes.scene2d.Action)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.textra.effects","c":"ShrinkEffect","l":"ShrinkEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"StringUtils","l":"shuffleWords(String)","u":"shuffleWords(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"StringUtils","l":"shuffleWords(String, Random)","u":"shuffleWords(java.lang.String,java.util.Random)"},{"p":"com.github.tommyettinger.textra.effects","c":"SickEffect","l":"SickEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"silver"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"size"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"size(float, float)","u":"size(float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"sizeChanged()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"sizing"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"SKIP"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"skipToTheEnd(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"skipToTheEnd(boolean, boolean)","u":"skipToTheEnd(boolean,boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"sky"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"SKY"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"SLATE"},{"p":"com.github.tommyettinger.textra.effects","c":"SlideEffect","l":"SlideEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"SMALL_CAPS"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"solidBlock"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"SPEED"},{"p":"com.github.tommyettinger.textra.effects","c":"SpinEffect","l":"SpinEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.effects","c":"SpiralEffect","l":"SpiralEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.effects","c":"SquashEffect","l":"SquashEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"STANDARD"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"storedText"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"STRIKETHROUGH"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"style"},{"p":"com.github.tommyettinger.textra.effects","c":"StylistEffect","l":"StylistEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"SUBSCRIPT"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"substring(int, int)","u":"substring(int,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"SUPERSCRIPT"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TAB"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"tableSize(int, float)","u":"tableSize(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"tan"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"TAN"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"targetWidth"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"teal"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"TEAL"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"text"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(String)","u":"text(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(String)","u":"text(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(String, Font)","u":"text(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(String, Font)","u":"text(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(String, Font, Color)","u":"text(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(String, Font, Color)","u":"text(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(String, Label.LabelStyle)","u":"text(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(String, Label.LabelStyle)","u":"text(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(TextraLabel)","u":"text(com.github.tommyettinger.textra.TextraLabel)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(TextraLabel)","u":"text(com.github.tommyettinger.textra.TextraLabel)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"TextFieldClickListener()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"textOffset"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, TextButton.TextButtonStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, TextButton.TextButtonStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, CheckBox.CheckBoxStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, CheckBox.CheckBoxStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Window.WindowStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Window.WindowStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TextraField(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TextraField(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TextraField(String, TextField.TextFieldStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TextraField(String, TextField.TextFieldStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Font)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Font, Color)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Label.LabelStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Label.LabelStyle, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Label.LabelStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, Color)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, Font, Color)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TextTooltip.TextTooltipStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TextTooltip.TextTooltipStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, TextTooltip.TextTooltipStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, TextTooltip.TextTooltipStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin, String, Font, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Window.WindowStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Window.WindowStyle, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Window.WindowStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Window.WindowStyle, Font, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"THIN_ACROSS"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"THIN_END"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"THIN_OVER"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"THIN_START"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"threshold"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"titleLabel"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"titleTable"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"toArray()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"toArray()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"toArray(Array)","u":"toArray(com.badlogic.gdx.utils.Array)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"toArray(IntArray)","u":"toArray(com.badlogic.gdx.utils.IntArray)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"tokenEntries"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"toString()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"toString()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"totalTime"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"touchDown(InputEvent, float, float, int, int)","u":"touchDown(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float,int,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"touchDragged(InputEvent, float, float, int)","u":"touchDragged(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"touchUp(InputEvent, float, float, int, int)","u":"touchUp(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float,int,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"trackingInput"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"transparent"},{"p":"com.github.tommyettinger.textra.effects","c":"TriggerEffect","l":"TriggerEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"triggerEvent(String, boolean)","u":"triggerEvent(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"turquoise"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_ACROSS"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_END1"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_END2"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_OVER1"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_OVER2"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_START1"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_START2"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(String)","u":"typing(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(String)","u":"typing(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(String, Font)","u":"typing(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(String, Font)","u":"typing(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(String, Font, Color)","u":"typing(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(String, Font, Color)","u":"typing(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(String, Label.LabelStyle)","u":"typing(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(String, Label.LabelStyle)","u":"typing(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(TypingLabel)","u":"typing(com.github.tommyettinger.textra.TypingLabel)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(TypingLabel)","u":"typing(com.github.tommyettinger.textra.TypingLabel)"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"TypingAdapter()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, TextButton.TextButtonStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, TextButton.TextButtonStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, CheckBox.CheckBoxStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, CheckBox.CheckBoxStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"TypingConfig()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Window.WindowStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Window.WindowStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Font)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Font, Color)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Label.LabelStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Label.LabelStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TextTooltip.TextTooltipStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TextTooltip.TextTooltipStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, TextTooltip.TextTooltipStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, TextTooltip.TextTooltipStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin, String, Font, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Window.WindowStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Window.WindowStyle, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Window.WindowStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Window.WindowStyle, Font, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"UNDERLINE"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"unregisterEffect(String, String)","u":"unregisterEffect(java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"update(float)"},{"p":"com.github.tommyettinger.textra.effects","c":"WindEffect","l":"update(float)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"updateImage()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"useIntegerPositions(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"useIntegerPositions(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"useIntegerPositions(boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entry","l":"value"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"values()"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"values()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"values()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"Values(CaseInsensitiveIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"values1"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"values2"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"valueTable"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"VARIABLE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"vertexShader"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"violet"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"VIOLET"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"visibleTextEnd"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"visibleTextStart"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"WAIT"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"WARN"},{"p":"com.github.tommyettinger.textra.effects","c":"WaveEffect","l":"WaveEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"white"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"WHITE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"WHITE_OUTLINE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"whiteBlock"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"WIDE_ACROSS"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"WIDE_END"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"WIDE_OVER"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"WIDE_START"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"width"},{"p":"com.github.tommyettinger.textra.effects","c":"WindEffect","l":"WindEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"wordUnderCursor()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"workingLayout"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"wrap"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"writeEnters"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"xAdvance"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"xAdvance(Font, float, long)","u":"xAdvance(com.github.tommyettinger.textra.Font,float,long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"xAdvance(long)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"yellow"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"YELLOW"}];updateSearchResults();
\ No newline at end of file
+memberSearchIndex = [{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldFilter","l":"acceptChar(TextraField, char)","u":"acceptChar(com.github.tommyettinger.textra.TextraField,char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldFilter.DigitsOnlyFilter","l":"acceptChar(TextraField, char)","u":"acceptChar(com.github.tommyettinger.textra.TextraField,char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"act(float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"act(float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"activeEffects"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"actualCrispness"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"add(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addAtlas(TextureAtlas)","u":"addAtlas(com.badlogic.gdx.graphics.g2d.TextureAtlas)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addAtlas(TextureAtlas, float, float, float)","u":"addAtlas(com.badlogic.gdx.graphics.g2d.TextureAtlas,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addAtlas(TextureAtlas, String, String, float, float, float)","u":"addAtlas(com.badlogic.gdx.graphics.g2d.TextureAtlas,java.lang.String,java.lang.String,float,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"addColor(String, int)","u":"addColor(java.lang.String,int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addEmoji(Font)","u":"addEmoji(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addEmoji(Font, float, float, float)","u":"addEmoji(com.github.tommyettinger.textra.Font,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addEmoji(Font, String, String, float, float, float)","u":"addEmoji(com.github.tommyettinger.textra.Font,java.lang.String,java.lang.String,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addGameIcons(Font)","u":"addGameIcons(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addGameIcons(Font, float, float, float)","u":"addGameIcons(com.github.tommyettinger.textra.Font,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"addGameIcons(Font, String, String, float, float, float)","u":"addGameIcons(com.github.tommyettinger.textra.Font,java.lang.String,java.lang.String,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addImage(String, TextureRegion)","u":"addImage(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"addImage(String, TextureRegion, float, float, float)","u":"addImage(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"adjustCellWidth(float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"adjustLineHeight(float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"ALIASES"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"align"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"ALTERNATE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"ALTERNATE_MODES_MASK"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"appendInto(StringBuilder)","u":"appendInto(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"appendIntoDirect(StringBuilder)","u":"appendIntoDirect(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"appendText(String)","u":"appendText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"appendTo(StringBuilder)","u":"appendTo(java.lang.StringBuilder)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"appendToKnownColors()"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"apply(long, int, float)","u":"apply(long,int,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyChar(long, char)","u":"applyChar(long,char)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyColor(long, int)","u":"applyColor(long,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyMode(long, long)","u":"applyMode(long,long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyScale(long, float)","u":"applyScale(long,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"applyStyle(long, long)","u":"applyStyle(long,long)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"apricot"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"atlasLookup(String)","u":"atlasLookup(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"atLimit"},{"p":"com.github.tommyettinger.textra.effects","c":"AttentionEffect","l":"AttentionEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"BACKSPACE"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"baseColor"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"black"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"BLACK"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"BLACK_OUTLINE"},{"p":"com.github.tommyettinger.textra.effects","c":"BlinkEffect","l":"BlinkEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"BlockUtils()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"blue"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"BLUE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"BOLD"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"BOX_DRAWING"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"brick"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"bronze"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"brown"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"BROWN"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"BULLET"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"butter"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(Button)","u":"button(com.badlogic.gdx.scenes.scene2d.ui.Button)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(Button)","u":"button(com.badlogic.gdx.scenes.scene2d.ui.Button)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(Button, Object)","u":"button(com.badlogic.gdx.scenes.scene2d.ui.Button,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(Button, Object)","u":"button(com.badlogic.gdx.scenes.scene2d.ui.Button,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(String)","u":"button(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(String)","u":"button(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(String, Object)","u":"button(java.lang.String,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(String, Object)","u":"button(java.lang.String,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"button(String, Object, TextButton.TextButtonStyle)","u":"button(java.lang.String,java.lang.Object,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"button(String, Object, TextButton.TextButtonStyle)","u":"button(java.lang.String,java.lang.Object,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"cactus"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"calculateFadeout()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"calculateOffsets()"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"calculateProgress(float)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"calculateProgress(float, float)","u":"calculateProgress(float,float)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"calculateProgress(float, float, boolean)","u":"calculateProgress(float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"calculateSize(Layout)","u":"calculateSize(com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"calculateSize(Line)","u":"calculateSize(com.github.tommyettinger.textra.Line)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"calculateXAdvances(Line, FloatArray)","u":"calculateXAdvances(com.github.tommyettinger.textra.Line,com.badlogic.gdx.utils.FloatArray)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"cancel()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"cancel()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"cancelSkipping()"},{"p":"com.github.tommyettinger.textra.effects","c":"CannonEffect","l":"CannonEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.effects","c":"CarouselEffect","l":"CarouselEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"CARRIAGE_RETURN"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap(CaseInsensitiveIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap(int, float)","u":"%3Cinit%3E(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"CaseInsensitiveIntMap(String[], int[])","u":"%3Cinit%3E(java.lang.String[],int[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"celery"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"cellHeight"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"cellWidth"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"channel(int, int)","u":"channel(int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"channelInt(int, int)","u":"channelInt(int,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"CHAR_LIMIT_PER_FRAME"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"chartreuse"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"CHARTREUSE"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"checkFocusTraversal(char)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"chocolate"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"cinnamon"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"CLEAR"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"clear()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"clear()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"clear(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"clearSelection()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"clearStatic()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"clearVariables()"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"clicked(InputEvent, float, float)","u":"clicked(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"cobalt"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"COLOR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"colorLookup"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"ColorUtils()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"connected"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"containsKey(String)","u":"containsKey(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"containsValue(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"continueCursor(int, int)","u":"continueCursor(int,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"copy()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"copySelectedText()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"CORAL"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"createInputListener()"},{"p":"com.github.tommyettinger.textra.effects","c":"CrowdEffect","l":"CrowdEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"cursor"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"cut()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"cyan"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"CYAN"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"DARK_GRAY"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"darken(int, float)","u":"darken(int,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"DEFAULT_CLEAR_COLOR"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"DEFAULT_SPEED_PER_CHAR"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"DEFAULT_WAIT_VALUE"},{"p":"com.github.tommyettinger.textra","c":"TextraField.DefaultOnscreenKeyboard","l":"DefaultOnscreenKeyboard()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"defaultValue"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"DELETE"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"denim"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"descent"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"describe(String)","u":"describe(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup","l":"DESCRIPTIVE"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldFilter.DigitsOnlyFilter","l":"DigitsOnlyFilter()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"displayText"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"dispose()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"dispose()"},{"p":"com.github.tommyettinger.textra.effects","c":"SickEffect","l":"distance"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"distanceField"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"distanceFieldCrispness"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"dragging"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"dragging"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"draw(Batch, float)","u":"draw(com.badlogic.gdx.graphics.g2d.Batch,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"drawBackground(Batch, float, float, float)","u":"drawBackground(com.badlogic.gdx.graphics.g2d.Batch,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlocks(Batch, char, int[][], float, float)","u":"drawBlocks(com.badlogic.gdx.graphics.g2d.Batch,char,int[][],float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlocks(Batch, int[][], float, float)","u":"drawBlocks(com.badlogic.gdx.graphics.g2d.Batch,int[][],float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlockSequence(Batch, float[], TextureRegion, float, float, float)","u":"drawBlockSequence(com.badlogic.gdx.graphics.g2d.Batch,float[],com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlockSequence(Batch, float[], TextureRegion, float, float, float, float, float)","u":"drawBlockSequence(com.badlogic.gdx.graphics.g2d.Batch,float[],com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawBlockSequence(Batch, float[], TextureRegion, float, float, float, float, float, float)","u":"drawBlockSequence(com.badlogic.gdx.graphics.g2d.Batch,float[],com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"drawCursor(Drawable, Batch, Font, float, float)","u":"drawCursor(com.badlogic.gdx.scenes.scene2d.utils.Drawable,com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Font,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawFancyLine(Batch, long, float, float, float, float, float, float)","u":"drawFancyLine(com.badlogic.gdx.graphics.g2d.Batch,long,float,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyph(Batch, long, float, float)","u":"drawGlyph(com.badlogic.gdx.graphics.g2d.Batch,long,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyph(Batch, long, float, float, float)","u":"drawGlyph(com.badlogic.gdx.graphics.g2d.Batch,long,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyph(Batch, long, float, float, float, float, float)","u":"drawGlyph(com.badlogic.gdx.graphics.g2d.Batch,long,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyph(Batch, long, float, float, float, float, float, int)","u":"drawGlyph(com.badlogic.gdx.graphics.g2d.Batch,long,float,float,float,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Layout, float, float)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Layout,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Layout, float, float, int)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Layout,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Layout, float, float, int, float, float, float)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Layout,float,float,int,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Line, float, float)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Line,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Line, float, float, int)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Line,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawGlyphs(Batch, Line, float, float, int, float, float, float)","u":"drawGlyphs(com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Line,float,float,int,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawMarkupText(Batch, String, float, float)","u":"drawMarkupText(com.badlogic.gdx.graphics.g2d.Batch,java.lang.String,float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"drawSelection(Drawable, Batch, Font, float, float)","u":"drawSelection(com.badlogic.gdx.scenes.scene2d.utils.Drawable,com.badlogic.gdx.graphics.g2d.Batch,com.github.tommyettinger.textra.Font,float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"drawStageBackground(Batch, float, float, float, float, float)","u":"drawStageBackground(com.badlogic.gdx.graphics.g2d.Batch,float,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawText(Batch, CharSequence, float, float)","u":"drawText(com.badlogic.gdx.graphics.g2d.Batch,java.lang.CharSequence,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawText(Batch, CharSequence, float, float, int)","u":"drawText(com.badlogic.gdx.graphics.g2d.Batch,java.lang.CharSequence,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"drawTitleTable"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"drawVertices(Batch, Texture, float[])","u":"drawVertices(com.badlogic.gdx.graphics.g2d.Batch,com.badlogic.gdx.graphics.Texture,float[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"DROP_SHADOW"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"dullen(int, float)","u":"dullen(int,float)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"duration"},{"p":"com.github.tommyettinger.textra.effects","c":"EaseEffect","l":"EaseEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"edge"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"EFFECT_END"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"EFFECT_START"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"Effect(TypingLabel)","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"ellipsis"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"ember"},{"p":"com.github.tommyettinger.textra.effects","c":"EmergeEffect","l":"EmergeEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"enableShader(Batch)","u":"enableShader(com.badlogic.gdx.graphics.g2d.Batch)"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"end()"},{"p":"com.github.tommyettinger.textra","c":"TypingListener","l":"end()"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"enrich(int, float)","u":"enrich(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"ensureCapacity(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"enter(InputEvent, float, float, int, Actor)","u":"enter(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float,int,com.badlogic.gdx.scenes.scene2d.Actor)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"entries()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entries","l":"Entries(CaseInsensitiveIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"entries1"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"entries2"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"ERROR"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"EVENT"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"event(String)","u":"event(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingListener","l":"event(String)","u":"event(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractChar(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractColor(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractMode(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractScale(long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"extractStyle(long)"},{"p":"com.github.tommyettinger.textra.effects","c":"FadeEffect","l":"FadeEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"family"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"fern"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"findKey(int)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"FIREBRICK"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"fitCell(float, float, boolean)","u":"fitCell(float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"flip(boolean, boolean)","u":"flip(boolean,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"floatFromDec(CharSequence, int, int)","u":"floatFromDec(java.lang.CharSequence,int,int)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"font"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"font"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"font"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(BitmapFont)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.BitmapFont)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(BitmapFont, float, float, float, float)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.BitmapFont,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(BitmapFont, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.BitmapFont,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(BitmapFont, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.BitmapFont,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"font(Font)","u":"font(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(Font)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Array, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.utils.Array,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Array, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.utils.Array,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Array, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.utils.Array,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Font.DistanceFieldType)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,java.lang.String,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, Font.DistanceFieldType)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, String, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, TextureRegion, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, TextureRegion, Font.DistanceFieldType, float, float, float, float)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"Font(String, TextureRegion, Font.DistanceFieldType, float, float, float, float, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.graphics.g2d.TextureRegion,com.github.tommyettinger.textra.Font.DistanceFieldType,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"fontAliases"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(Font[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font[])"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(Font[], int, int)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font[],int,int)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(Font.FontFamily)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font.FontFamily)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(OrderedMap)","u":"%3Cinit%3E(com.badlogic.gdx.utils.OrderedMap)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(Skin)","u":"%3Cinit%3E(com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(String[], Font[])","u":"%3Cinit%3E(java.lang.String[],com.github.tommyettinger.textra.Font[])"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"FontFamily(String[], Font[], int, int)","u":"%3Cinit%3E(java.lang.String[],com.github.tommyettinger.textra.Font[],int,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"fontOffset"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"FOREST"},{"p":"com.github.tommyettinger.textra","c":"Font.FontFamily","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"get(String, int)","u":"get(java.lang.String,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getAlignment()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"getAlignment()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAll()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAllMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAllSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAllStandard()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"getAndIncrement(String, int, int)","u":"getAndIncrement(java.lang.String,int,int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAStarry()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getAStarryMSDF()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getBackgroundDrawable()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getBaseColor()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getBitter()"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"getButtonTable()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"getButtonTable()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCanada()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCascadiaMono()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCascadiaMonoMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCaveat()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getClearColor()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"getColorLookup()"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"getContentTable()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"getContentTable()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getCozette()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"getCrispness()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getCursorPosition()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getDefaultInputListener()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getDefaultToken()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getDejaVuSansMono()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getEllipsis()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getEllipsis()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getFont()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"getFont()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getFontColor()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getFontColor()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getFromIntermediate(int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGameIconsFont(float, float)","u":"getGameIconsFont(float,float)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGentium()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGentiumMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGentiumSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getGoNotoUniversalSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getHanazono()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getHeight()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIBM8x16()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getImage()"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"getImage()"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"getImage()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getImageCell()"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"getImageCell()"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"getImageCell()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getImageDrawable()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getInconsolata()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getInconsolataMSDF()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getInLayout(Layout, int)","u":"getInLayout(com.github.tommyettinger.textra.Layout,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getIntermediateText()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getInWorkingLayout(int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevka()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaSlab()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaSlabMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getIosevkaSlabSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getKingthingsFoundation()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getLabel()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getLabelCell()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getLibertinusSerif()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getLine(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getLineHeight(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getLineInLayout(Layout, int)","u":"getLineInLayout(com.github.tommyettinger.textra.Layout,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getMaxLength()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getMaxLines()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getMaxLines()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getMessageText()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"getName()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getNowAlt()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getOnscreenKeyboard()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getOpenSans()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getOriginalText()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getOxanium()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getPrefHeight()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"getPrefHeight()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getPrefHeight()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getPrefWidth()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"getPrefWidth()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getPrefWidth()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getPrefWidth()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getProgrammaticChangeEvents()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getQuanPixel()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getResizeBorder()"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup","l":"getRgba(String)","u":"getRgba(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup.GdxColorLookup","l":"getRgba(String)","u":"getRgba(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getRobotoCondensed()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getSelectedText()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getSelection()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getSelectionStart()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getStandardFamily()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"getStyle()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getTangerine()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getTangerineSDF()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getTargetWidth()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"getText()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getText()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getText()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getTextFieldFilter()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getTextraLabel()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"getTextraLabelCell()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"getTextY(Font, Drawable)","u":"getTextY(com.github.tommyettinger.textra.Font,com.badlogic.gdx.scenes.scene2d.utils.Drawable)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getTitleLabel()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"getTitleTable()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getTypingListener()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getVariables()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"getWidth()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"getWorkingLayout()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getYanoneKaffeesatz()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getYanoneKaffeesatzMSDF()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"getYataghanMSDF()"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"GLOBAL_VARS"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"glyphPositions"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(Font.GlyphRegion)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font.GlyphRegion)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(TextureAtlas.AtlasRegion)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(TextureRegion)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.TextureRegion)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(TextureRegion, float, float, float)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"GlyphRegion(TextureRegion, float, float, float, float)","u":"%3Cinit%3E(com.badlogic.gdx.graphics.g2d.TextureRegion,float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"glyphs"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"goEnd(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"goHome(boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"GOLD"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"GOLDENROD"},{"p":"com.github.tommyettinger.textra.effects","c":"GradientEffect","l":"GradientEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"gray"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"GRAY"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"green"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"GREEN"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"handleEllipsis(Layout)","u":"handleEllipsis(com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"handleIntegerPosition(float)"},{"p":"com.github.tommyettinger.textra.effects","c":"HangEffect","l":"HangEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"hasEnded()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"hashCode()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"hashMultiplier"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"hasNext"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entries","l":"hasNext()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"hasNext()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"hasNext()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"hasSelection"},{"p":"com.github.tommyettinger.textra.effects","c":"HeartbeatEffect","l":"HeartbeatEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"height"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"hide()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"hide()"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"hide(Action)","u":"hide(com.badlogic.gdx.scenes.scene2d.Action)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"hide(Action)","u":"hide(com.badlogic.gdx.scenes.scene2d.Action)"},{"p":"com.github.tommyettinger.textra.effects","c":"HighlightEffect","l":"HighlightEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"hit(float, float, boolean)","u":"hit(float,float,boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"hsb2rgb(float, float, float, float)","u":"hsb2rgb(float,float,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"hsl2rgb(float, float, float, float)","u":"hsl2rgb(float,float,float,float)"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"IF"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"ignoreTouchDown"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"ignoreTouchDown"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, ImageTextButton.ImageTextButtonStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, ImageTextButton.ImageTextButtonStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"ImageTextraButton(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, ImageTextButton.ImageTextButtonStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, ImageTextButton.ImageTextButtonStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"ImageTypingButton(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"indexEnd"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"indexStart"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"indigo"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"initialize()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"insertInLayout(Layout, int, CharSequence)","u":"insertInLayout(com.github.tommyettinger.textra.Layout,int,java.lang.CharSequence)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"insertInLayout(Layout, int, long)","u":"insertInLayout(com.github.tommyettinger.textra.Layout,int,long)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"insertLine(int)"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup","l":"INSTANCE"},{"p":"com.github.tommyettinger.textra","c":"ColorLookup.GdxColorLookup","l":"INSTANCE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"integerPosition"},{"p":"com.github.tommyettinger.textra.effects","c":"SickEffect","l":"intensity"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"INTERVAL_MULTIPLIERS_BY_CHAR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"intFromDec(CharSequence, int, int)","u":"intFromDec(java.lang.CharSequence,int,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"intFromHex(CharSequence, int, int)","u":"intFromHex(java.lang.CharSequence,int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"isBlockGlyph(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"isDisabled()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"isDragging()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"isEmpty()"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"isFinished()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"isLowerCase(char)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"isModal()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"isMono"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"isMovable()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"isPasswordMode()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"isPaused()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"isResizable()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"isSelectable()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"isSkipping()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"isUpperCase(char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"isWordCharacter(char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"isWordCharacter(long)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"isWrap()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"iterator()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entries","l":"iterator()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"iterator()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"iterator()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"jade"},{"p":"com.github.tommyettinger.textra.utils","c":"StringUtils","l":"join(CharSequence, CharSequence...)","u":"join(java.lang.CharSequence,java.lang.CharSequence...)"},{"p":"com.github.tommyettinger.textra.effects","c":"JoltEffect","l":"JoltEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"JOSTLE"},{"p":"com.github.tommyettinger.textra.effects","c":"JumpEffect","l":"JumpEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"keepWithinStage()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"kerning"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"kerningPair(char, char)","u":"kerningPair(char,char)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entry","l":"key"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"key(int, Object)","u":"key(int,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"key(int, Object)","u":"key(int,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"keyDown(InputEvent, int)","u":"keyDown(com.badlogic.gdx.scenes.scene2d.InputEvent,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"keyRepeatInitialTime"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"keyRepeatTime"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"keys()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"Keys(CaseInsensitiveIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"keys1"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"keys2"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"keyTable"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"keyTyped(InputEvent, char)","u":"keyTyped(com.badlogic.gdx.scenes.scene2d.InputEvent,char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldListener","l":"keyTyped(TextraField, char)","u":"keyTyped(com.github.tommyettinger.textra.TextraField,char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"keyUp(InputEvent, int)","u":"keyUp(com.badlogic.gdx.scenes.scene2d.InputEvent,int)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"label"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"label"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"lastTouchedIndex"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"lavender"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"layout"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"layout()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"layout()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"Layout()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"Layout(Font)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"Layout(Layout)","u":"%3Cinit%3E(com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"length()"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"lerpColors(int, int, float)","u":"lerpColors(int,int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"LIGHT_GRAY"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"lighten(int, float)","u":"lighten(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"lime"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"LIME"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"Line()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"Line(int)","u":"%3Cinit%3E(int)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"lines"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"lines()"},{"p":"com.github.tommyettinger.textra.effects","c":"LinkEffect","l":"LinkEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"LIST"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"loadFactor"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"loadFNT(String, float, float, float, float, boolean)","u":"loadFNT(java.lang.String,float,float,float,float,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"loadSad(String, String)","u":"loadSad(java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"loadUnicodeAtlas(FileHandle, FileHandle, boolean)","u":"loadUnicodeAtlas(com.badlogic.gdx.files.FileHandle,com.badlogic.gdx.files.FileHandle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"longFromHex(CharSequence, int, int)","u":"longFromHex(java.lang.CharSequence,int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"magenta"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"MAGENTA"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"mapping"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markup(String, Layout)","u":"markup(java.lang.String,com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markupGlyph(char, String)","u":"markupGlyph(char,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markupGlyph(char, String, ColorLookup)","u":"markupGlyph(char,java.lang.String,com.github.tommyettinger.textra.ColorLookup)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markupGlyph(char, String, ColorLookup, Font.FontFamily)","u":"markupGlyph(char,java.lang.String,com.github.tommyettinger.textra.ColorLookup,com.github.tommyettinger.textra.Font.FontFamily)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"markupGlyph(String)","u":"markupGlyph(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"MAROON"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"mask"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"mauve"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"MAX_SPEED_MODIFIER"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"maxLines"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"measureWidth(Line)","u":"measureWidth(com.github.tommyettinger.textra.Line)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"MIDSCRIPT"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"MIN_SPEED_MODIFIER"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"mint"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"mix(int[], int, int)","u":"mix(int[],int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"moss"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"moveCursor(boolean, boolean)","u":"moveCursor(boolean,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"MSDF"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"msdfFragmentShader"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"multiplyAllAlpha(int[][], float)","u":"multiplyAllAlpha(int[][],float)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"multiplyAlpha(int, float)","u":"multiplyAlpha(int,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"multiplyCrispness(float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"name"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"NAMED"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"nameLookup"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"NAMES"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"namesByCharCode"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"navy"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"NAVY"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"newImage()"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"newImage()"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"newImage()"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"newLabel(String, Font)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"newLabel(String, Font)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"newLabel(String, Font, Color)","u":"newLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"ImageTypingButton","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"newLabel(String, Label.LabelStyle)","u":"newLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"NEWLINE"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"newTypingLabel(String, Font, Color)","u":"newTypingLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"newTypingLabel(String, Font, Color)","u":"newTypingLabel(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"newTypingLabel(String, Label.LabelStyle)","u":"newTypingLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"newTypingLabel(String, Label.LabelStyle)","u":"newTypingLabel(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entries","l":"next()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"next()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"next()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"next(boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"NoiseUtils","l":"noise1D(float, int)","u":"noise1D(float,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"NoiseUtils","l":"NoiseUtils()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"NOTE"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"notEmpty()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"OBLIQUE"},{"p":"com.github.tommyettinger.textra.utils","c":"NoiseUtils","l":"octaveNoise1D(float, int)","u":"octaveNoise1D(float,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"offset(int, float)","u":"offset(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"offsetLightness(int, float)","u":"offsetLightness(int,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"offsets"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"offsetX"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"offsetY"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"olive"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"OLIVE"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"AttentionEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"BlinkEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"CannonEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"CarouselEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"CrowdEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"EaseEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"EmergeEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"FadeEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"GradientEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"HangEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"HeartbeatEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"HighlightEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"JoltEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"JumpEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"LinkEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"RainbowEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"RotateEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"ScaleEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"ShakeEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"ShrinkEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SickEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SlideEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SpinEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SpiralEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"SquashEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"StylistEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"TriggerEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"WaveEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"WindEffect","l":"onApply(long, int, int, float)","u":"onApply(long,int,int,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"onChar(long)"},{"p":"com.github.tommyettinger.textra","c":"TypingListener","l":"onChar(long)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"orange"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"ORANGE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"originalCellHeight"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"originalCellWidth"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"overIndex"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_BLACK"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_ERROR_COLOR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_NOTE_COLOR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_WARN_COLOR"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"PACKED_WHITE"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"paramAsBoolean(String)","u":"paramAsBoolean(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"paramAsColor(String)","u":"paramAsColor(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"paramAsFloat(String, float)","u":"paramAsFloat(java.lang.String,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"parents"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"parseTokens()"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"pause()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"pause()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"peach"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"pear"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"peekLine()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"pink"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"PINK"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"place(String)","u":"place(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"plum"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"positionChanged()"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"purple"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"PURPLE"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"pushLine()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"put(String, int)","u":"put(java.lang.String,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"put(String, int, int)","u":"put(java.lang.String,int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"putAll(CaseInsensitiveIntMap)","u":"putAll(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"putAll(String[], int[])","u":"putAll(java.lang.String[],int[])"},{"p":"com.github.tommyettinger.textra.effects","c":"RainbowEffect","l":"RainbowEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"raspberry"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"red"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"RED"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"regenerateLayout(Layout)","u":"regenerateLayout(com.github.tommyettinger.textra.Layout)"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"registerEffect(String, String, Class extends Effect>)","u":"registerEffect(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"remove()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"remove()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"remove()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"remove(String, int)","u":"remove(java.lang.String,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"replaceVariable(String)","u":"replaceVariable(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingListener","l":"replaceVariable(String)","u":"replaceVariable(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"RESET"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"reset()"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"reset()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"reset()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"resizeDistanceField(int, int)","u":"resizeDistanceField(int,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"restart()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"restart(String)","u":"restart(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"restoreOriginalText()"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"result(Object)","u":"result(java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"result(Object)","u":"result(java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"resume()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"resume()"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"rgb2hsb(float, float, float, float)","u":"rgb2hsb(float,float,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"ColorUtils","l":"rgb2hsl(float, float, float, float)","u":"rgb2hsl(float,float,float,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"rose"},{"p":"com.github.tommyettinger.textra.effects","c":"RotateEffect","l":"RotateEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"rotations"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"ROYAL"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"safeSubstring(String, int, int)","u":"safeSubstring(java.lang.String,int,int)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"saffron"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"sage"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"salmon"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"SALMON"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"saveOriginalText(CharSequence)","u":"saveOriginalText(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"scale(float, float)","u":"scale(float,float)"},{"p":"com.github.tommyettinger.textra.effects","c":"ScaleEffect","l":"ScaleEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"scaleTo(float, float)","u":"scaleTo(float,float)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"scaleX"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"scaleY"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"SCARLET"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"scheduleKeyRepeatTask(int)"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"SDF"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"sdfFragmentShader"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"selectable"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"selectAll()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"selectionEnd"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"selectionStart"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"selectionStart"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setAlignment(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setAlignment(int)"},{"p":"com.github.tommyettinger.textra","c":"KnownFonts","l":"setAssetPrefix(String)","u":"setAssetPrefix(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setBaseColor(Color)","u":"setBaseColor(com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setBaseColor(float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setBlinkTime(float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setClipboard(Clipboard)","u":"setClipboard(com.badlogic.gdx.utils.Clipboard)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setColorLookup(ColorLookup)","u":"setColorLookup(com.github.tommyettinger.textra.ColorLookup)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setCrispness(float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"setCursorPosition(float, float)","u":"setCursorPosition(float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setCursorPosition(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setDefaultToken(String)","u":"setDefaultToken(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setDisabled(boolean)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setEllipsis(String)","u":"setEllipsis(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setEllipsis(String)","u":"setEllipsis(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setFamily(Font.FontFamily)","u":"setFamily(com.github.tommyettinger.textra.Font.FontFamily)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setFocusTraversal(boolean)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setFont(Font)","u":"setFont(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setFont(Font)","u":"setFont(com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setFont(Font, boolean)","u":"setFont(com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setInLayout(Layout, int, long)","u":"setInLayout(com.github.tommyettinger.textra.Layout,int,long)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setIntermediateText(CharSequence, boolean, boolean)","u":"setIntermediateText(java.lang.CharSequence,boolean,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setInWorkingLayout(int, long)","u":"setInWorkingLayout(int,long)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setKeepWithinStage(boolean)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setLabel(TextraLabel)","u":"setLabel(com.github.tommyettinger.textra.TextraLabel)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setMaxLength(int)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setMaxLines(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setMaxLines(int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setMessageText(String)","u":"setMessageText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setModal(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setMovable(boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"setObject(Actor, Object)","u":"setObject(com.badlogic.gdx.scenes.scene2d.Actor,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"setObject(Actor, Object)","u":"setObject(com.badlogic.gdx.scenes.scene2d.Actor,java.lang.Object)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setOnlyFontChars(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setOnscreenKeyboard(TextraField.OnscreenKeyboard)","u":"setOnscreenKeyboard(com.github.tommyettinger.textra.TextraField.OnscreenKeyboard)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setParent(Group)","u":"setParent(com.badlogic.gdx.scenes.scene2d.Group)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setParent(Group)","u":"setParent(com.badlogic.gdx.scenes.scene2d.Group)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setPasswordCharacter(char)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setPasswordMode(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setProgrammaticChangeEvents(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setResizable(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setResizeBorder(int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setSelectable(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setSelection(int, int)","u":"setSelection(int,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setSize(float, float)","u":"setSize(float,float)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setSize(float, float)","u":"setSize(float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"setStage(Stage)","u":"setStage(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setStage(Stage)","u":"setStage(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setStage(Stage)","u":"setStage(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"setStage(Stage)","u":"setStage(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setStyle(Button.ButtonStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setStyle(Button.ButtonStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"setStyle(Button.ButtonStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"setStyle(Button.ButtonStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setStyle(Button.ButtonStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setStyle(Button.ButtonStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"setStyle(Button.ButtonStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"setStyle(Button.ButtonStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setStyle(Button.ButtonStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setStyle(Button.ButtonStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"setStyle(Button.ButtonStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"setStyle(Button.ButtonStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setStyle(TextField.TextFieldStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"setStyle(TextTooltip.TextTooltipStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"setStyle(TextTooltip.TextTooltipStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"setStyle(TextTooltip.TextTooltipStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"setStyle(TextTooltip.TextTooltipStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"setStyle(TextTooltip.TextTooltipStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"setStyle(TextTooltip.TextTooltipStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setStyle(Window.WindowStyle)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setStyle(Window.WindowStyle, boolean)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"setStyle(Window.WindowStyle, Font)","u":"setStyle(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"setTargetWidth(float)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"setText(CharSequence)","u":"setText(java.lang.CharSequence)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setText(String, boolean)","u":"setText(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setText(String, boolean, boolean)","u":"setText(java.lang.String,boolean,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setTextFieldFilter(TextraField.TextFieldFilter)","u":"setTextFieldFilter(com.github.tommyettinger.textra.TextraField.TextFieldFilter)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"setTextFieldListener(TextraField.TextFieldListener)","u":"setTextFieldListener(com.github.tommyettinger.textra.TextraField.TextFieldListener)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"setTextraLabel(TextraLabel)","u":"setTextraLabel(com.github.tommyettinger.textra.TextraLabel)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setTextureFilter()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"setTextureFilter(Texture.TextureFilter, Texture.TextureFilter)","u":"setTextureFilter(com.badlogic.gdx.graphics.Texture.TextureFilter,com.badlogic.gdx.graphics.Texture.TextureFilter)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setTypingListener(TypingListener)","u":"setTypingListener(com.github.tommyettinger.textra.TypingListener)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setVariable(String, String)","u":"setVariable(java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setVariables(Map)","u":"setVariables(java.util.Map)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"setVariables(ObjectMap)","u":"setVariables(com.badlogic.gdx.utils.ObjectMap)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"setWrap(boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"shader"},{"p":"com.github.tommyettinger.textra.effects","c":"ShakeEffect","l":"ShakeEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"shift"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"SHINY"},{"p":"com.github.tommyettinger.textra","c":"TextraField.DefaultOnscreenKeyboard","l":"show(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.OnscreenKeyboard","l":"show(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"show(Stage)","u":"show(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"show(Stage)","u":"show(com.badlogic.gdx.scenes.scene2d.Stage)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"show(Stage, Action)","u":"show(com.badlogic.gdx.scenes.scene2d.Stage,com.badlogic.gdx.scenes.scene2d.Action)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"show(Stage, Action)","u":"show(com.badlogic.gdx.scenes.scene2d.Stage,com.badlogic.gdx.scenes.scene2d.Action)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"shrink(int)"},{"p":"com.github.tommyettinger.textra.effects","c":"ShrinkEffect","l":"ShrinkEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"StringUtils","l":"shuffleWords(String)","u":"shuffleWords(java.lang.String)"},{"p":"com.github.tommyettinger.textra.utils","c":"StringUtils","l":"shuffleWords(String, Random)","u":"shuffleWords(java.lang.String,java.util.Random)"},{"p":"com.github.tommyettinger.textra.effects","c":"SickEffect","l":"SickEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"silver"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"size"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"size(float, float)","u":"size(float,float)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"sizeChanged()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"sizing"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"SKIP"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"skipToTheEnd()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"skipToTheEnd(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"skipToTheEnd(boolean, boolean)","u":"skipToTheEnd(boolean,boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"sky"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"SKY"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"SLATE"},{"p":"com.github.tommyettinger.textra.effects","c":"SlideEffect","l":"SlideEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"SMALL_CAPS"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"solidBlock"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"SPEED"},{"p":"com.github.tommyettinger.textra.effects","c":"SpinEffect","l":"SpinEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.effects","c":"SpiralEffect","l":"SpiralEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.effects","c":"SquashEffect","l":"SquashEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"STANDARD"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"storedText"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"STRIKETHROUGH"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"style"},{"p":"com.github.tommyettinger.textra.effects","c":"StylistEffect","l":"StylistEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"SUBSCRIPT"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"substring(int, int)","u":"substring(int,int)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"SUPERSCRIPT"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TAB"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"tableSize(int, float)","u":"tableSize(int,float)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"tan"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"TAN"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"targetWidth"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"teal"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"TEAL"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"text"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(String)","u":"text(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(String)","u":"text(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(String, Font)","u":"text(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(String, Font)","u":"text(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(String, Font, Color)","u":"text(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(String, Font, Color)","u":"text(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(String, Label.LabelStyle)","u":"text(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(String, Label.LabelStyle)","u":"text(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"text(TextraLabel)","u":"text(com.github.tommyettinger.textra.TextraLabel)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"text(TextraLabel)","u":"text(com.github.tommyettinger.textra.TextraLabel)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"TextFieldClickListener()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"textOffset"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, TextButton.TextButtonStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"TextraButton(String, TextButton.TextButtonStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, CheckBox.CheckBoxStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, CheckBox.CheckBoxStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraCheckBox","l":"TextraCheckBox(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Window.WindowStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"TextraDialog(String, Window.WindowStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TextraField(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TextraField(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TextraField(String, TextField.TextFieldStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"TextraField(String, TextField.TextFieldStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Font)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Font, Color)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Label.LabelStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Label.LabelStyle, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Label.LabelStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, Color)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, Font, Color)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"TextraLabel(String, Skin, String, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TextTooltip.TextTooltipStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TextTooltip.TextTooltipStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, TextTooltip.TextTooltipStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraTooltip","l":"TextraTooltip(String, TooltipManager, TextTooltip.TextTooltipStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Skin, String, Font, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Window.WindowStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Window.WindowStyle, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Window.WindowStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"TextraWindow(String, Window.WindowStyle, Font, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"THIN_ACROSS"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"THIN_END"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"THIN_OVER"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"THIN_START"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"threshold"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"titleLabel"},{"p":"com.github.tommyettinger.textra","c":"TextraWindow","l":"titleTable"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"toArray()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"toArray()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Keys","l":"toArray(Array)","u":"toArray(com.badlogic.gdx.utils.Array)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"toArray(IntArray)","u":"toArray(com.badlogic.gdx.utils.IntArray)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"tokenEntries"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"Layout","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"toString()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"toString()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"toString()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entry","l":"toString()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"toString(String)","u":"toString(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"totalTime"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"touchDown(InputEvent, float, float, int, int)","u":"touchDown(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float,int,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"touchDragged(InputEvent, float, float, int)","u":"touchDragged(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float,int)"},{"p":"com.github.tommyettinger.textra","c":"TextraField.TextFieldClickListener","l":"touchUp(InputEvent, float, float, int, int)","u":"touchUp(com.badlogic.gdx.scenes.scene2d.InputEvent,float,float,int,int)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"trackingInput"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"transparent"},{"p":"com.github.tommyettinger.textra.effects","c":"TriggerEffect","l":"TriggerEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"triggerEvent(String, boolean)","u":"triggerEvent(java.lang.String,boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"turquoise"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_ACROSS"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_END1"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_END2"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_OVER1"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_OVER2"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_START1"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"TWIN_START2"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(String)","u":"typing(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(String)","u":"typing(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(String, Font)","u":"typing(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(String, Font)","u":"typing(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(String, Font, Color)","u":"typing(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(String, Font, Color)","u":"typing(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(String, Label.LabelStyle)","u":"typing(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(String, Label.LabelStyle)","u":"typing(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TextraDialog","l":"typing(TypingLabel)","u":"typing(com.github.tommyettinger.textra.TypingLabel)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"typing(TypingLabel)","u":"typing(com.github.tommyettinger.textra.TypingLabel)"},{"p":"com.github.tommyettinger.textra","c":"TypingAdapter","l":"TypingAdapter()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, TextButton.TextButtonStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingButton","l":"TypingButton(String, TextButton.TextButtonStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, CheckBox.CheckBoxStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, CheckBox.CheckBoxStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingCheckBox","l":"TypingCheckBox(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"TypingConfig()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Window.WindowStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingDialog","l":"TypingDialog(String, Window.WindowStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel()","u":"%3Cinit%3E()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Font)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Font, Color)","u":"%3Cinit%3E(java.lang.String,com.github.tommyettinger.textra.Font,com.badlogic.gdx.graphics.Color)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Label.LabelStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Label.LabelStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"TypingLabel(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TextTooltip.TextTooltipStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TextTooltip.TextTooltipStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, TextTooltip.TextTooltipStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingTooltip","l":"TypingTooltip(String, TooltipManager, TextTooltip.TextTooltipStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.TooltipManager,com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin, String)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin, String, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Skin, String, Font, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Skin,java.lang.String,com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Window.WindowStyle)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Window.WindowStyle, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,boolean)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Window.WindowStyle, Font)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font)"},{"p":"com.github.tommyettinger.textra","c":"TypingWindow","l":"TypingWindow(String, Window.WindowStyle, Font, boolean)","u":"%3Cinit%3E(java.lang.String,com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle,com.github.tommyettinger.textra.Font,boolean)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"UNDERLINE"},{"p":"com.github.tommyettinger.textra","c":"TypingConfig","l":"unregisterEffect(String, String)","u":"unregisterEffect(java.lang.String,java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Effect","l":"update(float)"},{"p":"com.github.tommyettinger.textra.effects","c":"WindEffect","l":"update(float)"},{"p":"com.github.tommyettinger.textra","c":"ImageTextraButton","l":"updateImage()"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"useIntegerPositions(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraButton","l":"useIntegerPositions(boolean)"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"useIntegerPositions(boolean)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Entry","l":"value"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.github.tommyettinger.textra","c":"Font.DistanceFieldType","l":"values()"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"values()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"values()"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap.Values","l":"Values(CaseInsensitiveIntMap)","u":"%3Cinit%3E(com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap)"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"values1"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"values2"},{"p":"com.github.tommyettinger.textra.utils","c":"CaseInsensitiveIntMap","l":"valueTable"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"VARIABLE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"vertexShader"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"violet"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"VIOLET"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"visibleTextEnd"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"visibleTextStart"},{"p":"com.github.tommyettinger.textra","c":"TokenCategory","l":"WAIT"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"WARN"},{"p":"com.github.tommyettinger.textra.effects","c":"WaveEffect","l":"WaveEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"white"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"WHITE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"WHITE_OUTLINE"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"whiteBlock"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"WIDE_ACROSS"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"WIDE_END"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"WIDE_OVER"},{"p":"com.github.tommyettinger.textra.utils","c":"BlockUtils","l":"WIDE_START"},{"p":"com.github.tommyettinger.textra","c":"Line","l":"width"},{"p":"com.github.tommyettinger.textra.effects","c":"WindEffect","l":"WindEffect(TypingLabel, String[])","u":"%3Cinit%3E(com.github.tommyettinger.textra.TypingLabel,java.lang.String[])"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"wordUnderCursor()"},{"p":"com.github.tommyettinger.textra","c":"TypingLabel","l":"workingLayout"},{"p":"com.github.tommyettinger.textra","c":"TextraLabel","l":"wrap"},{"p":"com.github.tommyettinger.textra","c":"TextraField","l":"writeEnters"},{"p":"com.github.tommyettinger.textra","c":"Font.GlyphRegion","l":"xAdvance"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"xAdvance(Font, float, long)","u":"xAdvance(com.github.tommyettinger.textra.Font,float,long)"},{"p":"com.github.tommyettinger.textra","c":"Font","l":"xAdvance(long)"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"yellow"},{"p":"com.github.tommyettinger.textra.utils","c":"Palette","l":"YELLOW"}];updateSearchResults();
\ No newline at end of file
diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html
index 75046808..62d4918e 100644
--- a/docs/apidocs/overview-summary.html
+++ b/docs/apidocs/overview-summary.html
@@ -3,7 +3,7 @@
-textratypist 0.8.0 API
+textratypist 0.8.1 API
diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html
index 2122c051..136e2288 100644
--- a/docs/apidocs/overview-tree.html
+++ b/docs/apidocs/overview-tree.html
@@ -3,7 +3,7 @@
-Class Hierarchy (textratypist 0.8.0 API)
+Class Hierarchy (textratypist 0.8.1 API)
@@ -130,6 +130,7 @@ Class Hierarchy
com.github.tommyettinger.textra.effects.AttentionEffect
com.github.tommyettinger.textra.effects.BlinkEffect
+com.github.tommyettinger.textra.effects.CannonEffect
com.github.tommyettinger.textra.effects.CarouselEffect
com.github.tommyettinger.textra.effects.CrowdEffect
com.github.tommyettinger.textra.effects.EaseEffect
diff --git a/docs/apidocs/type-search-index.js b/docs/apidocs/type-search-index.js
index e531b892..8535eb1c 100644
--- a/docs/apidocs/type-search-index.js
+++ b/docs/apidocs/type-search-index.js
@@ -1 +1 @@
-typeSearchIndex = [{"l":"All Classes","u":"allclasses-index.html"},{"p":"com.github.tommyettinger.textra.effects","l":"AttentionEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"BlinkEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"BlockUtils"},{"p":"com.github.tommyettinger.textra.effects","l":"CarouselEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap"},{"p":"com.github.tommyettinger.textra","l":"ColorLookup"},{"p":"com.github.tommyettinger.textra.utils","l":"ColorUtils"},{"p":"com.github.tommyettinger.textra.effects","l":"CrowdEffect"},{"p":"com.github.tommyettinger.textra","l":"TextraField.DefaultOnscreenKeyboard"},{"p":"com.github.tommyettinger.textra","l":"TextraField.TextFieldFilter.DigitsOnlyFilter"},{"p":"com.github.tommyettinger.textra","l":"Font.DistanceFieldType"},{"p":"com.github.tommyettinger.textra.effects","l":"EaseEffect"},{"p":"com.github.tommyettinger.textra","l":"Effect"},{"p":"com.github.tommyettinger.textra.effects","l":"EmergeEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap.Entries"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap.Entry"},{"p":"com.github.tommyettinger.textra.effects","l":"FadeEffect"},{"p":"com.github.tommyettinger.textra","l":"Font"},{"p":"com.github.tommyettinger.textra","l":"Font.FontFamily"},{"p":"com.github.tommyettinger.textra","l":"ColorLookup.GdxColorLookup"},{"p":"com.github.tommyettinger.textra","l":"Font.GlyphRegion"},{"p":"com.github.tommyettinger.textra.effects","l":"GradientEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"HangEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"HeartbeatEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"HighlightEffect"},{"p":"com.github.tommyettinger.textra","l":"ImageTextraButton"},{"p":"com.github.tommyettinger.textra","l":"ImageTypingButton"},{"p":"com.github.tommyettinger.textra.effects","l":"JoltEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"JumpEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap.Keys"},{"p":"com.github.tommyettinger.textra","l":"KnownFonts"},{"p":"com.github.tommyettinger.textra","l":"Layout"},{"p":"com.github.tommyettinger.textra","l":"Line"},{"p":"com.github.tommyettinger.textra.effects","l":"LinkEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"NoiseUtils"},{"p":"com.github.tommyettinger.textra","l":"TextraField.OnscreenKeyboard"},{"p":"com.github.tommyettinger.textra.utils","l":"Palette"},{"p":"com.github.tommyettinger.textra.effects","l":"RainbowEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"RotateEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"ScaleEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"ShakeEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"ShrinkEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SickEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SlideEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SpinEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SpiralEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SquashEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"StringUtils"},{"p":"com.github.tommyettinger.textra.effects","l":"StylistEffect"},{"p":"com.github.tommyettinger.textra","l":"TextraField.TextFieldClickListener"},{"p":"com.github.tommyettinger.textra","l":"TextraField.TextFieldFilter"},{"p":"com.github.tommyettinger.textra","l":"TextraField.TextFieldListener"},{"p":"com.github.tommyettinger.textra","l":"TextraButton"},{"p":"com.github.tommyettinger.textra","l":"TextraCheckBox"},{"p":"com.github.tommyettinger.textra","l":"TextraDialog"},{"p":"com.github.tommyettinger.textra","l":"TextraField"},{"p":"com.github.tommyettinger.textra","l":"TextraLabel"},{"p":"com.github.tommyettinger.textra","l":"TextraTooltip"},{"p":"com.github.tommyettinger.textra","l":"TextraWindow"},{"p":"com.github.tommyettinger.textra","l":"TokenCategory"},{"p":"com.github.tommyettinger.textra.effects","l":"TriggerEffect"},{"p":"com.github.tommyettinger.textra","l":"TypingAdapter"},{"p":"com.github.tommyettinger.textra","l":"TypingButton"},{"p":"com.github.tommyettinger.textra","l":"TypingCheckBox"},{"p":"com.github.tommyettinger.textra","l":"TypingConfig"},{"p":"com.github.tommyettinger.textra","l":"TypingDialog"},{"p":"com.github.tommyettinger.textra","l":"TypingLabel"},{"p":"com.github.tommyettinger.textra","l":"TypingListener"},{"p":"com.github.tommyettinger.textra","l":"TypingTooltip"},{"p":"com.github.tommyettinger.textra","l":"TypingWindow"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap.Values"},{"p":"com.github.tommyettinger.textra.effects","l":"WaveEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"WindEffect"}];updateSearchResults();
\ No newline at end of file
+typeSearchIndex = [{"l":"All Classes","u":"allclasses-index.html"},{"p":"com.github.tommyettinger.textra.effects","l":"AttentionEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"BlinkEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"BlockUtils"},{"p":"com.github.tommyettinger.textra.effects","l":"CannonEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"CarouselEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap"},{"p":"com.github.tommyettinger.textra","l":"ColorLookup"},{"p":"com.github.tommyettinger.textra.utils","l":"ColorUtils"},{"p":"com.github.tommyettinger.textra.effects","l":"CrowdEffect"},{"p":"com.github.tommyettinger.textra","l":"TextraField.DefaultOnscreenKeyboard"},{"p":"com.github.tommyettinger.textra","l":"TextraField.TextFieldFilter.DigitsOnlyFilter"},{"p":"com.github.tommyettinger.textra","l":"Font.DistanceFieldType"},{"p":"com.github.tommyettinger.textra.effects","l":"EaseEffect"},{"p":"com.github.tommyettinger.textra","l":"Effect"},{"p":"com.github.tommyettinger.textra.effects","l":"EmergeEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap.Entries"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap.Entry"},{"p":"com.github.tommyettinger.textra.effects","l":"FadeEffect"},{"p":"com.github.tommyettinger.textra","l":"Font"},{"p":"com.github.tommyettinger.textra","l":"Font.FontFamily"},{"p":"com.github.tommyettinger.textra","l":"ColorLookup.GdxColorLookup"},{"p":"com.github.tommyettinger.textra","l":"Font.GlyphRegion"},{"p":"com.github.tommyettinger.textra.effects","l":"GradientEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"HangEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"HeartbeatEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"HighlightEffect"},{"p":"com.github.tommyettinger.textra","l":"ImageTextraButton"},{"p":"com.github.tommyettinger.textra","l":"ImageTypingButton"},{"p":"com.github.tommyettinger.textra.effects","l":"JoltEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"JumpEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap.Keys"},{"p":"com.github.tommyettinger.textra","l":"KnownFonts"},{"p":"com.github.tommyettinger.textra","l":"Layout"},{"p":"com.github.tommyettinger.textra","l":"Line"},{"p":"com.github.tommyettinger.textra.effects","l":"LinkEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"NoiseUtils"},{"p":"com.github.tommyettinger.textra","l":"TextraField.OnscreenKeyboard"},{"p":"com.github.tommyettinger.textra.utils","l":"Palette"},{"p":"com.github.tommyettinger.textra.effects","l":"RainbowEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"RotateEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"ScaleEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"ShakeEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"ShrinkEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SickEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SlideEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SpinEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SpiralEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"SquashEffect"},{"p":"com.github.tommyettinger.textra.utils","l":"StringUtils"},{"p":"com.github.tommyettinger.textra.effects","l":"StylistEffect"},{"p":"com.github.tommyettinger.textra","l":"TextraField.TextFieldClickListener"},{"p":"com.github.tommyettinger.textra","l":"TextraField.TextFieldFilter"},{"p":"com.github.tommyettinger.textra","l":"TextraField.TextFieldListener"},{"p":"com.github.tommyettinger.textra","l":"TextraButton"},{"p":"com.github.tommyettinger.textra","l":"TextraCheckBox"},{"p":"com.github.tommyettinger.textra","l":"TextraDialog"},{"p":"com.github.tommyettinger.textra","l":"TextraField"},{"p":"com.github.tommyettinger.textra","l":"TextraLabel"},{"p":"com.github.tommyettinger.textra","l":"TextraTooltip"},{"p":"com.github.tommyettinger.textra","l":"TextraWindow"},{"p":"com.github.tommyettinger.textra","l":"TokenCategory"},{"p":"com.github.tommyettinger.textra.effects","l":"TriggerEffect"},{"p":"com.github.tommyettinger.textra","l":"TypingAdapter"},{"p":"com.github.tommyettinger.textra","l":"TypingButton"},{"p":"com.github.tommyettinger.textra","l":"TypingCheckBox"},{"p":"com.github.tommyettinger.textra","l":"TypingConfig"},{"p":"com.github.tommyettinger.textra","l":"TypingDialog"},{"p":"com.github.tommyettinger.textra","l":"TypingLabel"},{"p":"com.github.tommyettinger.textra","l":"TypingListener"},{"p":"com.github.tommyettinger.textra","l":"TypingTooltip"},{"p":"com.github.tommyettinger.textra","l":"TypingWindow"},{"p":"com.github.tommyettinger.textra.utils","l":"CaseInsensitiveIntMap.Values"},{"p":"com.github.tommyettinger.textra.effects","l":"WaveEffect"},{"p":"com.github.tommyettinger.textra.effects","l":"WindEffect"}];updateSearchResults();
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index 8c25b0c2..1b09b5a7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -26,7 +26,7 @@ RELEASE_SIGNING_ENABLED=true
GROUP=com.github.tommyettinger
POM_ARTIFACT_ID=textratypist
-VERSION_NAME=0.8.1-SNAPSHOT
+VERSION_NAME=0.8.1
POM_NAME=textratypist
POM_DESCRIPTION=A libGDX text-display library centered around a label that prints over time, with effects and styles.
diff --git a/images/preview.gif.REMOVED.git-id b/images/preview.gif.REMOVED.git-id
index db493834..85700885 100644
--- a/images/preview.gif.REMOVED.git-id
+++ b/images/preview.gif.REMOVED.git-id
@@ -1 +1 @@
-d05b75e484460bc2c4a9def12d756fedf215bd67
\ No newline at end of file
+6ff5b24be741890e3af28bd60a3f04816c3f2cf6
\ No newline at end of file
diff --git a/src/main/java/com/github/tommyettinger/textra/effects/CannonEffect.java b/src/main/java/com/github/tommyettinger/textra/effects/CannonEffect.java
index c6708706..c8d2212f 100644
--- a/src/main/java/com/github/tommyettinger/textra/effects/CannonEffect.java
+++ b/src/main/java/com/github/tommyettinger/textra/effects/CannonEffect.java
@@ -31,12 +31,12 @@ public class CannonEffect extends Effect {
private static final float DEFAULT_DISTANCE = 3f;
private static final float DEFAULT_INTENSITY = 0.9f;
private static final float DEFAULT_HEIGHT = 2.5f;
- private static final float DEFAULT_POWER = 0.8f;
+ private static final float DEFAULT_POWER = 1f;
private float distance = 1; // How much of their height they should start expanded by
private float intensity = 1; // How fast the glyphs should move
private float height = 1; // How high the glyphs should move above their starting position
- private float shakeDuration = 0; // How long the glyph should shake after it stops moving in
+ private float shakeDuration = 2; // How long the glyph should shake after it stops moving in, in seconds
private float shakePower = 1; // How strong the shake effect should be
private final FloatArray lastOffsets = new FloatArray();
@@ -63,7 +63,7 @@ public CannonEffect(TypingLabel label, String[] params) {
// Shake duration
if (params.length > 3) {
- this.shakeDuration = paramAsFloat(params[3], 0.0f);
+ this.shakeDuration = paramAsFloat(params[3], 2.0f);
}
// Shake power
diff --git a/src/test/java/com/github/tommyettinger/textra/AnimatedPreviewGenerator.java b/src/test/java/com/github/tommyettinger/textra/AnimatedPreviewGenerator.java
index 7cb6b1da..98321e2a 100644
--- a/src/test/java/com/github/tommyettinger/textra/AnimatedPreviewGenerator.java
+++ b/src/test/java/com/github/tommyettinger/textra/AnimatedPreviewGenerator.java
@@ -97,7 +97,7 @@ public TypingLabel createTypingLabel() {
text.append("{RESET} You {HEARTBEAT}[darker red]can also wait[#FFFFFF]{ENDHEARTBEAT} for a {EASE=-15;2;1}[black][%?whiten]second[]{ENDEASE}{WAIT=1} {EASE=15;8;1}{COLOR=#E6DB74}or two{CLEARCOLOR}{ENDEASE}{WAIT=2}, ");
text.append("[%?Error]jussst[%][.][red][@Canada]spelling[] to [%?WARN]catching[%][.][#FFD510FF][@Canada]grammar[] an {RAINBOW=1;1;0.7}[@Console][;]{STYLE=%?jostle}event[%][;][@]{ENDRAINBOW} in [%?note]code[%][.][#3088B8FF][@Canada]cool[]{EVENT=example}!{WAIT} ");
text.append("{NORMAL}\n\n");
- text.append("{VAR=FIRE_WIND}Imagine the [~]bugs[~]! I mean, possibilities! {ENDGRADIENT}{SPEED=0.1}{CANNON=1;1;1.5;2}[+🔥][+😁][+👏]{WAIT=2} {RESET}");
+ text.append("{VAR=FIRE_WIND}Imagine the [~]bugs[~]! I mean, possibilities! {ENDGRADIENT}{SPEED=0.1}{CANNON}[+🔥][+😁][+👏]{WAIT=2} {RESET}");
Font font = KnownFonts.addEmoji(KnownFonts.getStandardFamily()).scale(0.8f, 0.8f);
final TypingLabel label = new TypingLabel(text.toString(), font);
diff --git a/src/test/java/com/github/tommyettinger/textra/TypingLabelTest.java b/src/test/java/com/github/tommyettinger/textra/TypingLabelTest.java
index 8d5b720b..f9e7a981 100644
--- a/src/test/java/com/github/tommyettinger/textra/TypingLabelTest.java
+++ b/src/test/java/com/github/tommyettinger/textra/TypingLabelTest.java
@@ -214,7 +214,7 @@ public TypingLabel createTypingLabel() {
text.append("{RESET} You {HEARTBEAT}[darker red]can also wait[#FFFFFF]{ENDHEARTBEAT} for a {EASE=-15;2;1}[black][%?whiten]second[]{ENDEASE}{WAIT=1} {EASE=15;8;1}{COLOR=#E6DB74}or two{CLEARCOLOR}{ENDEASE}{WAIT=2}, ");
text.append("[%?Error]jussst[%][.][red][@Canada]spelling[] to [%?WARN]catching[%][.][#FFD510FF][@Canada]grammar[] an {RAINBOW=1;1;0.7}[@Console][;]{STYLE=%?jostle}event[%][;][@]{ENDRAINBOW} in [%?note]code[%][.][#3088B8FF][@Canada]cool[]{EVENT=example}!{WAIT} ");
text.append("{NORMAL}\n\n");
- text.append("{VAR=FIRE_WIND}Imagine the [~]bugs[~]! I mean, possibilities! {ENDGRADIENT}{SLOWER}{CANNON=1;1;1.5;2}[+🔥][+😁][+👏] {RESET}");
+ text.append("{VAR=FIRE_WIND}Imagine the [~]bugs[~]! I mean, possibilities! {ENDGRADIENT}{SPEED=0.1}{CANNON}[+🔥][+😁][+👏] {RESET}");
// text.append("{VAR=FIRE_WIND}Imagine the {STYLE=STRIKE}bugs{STYLE=STRIKE} possibilities! {ENDGRADIENT}[+🔥][+😁][+👏] {RESET}");