Skip navigation links
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 

F

F1 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F1
F10 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F10
F11 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F11
F12 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F12
F2 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F2
F3 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F3
F4 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F4
F5 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F5
F6 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F6
F7 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F7
F8 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F8
F9 - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Function key F9
fade(int, int, Color, float) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Fade the cell at (x,y) to color.
FADED_CHINESE_TEA_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FADED_SEN_NO_RIKYUS_TEA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FAKE_PURPLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FALU_RED - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FERN_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
fg - Variable in class squidpony.squidgrid.gui.gdx.GroupCombinedPanel
 
fill(ICombinedPanel.What, T) - Method in class squidpony.squidgrid.gui.gdx.GroupCombinedPanel
 
Filter<T extends com.badlogic.gdx.graphics.Color> - Class in squidpony.squidgrid.gui.gdx
An abstract class that handles changes between a given color component and an actual one, and may carry state as a float array.
Filter() - Constructor for class squidpony.squidgrid.gui.gdx.Filter
 
filter(Color) - Method in class squidpony.squidgrid.gui.gdx.SquidColorCenter
 
Filters - Class in squidpony.squidgrid.gui.gdx
Implementations of IFilter, that all are meant to perform different changes to colors before they are created (they should be passed to SquidColorCenter's constructor, which can use them).
Filters.ColorizeFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that is constructed with a color and makes any color it is told to alter have the same hue as the given color, have saturation that is somewhere between the given color's and the altered colors, and chiefly is distinguishable from other colors by value.
Filters.GammaCorrectFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that performs a brightness adjustment to make dark areas lighter and light areas not much less bright.
Filters.GrayscaleFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that converts all colors passed to it to grayscale, like a black and white film.
Filters.HallucinateFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that makes the colors requested from it highly saturated, with the original hue, value and a timer that increments very slowly altering hue, with hue, value and the timer altering saturation, and the original hue, saturation, and value all altering value.
Filters.IdentityFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that does nothing to the colors it is given but pass them along unchanged.
Filters.LerpFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that is constructed with a color and linear-interpolates any color it is told to alter toward the color it was constructed with.
Filters.MaxValueFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that tracks the highest brightness for any component it was assigned and stores it in state as the first and only element.
Filters.MultiLerpFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that is constructed with a group of colors and linear-interpolates any color it is told to alter toward the color it was constructed with that has the closest hue.
Filters.PaletteFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that is constructed with a group of colors and forces any color it is told to alter to exactly the color it was constructed with that has the closest red, green, and blue components.
Filters.SaturationFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that multiplies the saturation of any color requested from it by a number given during construction.
Filters.WiggleFilter - Class in squidpony.squidgrid.gui.gdx
A Filter that is constructed with a palette of colors and randomly increases or decreases the red, green, and blue components of any color it is told to alter.
FINCH_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FIREBRICK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FirstAndLastButtonIndex(int, int) - Constructor for class squidpony.squidgrid.gui.gdx.ButtonsPanel.FirstAndLastButtonIndex
 
firstLastButtonIndexes - Variable in class squidpony.squidgrid.gui.gdx.ButtonsPanel
The indexes of buttons displayed.
fit() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Returns the current String of code points that are used for sizing the cells.
fit(String) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Sets the characters that will be guaranteed to fit to the provided ones.
fitting - Variable in class squidpony.squidgrid.gui.gdx.TextCellFactory
 
FLATTERY_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FLAX - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FLIRTATIOUS_INDIGO_TEA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FLORAL_LEAF - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
flush() - Method in class squidpony.squidgrid.gui.gdx.SquidInput
Empties the backing queue of data.
flush() - Method in class squidpony.squidgrid.gui.gdx.SquidKey
Empties the backing queue of data.
font - Variable in class squidpony.squidgrid.gui.gdx.LinesPanel
The font used to draw LinesPanel.content.
font() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Returns the font used by this factory.
font(String) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Sets this factory to use the provided font.
font(BitmapFont) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Sets this factory to use the provided BitmapFont as its font without re-constructing anything.
font - Variable in class squidpony.squidgrid.gui.gdx.TextPanel
 
fontDistanceField(String, String) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Sets the font to a distance field font with the given String path to a .fnt file and String path to a texture.
fontfile(int) - Method in class squidpony.squidgrid.gui.gdx.SquidPanelBuilder
 
fontOffset - Variable in class squidpony.squidgrid.gui.gdx.SquidPanelBuilder
 
fontSizeForCellSize(int) - Method in interface squidpony.squidgrid.gui.gdx.IPanelBuilder
 
fontSizeForCellSize(int) - Method in class squidpony.squidgrid.gui.gdx.SquidPanelBuilder
 
forceButtons - Variable in class squidpony.squidgrid.gui.gdx.VisualInput
 
foregroundPanel - Variable in class squidpony.squidgrid.gui.gdx.SquidLayers
 
FOREIGN_CRIMSON - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FOREST_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FORWARD_DELETE - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
Delete key on most PC keyboards; no equivalent on some (all?) Mac keyboards.
FOX - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FRAGILE_SEAWEED_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
fragmentShader - Static variable in class squidpony.squidgrid.gui.gdx.DefaultResources
 
FRENCH_ROSE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FRESH_ONION - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
fromCode(int, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidInput
Maps keycodes to unicode chars, sometimes depending on whether the Shift key is held.
fromPalette(String, float) - Method in class squidpony.squidgrid.gui.gdx.SColorFactory
Returns the SColor that is the provided percent towards the end of the palette.
fromPallet(String, float) - Method in class squidpony.squidgrid.gui.gdx.SColorFactory
Deprecated.
Prefer fromPalette over this misspelled version; they are equivalent.
FUCSHIA_PINK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Color constant
FULL_PALETTE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This array is loaded with all of the colors defined in SColor, in arbitrary order.
FULL_PALLET - Static variable in class squidpony.squidgrid.gui.gdx.SColor
Deprecated.
Prefer FULL_PALETTE to this misspelled name; they are equivalent.
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 
Skip navigation links

Copyright © 2012–2016. All rights reserved.