A B C D E F G H I M O P R S T U V W

G

getBound(Collection<Point>, Direction) - Static method in class util.grid.PointTools
Provides the furthest index in a given direction.
getCoordinates(Point, Orientation...) - Static method in class util.grid.PointTools
Provides the path given from a series of offsets from an original point (not including the start).
getGradient(Color, Color, double, boolean) - Static method in class util.ui.GraphicTools
Returns a blend of two colors, leaning a given degree toward the first.
getHeight(Collection<Point>) - Static method in class util.grid.PointTools
Returns the height dimension.
getHexArea(Point, int) - Static method in class util.grid.PointTools
Provides a hexagon shaped area with a given radius around a given location (empty if radius is less than one).
getHexBorder(Collection<Point>) - Static method in class util.grid.PointTools
Provides the points surrounding given positions.
getHexDistance(Point, Point) - Static method in class util.grid.PointTools
Provides the shortest distance between two points in vertically-aligned interlaced hexagonal coordinates.
getHexPath(Point, Point, boolean) - Static method in class util.grid.PointTools
Provides the the shortest directions from one point to another.
getHexReverse(Set<Point>, Point) - Static method in class util.grid.PointTools
Constructs a set of points with a mirror reversal about all axes along the pivot point.
getHexRotateCCW(Collection<Point>, Point) - Static method in class util.grid.PointTools
Constructs a set with the points rotated counterclockwise about the pivot.
getHexRotateCW(Collection<Point>, Point) - Static method in class util.grid.PointTools
Constructs a set with the points rotated clockwise about the pivot.
getHexRotations(Collection<Point>, Point, HexDirection) - Static method in class util.grid.PointTools
Constructs all rotations for a collection of locations around a pivot point.
getNegative(Color) - Static method in class util.ui.GraphicTools
Provides the color with the opposite RGB values of a given color, retaining any alpha value.
getOccupied() - Method in class util.grid.Placeable
Provides positions currently occupied.
getOffset(Point) - Method in enum util.Corner
 
getOffset(Point) - Method in enum util.Direction
 
getOffset(Point) - Method in enum util.HexDirection
 
getOffset(Point) - Method in interface util.Orientation
Returns a point offset in this direction according to inverted cartesian coordinates (the same as Graphics objects).
getOrientation() - Method in class util.grid.Placeable
Provides the direction being faced.
getPattern(Orientation) - Method in class util.grid.Placeable
Provides the pattern used to construct occupied positions.
getPivot() - Method in class util.grid.Placeable
Provides placeable's central position.
getQuadArea(Point, int) - Static method in class util.grid.PointTools
Provides a diamond shaped pattern centered around a given location (empty if radius is less than one).
getQuadBorder(Collection<Point>, boolean) - Static method in class util.grid.PointTools
Provides the locations surrounding a set of positions.
getQuadDistance(Point, Point) - Static method in class util.grid.PointTools
Provides the shortest distance between two points in Cartesian coordinates.
getQuadDistance(Point, Point, boolean) - Static method in class util.grid.PointTools
Provides the shortest distance between two points.
getQuadPath(Point, Point, boolean, boolean) - Static method in class util.grid.PointTools
Provides the the shortest directions from one point to another.
getQuadPivot(Collection<Point>, Direction) - Static method in class util.grid.PointTools
Provides the central location within a collection of points for standard cartesian rotations.
getQuadReverse(Set<Point>, Point) - Static method in class util.grid.PointTools
Constructs a set of points with a mirror reversal about both axes along the pivot point.
getQuadRotateCCW(Collection<Point>, Point) - Static method in class util.grid.PointTools
Constructs a set with the points rotated counterclockwise about the pivot.
getQuadRotateCW(Collection<Point>, Point) - Static method in class util.grid.PointTools
Constructs a set with the points rotated clockwise about the pivot.
getReadableConstant(String) - Static method in class util.StringTools
Provides a more readable version of constant names.
getWidth(Collection<Point>) - Static method in class util.grid.PointTools
Returns the width dimension.
GraphicTools - Class in util.ui
Bundle of graphical utilities for common color and image alterations.
GraphicToolsTest - Class in test.util.ui
Tests for the GraphicTools class, checking transformation output against images in the testImages directory.
GraphicToolsTest() - Constructor for class test.util.ui.GraphicToolsTest
 
grayscale(BufferedImage) - Static method in class util.ui.GraphicTools
Removes all color from an image.

A B C D E F G H I M O P R S T U V W