Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
I
- IBIS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Ibis" has RGB code
0x4C221B
, red 0.29803923, green 0.13333334, blue 0.105882354, alpha 1, hue 0.023809433, saturation 0.6447369, and value 0.29803923. - IBIS_WING - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Ibis Wing" has RGB code
0xF58F84
, red 0.9607843, green 0.56078434, blue 0.5176471, alpha 1, hue 0.016224265, saturation 0.46122447, and value 0.9607843. - Ice - Static variable in class squidpony.squidgrid.gui.gdx.WorldMapView
- iceColor - Static variable in class squidpony.squidgrid.gui.gdx.WorldMapView
- ICellVisible - Interface in squidpony.squidgrid.gui.gdx
-
A basic interface for any kind of object that has a symbolic representation and a color, here represented by a char and a packed float color.
- ICellVisible.Basic - Class in squidpony.squidgrid.gui.gdx
-
A bare-bones implementation of ICellVisible that always allows its symbol and color to be changed.
- ICellVisible.Named - Class in squidpony.squidgrid.gui.gdx
-
A implementation of ICellVisible that extends
ICellVisible.Basic
to also carry a String name. - iconFontAll - Static variable in class squidpony.squidgrid.gui.gdx.DefaultResources
-
All of the Font-Awesome Free (solid style) characters in
DefaultResources.getCrispIconFont()
, as a String. - identityFilter - Static variable in class squidpony.squidgrid.gui.gdx.FloatFilters
-
A static constant of the one possible IdentityFilter, to avoid needing to make duplicates.
- IdentityFilter() - Constructor for class squidpony.squidgrid.gui.gdx.Filters.IdentityFilter
- IdentityFilter() - Constructor for class squidpony.squidgrid.gui.gdx.FloatFilters.IdentityFilter
- ignoreInput - Variable in class squidpony.squidgrid.gui.gdx.SquidInput
- imageMap - Variable in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
- ImageSquidPanel - Class in squidpony.squidgrid.gui.gdx
-
Displays text and images in a grid pattern, like SquidPanel, but will automatically render certain chars as images.
- ImageSquidPanel(int, int) - Constructor for class squidpony.squidgrid.gui.gdx.ImageSquidPanel
-
Creates a bare-bones panel with all default values for text rendering.
- ImageSquidPanel(int, int, int, int) - Constructor for class squidpony.squidgrid.gui.gdx.ImageSquidPanel
-
Creates a panel with the given grid and cell size.
- ImageSquidPanel(int, int, TextCellFactory) - Constructor for class squidpony.squidgrid.gui.gdx.ImageSquidPanel
-
Builds a panel with the given grid size and all other parameters determined by the factory.
- ImageSquidPanel(int, int, TextCellFactory, IColorCenter<Color>) - Constructor for class squidpony.squidgrid.gui.gdx.ImageSquidPanel
-
Builds a panel with the given grid size and all other parameters determined by the factory.
- ImageSquidPanel(int, int, TextCellFactory, IColorCenter<Color>, float, float) - Constructor for class squidpony.squidgrid.gui.gdx.ImageSquidPanel
-
Builds a panel with the given grid size and all other parameters determined by the factory.
- ImageSquidPanel(int, int, TextCellFactory, IColorCenter<Color>, float, float, char[][]) - Constructor for class squidpony.squidgrid.gui.gdx.ImageSquidPanel
-
Builds a panel with the given grid size and all other parameters determined by the factory.
- includedFont() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
-
Sets this factory to use the one font included with libGDX, which is Arial at size 15 px.
- indexedColorWheel(int) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Gets a color by a shuffled index from the palette
SColor.COLOR_WHEEL_PALETTE_REDUCED
, using the given index to ensure similar index values usually return very different colors. - indexedColorWheel(int, int) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Gets a color by a shuffled index from the palette
SColor.COLOR_WHEEL_PALETTE_REDUCED
, with the specified saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors. - indexedColorWheel(int, int, int) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Gets a color by a shuffled index from the palette
SColor.COLOR_WHEEL_PALETTE_REDUCED
, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors. - INDIGO - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Indigo" has RGB code
0x4B0082
, red 0.29411766, green 0.0, blue 0.50980395, alpha 1, hue 0.7628207, saturation 1.0, and value 0.50980395. - INDIGO_DYE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Indigo Dye" has RGB code
0x00416A
, red 0.0, green 0.25490198, blue 0.41568628, alpha 1, hue 0.5644653, saturation 1.0, and value 0.41568628. - INDIGO_INK_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Indigo Ink Brown" has RGB code
0x393432
, red 0.22352941, green 0.20392157, blue 0.19607843, alpha 1, hue 0.047619104, saturation 0.12280701, and value 0.22352941. - INDIGO_WHITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Indigo White" has RGB code
0xEBF6F7
, red 0.92156863, green 0.9647059, blue 0.96862745, alpha 1, hue 0.51388884, saturation 0.048582993, and value 0.96862745. - init(float, float, Color, String...) - Method in class squidpony.squidgrid.gui.gdx.TextPanel
- init(float, float, Collection<? extends IColoredString<Color>>) - Method in class squidpony.squidgrid.gui.gdx.TextPanel
-
This method sets the sizes of
TextPanel.scrollPane
andTextPanel.textActor
. - init(String...) - Method in class squidpony.squidgrid.gui.gdx.VisualInput
-
Convenience method that does essentially the same thing as init(Map<Character, String>).
- init(Map<Character, String>) - Method in class squidpony.squidgrid.gui.gdx.VisualInput
-
For each char and String in available, registers each keyboard key (as a char, such as 'A' or SquidInput.LEFT_ARROW) with a String that names the action that key is used to perform, and makes these Strings available as buttons on the right side of the screen if on a device with no hardware keyboard.
- init(TextCellFactory, String...) - Method in class squidpony.squidgrid.gui.gdx.VisualInput
-
Convenience method that does essentially the same thing as init(Map<Character, String>).
- init(TextCellFactory, Map<Character, String>) - Method in class squidpony.squidgrid.gui.gdx.VisualInput
-
For each char and String in available, registers each keyboard key (as a char, such as 'A' or SquidInput.LEFT_ARROW) with a String that names the action that key is used to perform, and makes these Strings available as buttons on the right side of the screen if on a device with no hardware keyboard.
- initByFont() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
-
Initializes the factory to then be able to create text cells on demand.
- initBySize() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
-
Initializes the factory to then be able to create text cells on demand.
- initialize() - Method in class squidpony.squidgrid.gui.gdx.WildMapView
- initialize() - Method in class squidpony.squidgrid.gui.gdx.WorldMapView
- initialize(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.WildMapView
- initialize(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.WorldMapView
- initialize(Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color) - Method in class squidpony.squidgrid.gui.gdx.WildMapView
-
Initializes the colors to use for each biome (these are almost always mixed with other biome colors in practice).
- initialize(Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color) - Method in class squidpony.squidgrid.gui.gdx.WorldMapView
-
Initializes the colors to use for each biome (these are almost always mixed with other biome colors in practice).
- initialized - Variable in class squidpony.squidgrid.gui.gdx.TextCellFactory
- initialized - Variable in class squidpony.squidgrid.gui.gdx.VisualInput
- initialized() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
-
Returns true if this factory is fully initialized and ready to build text cells.
- initializedByFont - Variable in class squidpony.squidgrid.gui.gdx.TextCellFactory
- initializedBySize - Variable in class squidpony.squidgrid.gui.gdx.TextCellFactory
- initShared(float, float, ArrayList<CharSequence>) - Method in class squidpony.squidgrid.gui.gdx.TextPanel
-
This method sets the sizes of
TextPanel.scrollPane
andTextPanel.textActor
, and shares a direct reference totext
so changes to that ArrayList will also be picked up here and rendered. - initVerbatim() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
-
Identical to
TextCellFactory.initBySize()
. - INK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Ink" has RGB code
0x27221F
, red 0.15294118, green 0.13333334, blue 0.12156863, alpha 1, hue 0.06250012, saturation 0.20512824, and value 0.15294118. - INSECT_SCREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Insect Screen" has RGB code
0x2D4436
, red 0.1764706, green 0.26666668, blue 0.21176471, alpha 1, hue 0.39855075, saturation 0.33823532, and value 0.26666668. - INSERT - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
-
Insert key.
- INSIDE_OF_A_BOTTLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Inside Of A Bottle" has RGB code
0xC6C2B6
, red 0.7764706, green 0.7607843, blue 0.7137255, alpha 1, hue 0.125, saturation 0.08080807, and value 0.7764706. - instance - Static variable in class squidpony.squidgrid.gui.gdx.ColorNoise
- instance - Static variable in class squidpony.squidgrid.gui.gdx.GDXMarkup
- INTERNATIONAL_KLEIN_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "International Klein Blue" has RGB code
0x002FA7
, red 0.0, green 0.18431373, blue 0.654902, alpha 1, hue 0.61976063, saturation 1.0, and value 0.654902. - INTERNATIONAL_ORANGE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "International Orange" has RGB code
0xFF4F00
, red 1.0, green 0.30980393, blue 0.0, alpha 1, hue 0.051634073, saturation 1.0, and value 1.0. - intGetHSV(float, float, float, float) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Gets a color as an RGBA8888 int given floats representing hue, saturation, value, and opacity.
- invert(Color) - Method in class squidpony.squidgrid.gui.gdx.SquidColorCenter
- IPackedColorPanel - Interface in squidpony.squidgrid.gui.gdx
-
Created by Tommy Ettinger on 8/5/2017.
- IRIS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Iris" has RGB code
0x763568
, red 0.4627451, green 0.20784314, blue 0.40784314, alpha 1, hue 0.8692308, saturation 0.5508474, and value 0.4627451. - IRON - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Iron" has RGB code
0x2B3733
, red 0.16862746, green 0.21568628, blue 0.2, alpha 1, hue 0.44444442, saturation 0.2181818, and value 0.21568628. - IRON_STORAGE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Iron Storage" has RGB code
0x2B3736
, red 0.16862746, green 0.21568628, blue 0.21176471, alpha 1, hue 0.48611116, saturation 0.2181818, and value 0.21568628. - IRONHEAD_FLOWER - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Ironhead Flower" has RGB code
0x344D56
, red 0.20392157, green 0.3019608, blue 0.3372549, alpha 1, hue 0.5441178, saturation 0.39534885, and value 0.3372549. - isBlendingEnabled() - Method in class squidpony.squidgrid.gui.gdx.FilterBatch
- isDistanceField() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
- isDown() - Method in enum squidpony.squidgrid.gui.gdx.UIUtil.YMoveKind
- isDrawing() - Method in class squidpony.squidgrid.gui.gdx.FilterBatch
- ISLAMIC_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Islamic Green" has RGB code
0x009000
, red 0.0, green 0.5647059, blue 0.0, alpha 1, hue 0.33333337, saturation 1.0, and value 0.5647059. - isMultiDistanceField() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
- isUsingNumpadDirections() - Method in class squidpony.squidgrid.gui.gdx.SquidInput
- ITALIC - Static variable in class squidpony.squidgrid.gui.gdx.TextFamily
- iterator() - Method in class squidpony.squidgrid.gui.gdx.SparseTextMap.Entries
- iterator() - Method in class squidpony.squidgrid.gui.gdx.SparseTextMap
- IVORY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Ivory" has RGB code
0xFFFFF0
, red 1.0, green 1.0, blue 0.9411765, alpha 1, hue 0.16666675, saturation 0.058823526, and value 1.0. - IWAI_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Iwai Brown" has RGB code
0x5E5545
, red 0.36862746, green 0.33333334, blue 0.27058825, alpha 1, hue 0.1066668, saturation 0.26595742, and value 0.36862746.
All Classes|All Packages