Uses of Class
squidpony.annotation.Beta

Packages that use Beta 
Package Description
squidpony
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
squidpony.annotation
Annotations used elsewhere in SquidLib.
squidpony.squidgrid.mapping
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
squidpony.squidmath
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
  • Uses of Beta in squidpony

    Classes in squidpony with annotations of type Beta 
    Modifier and Type Class Description
    class  ByteStringEncoding
    An experimental variant on LZSEncoding to encode byte arrays to compressed Strings, and decode them back.
    class  GridCompression
    Very early way of additional compression that can be applied to 2D double and byte arrays.
  • Uses of Beta in squidpony.annotation

    Classes in squidpony.annotation with annotations of type Beta 
    Modifier and Type Class Description
    interface  Beta
    Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
  • Uses of Beta in squidpony.squidgrid.mapping

    Classes in squidpony.squidgrid.mapping with annotations of type Beta 
    Modifier and Type Class Description
    class  MapModule
    A subsection of a (typically modern-day or sci-fi) area map that can be placed by ModularMapGenerator.
    class  MetsaMapFactory
    A map generation factory using Perlin noise to make island chain style maps.
    class  ModularMapGenerator
    Generator for maps of high-tech areas like space stations or starships, with repeated modules laid out in random ways.
    class  WildMap
    A finite 2D area map for some kind of wilderness, adapting to different ecosystems by changing its output.
  • Uses of Beta in squidpony.squidmath

    Classes in squidpony.squidmath with annotations of type Beta 
    Modifier and Type Interface Description
    interface  FlawedPointHash
    An interface for point hashes that are statistically biased, as well as a holder for inner classes that implement this.
    class  NeuralParticle
    Creates a field of particles that tend to form a neuron image type distribution.
    class  PhantomNoise
    Arbitrary-dimensional continuous noise that maintains most of the same style even as the dimensionality gets fairly high.