See: Description
Interface | Description |
---|---|
IColorCenter<T> |
How to manage colors, making sure that a color is allocated at most once.
|
IFilter<T> |
A filter is a function on colors.
|
Class | Description |
---|---|
ColoredStringList<T> |
An helper class for code that deals with lists of
IColoredString s. |
DamerauLevenshteinAlgorithm |
The Damerau-Levenshtein Algorithm is an extension to the Levenshtein
Algorithm which solves the edit distance problem between a source string and
a target string with the following operations:
Character Insertion
Character Deletion
Character Replacement
Adjacent Character Swap
Note that the adjacent character swap operation is an edit that may be
applied when two adjacent characters in the source string match two adjacent
characters in the target string, but in reverse order, rather than a general
allowance for adjacent character swaps.
|
FakeLanguageGen |
A text generator for producing sentences and/or words in nonsense languages that fit a theme.
|
FakeLanguageGen.Alteration | |
FakeLanguageGen.Modifier | |
GwtCompatibility |
Static methods useful to be GWT-compatible, and also methods useful for filling gaps in Java's support for arrays.
|
IColorCenter.Skeleton<T> |
A skeletal implementation of
IColorCenter . |
LanguageCipher |
Class that builds up a dictionary of words in a source text to words generated by a FakeLanguageGen, and can
"translate" a source text to a similarly-punctuated, similarly-capitalized fake text.
|
Maker |
Utility methods for more easily constructing data structures, particularly those in Java's standard library.
|
MonsterGen |
A class for generating random monster descriptions; can be subclassed to generate stats for a specific game.
|
MonsterGen.Chimera |
A creature that can be mixed with other Chimeras or given additional descriptors, then printed in a usable format
for game text.
|
SquidTags |
Tags used by SquidLib when calling libgdx's logging system.
|
StringKit |
Various utility functions for making toString implementations easier.
|
Thesaurus |
A text processing class that can swap out occurrences of words and replace them with their synonyms.
|
WeightedLetterNamegen |
Based on work by Nolithius available at the following two sites
https://github.com/Nolithius/weighted-letter-namegen
http://code.google.com/p/weighted-letter-namegen/
|
Copyright © 2012–2016. All rights reserved.