Class and Description |
---|
AbstractSquidScreen
A SquidLib-aware partial implementation of
ScreenAdapter . |
AbstractSquidScreen.SquidScreenInput
A dumb container, to avoid having too many parameters to
AbstractSquidScreen 's constructor. |
AbstractTextScreen
A screen designed to write some text in full screen.
|
AnimatedEntity
A simple class that wraps an Actor with its grid position, animating state, and if it is a double-width Actor.
|
ButtonsPanel
A panel that layouts buttons vertically.
|
ButtonsPanel.FirstAndLastButtonIndex |
ButtonsPanel.Rectangle |
Filter
An abstract class that handles changes between a given color component and an actual one, and may carry state as a
float array.
|
GDXMarkup
Created by Tommy Ettinger on 1/23/2016.
|
GroupCombinedPanel
An implementation of
ICombinedPanel that extends libGDX's Group. |
IPanelBuilder
Interface to build instances of
SquidPanel by taking care of
adjusting the panel to the screen size and the available fonts. |
IPanelBuilder.Skeleton
A partial implementation of
IPanelBuilder . |
SColor
Allows for the use of custom colors with custom names.
|
ScreenSizeManager
A container that keeps tracks of the sizes of margins and cells.
|
ShrinkPartViewport
A viewport that scales the world using
Scaling . |
SquidColorCenter
A concrete implementation of
IColorCenter for libgdx's Color . |
SquidInput
This input processing class can handle mouse and keyboard input, using a squidpony.squidgrid.gui.gdx.SquidMouse for
Mouse input and a user implementation of the SquidInput.KeyHandler interface to react to keys represented as chars
and the modifiers those keys were pressed with, any of alt, ctrl, and/or shift.
|
SquidInput.KeyHandler
A single-method interface used to process "typed" characters, special characters produced by unusual keys, and
modifiers that can affect them.
|
SquidLayers
A helper class to make using multiple SquidPanels easier.
|
SquidMouse
This mouse processor allows for easy conversion to a grid based system.
|
SquidPanel
Displays text and images in a grid pattern.
|
TextCellFactory
Class for creating text blocks.
|
UIUtil.CornerStyle |
UIUtil.YMoveKind
A vertical move triggered by keyboard keys.
|
Copyright © 2012–2016. All rights reserved.