SquidLib Libary
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

G

GAMBOGE - Static variable in class squidpony.squidcolor.SColor
Color constant
GAMBOGE_DYE - Static variable in class squidpony.squidcolor.SColor
Color constant
get(Object) - Method in class squidpony.squidgrid.gui.awt.ImageCellMap
 
getBooleanArray() - Method in class squidpony.squidgrid.fov.FOVTranslator
Returns the last calculated light map as a boolean 2d array.
getCellDimension() - Method in class squidpony.squidgrid.gui.awt.ImageCellMap
Returns the dimension of a single grid cell.
getCellDimension() - Method in class squidpony.squidgrid.gui.awt.TextCellFactory
Returns the dimension of a single grid cell.
getCellDimension() - Method in class squidpony.squidgrid.gui.swing.SwingPane
 
getCellHeight() - Method in class squidpony.squidgrid.gui.libgdx.SGPanelGDX
 
getCellHeight() - Method in interface squidpony.squidgrid.gui.SGPane
Returns the height of a single cell.
getCellHeight() - Method in class squidpony.squidgrid.gui.swing.SwingPane
 
getCellWidth() - Method in class squidpony.squidgrid.gui.libgdx.SGPanelGDX
 
getCellWidth() - Method in interface squidpony.squidgrid.gui.SGPane
Returns the width of a single cell.
getCellWidth() - Method in class squidpony.squidgrid.gui.swing.SwingPane
 
getDelay() - Method in interface squidpony.squidgrid.gui.swing.animation.Animation
Returns the number of milliseconds desired between frames of animation.
getDelay() - Method in class squidpony.squidgrid.gui.swing.animation.BumpAnimation
 
getDelay() - Method in class squidpony.squidgrid.gui.swing.animation.SlideAnimation
 
getDelay() - Method in class squidpony.squidgrid.gui.swing.animation.WiggleAnimation
 
getDirection(int, int) - Static method in enum squidpony.squidgrid.util.Direction
Returns the direction that most closely matches the input.
getDisplayName() - Method in class squidpony.squidcolor.SColorChooserPanel
 
getFirst() - Method in class squidpony.squidutility.Pair
 
getFont() - Method in class squidpony.squidgrid.gui.awt.TextCellFactory
Returns the font used by this factory.
getGridHeight() - Method in class squidpony.squidgrid.gui.libgdx.SGPanelGDX
 
getGridHeight() - Method in interface squidpony.squidgrid.gui.SGPane
Returns the height of the grid.
getGridHeight() - Method in class squidpony.squidgrid.gui.swing.SwingPane
 
getGridWidth() - Method in class squidpony.squidgrid.gui.libgdx.SGPanelGDX
 
getGridWidth() - Method in interface squidpony.squidgrid.gui.SGPane
Returns the width of the grid.
getGridWidth() - Method in class squidpony.squidgrid.gui.swing.SwingPane
 
getImage(String) - Method in class squidpony.squidgrid.gui.awt.ImageCellMap
Returns the image associated with the key.
getImage() - Method in interface squidpony.squidgrid.gui.swing.animation.Animation
Returns the static image associated with this animation.
getImage() - Method in class squidpony.squidgrid.gui.swing.animation.BumpAnimation
 
getImage() - Method in class squidpony.squidgrid.gui.swing.animation.SlideAnimation
 
getImage() - Method in class squidpony.squidgrid.gui.swing.animation.WiggleAnimation
 
getImageCellMap() - Method in class squidpony.squidgrid.gui.swing.SwingPane
 
getImageFor(char, Color, Color) - Method in class squidpony.squidgrid.gui.awt.TextCellFactory
Returns the image for the given character.
getImageFor(char, Color) - Method in class squidpony.squidgrid.gui.awt.TextCellFactory
Returns the image of the character provided with a transparent background.
getInt(int, int, int) - Method in class squidpony.squidgrid.fov.FOVTranslator
Returns the scaled value at (x, y).
getIntArray(float) - Method in class squidpony.squidgrid.fov.FOVTranslator
Returns an integer array representation of the last calculated FOV light map.
getLargeDisplayIcon() - Method in class squidpony.squidcolor.SColorChooserPanel
 
getLastPath() - Method in class squidpony.squidgrid.fov.BresenhamLOS
 
getLastPath() - Method in class squidpony.squidgrid.fov.EliasLOS
 
getLastPath() - Method in interface squidpony.squidgrid.fov.LOSSolver
Returns the path of the last LOS calculation, with the starting point as the head of the queue.
getLastPath() - Method in class squidpony.squidgrid.fov.RayCastingLOS
 
getLightMap() - Method in class squidpony.squidgrid.fov.ThreadedFOVSolver
Returns the last calculated light map.
getLocation() - Method in interface squidpony.squidgrid.gui.swing.animation.Animation
Returns the coordinate of the top left corner of the animation.
getLocation() - Method in class squidpony.squidgrid.gui.swing.animation.BumpAnimation
 
getLocation() - Method in class squidpony.squidgrid.gui.swing.animation.SlideAnimation
 
getLocation() - Method in class squidpony.squidgrid.gui.swing.animation.WiggleAnimation
 
getName() - Method in class squidpony.squidcolor.SColor
 
getNullImage() - Method in class squidpony.squidgrid.gui.awt.ImageCellMap
Returns the default null image intended to be used if no other image is available.
getRandomElement(List<T>) - Static method in class squidpony.squidutility.SCollections
Returns a random element from the provided list.
getRandomElement(Queue<T>) - Static method in class squidpony.squidutility.SCollections
Returns a random elements from the provided queue.
getRGBA(int) - Static method in class squidpony.squidgrid.gui.libgdx.PixmapFactory
Shifts java.awt.Color ARGB values to gdx RGBA values.
getRotation() - Method in class squidpony.squidgrid.gui.swing.JRotation
Returns the rotation from 0 to 2 pi.
getSecond() - Method in class squidpony.squidutility.Pair
 
getSeed() - Method in class squidpony.squidmath.RNG
getSideview() - Method in class squidpony.squidgrid.fov.EliasLOS
 
getSmallDisplayIcon() - Method in class squidpony.squidcolor.SColorChooserPanel
 
getStringRepresentationOf(char, Color, Color) - Method in class squidpony.squidgrid.gui.awt.TextCellFactory
Returns a string representation of the character and the hex value of the foreground and background argb values.
getStringRepresentationOf(char, Color) - Method in class squidpony.squidgrid.gui.awt.TextCellFactory
Returns a string representation of the character and the hex value of the foreground.
getTextFactory() - Method in class squidpony.squidgrid.gui.swing.SwingPane
 
GLAZED_PERSIMMON - Static variable in class squidpony.squidcolor.SColor
Color constant
GOLD - Static variable in class squidpony.squidcolor.SColor
Color constant
GOLDEN - Static variable in class squidpony.squidcolor.SColor
Color constant
GOLDEN_BROWN - Static variable in class squidpony.squidcolor.SColor
Color constant
GOLDEN_BROWN_DYE - Static variable in class squidpony.squidcolor.SColor
Color constant
GOLDEN_FALLEN_LEAVES - Static variable in class squidpony.squidcolor.SColor
Color constant
GOLDEN_OAK - Static variable in class squidpony.squidcolor.SColor
Color constant
GOLDEN_YELLOW - Static variable in class squidpony.squidcolor.SColor
Color constant
GOLDENROD - Static variable in class squidpony.squidcolor.SColor
Color constant
GORYEO_STOREROOM - Static variable in class squidpony.squidcolor.SColor
Color constant
GRAPE_MOUSE - Static variable in class squidpony.squidcolor.SColor
Color constant
GRAY - Static variable in class squidpony.squidcolor.SColor
Color constant
GRAY_ASPARAGUS - Static variable in class squidpony.squidcolor.SColor
Color constant
GREEN - Static variable in class squidpony.squidcolor.SColor
Color constant
GREEN_BAMBOO - Static variable in class squidpony.squidcolor.SColor
Color constant
GREEN_TEA_DYE - Static variable in class squidpony.squidcolor.SColor
Color constant
GREEN_YELLOW - Static variable in class squidpony.squidcolor.SColor
Color constant
GREENFINCH - Static variable in class squidpony.squidcolor.SColor
Color constant
GREYISH_DARK_GREEN - Static variable in class squidpony.squidcolor.SColor
Color constant
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
SquidLib Libary