Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.newdawn.slick.util Classes and Interfaces - 35 results found.
NameDescriptionTypePackageFramework
AStarHeuristicThe description of a class providing a cost for a given tile based on a target location and entity being moved.Interfaceorg.newdawn.slick.util.pathfindingSlick
AStarPathFinderA path finder implementation that uses the AStar heuristic based algorithm to determine a path.Classorg.newdawn.slick.util.pathfindingSlick
BootstrapUtility class to wrap up starting a game in a single lineConstructor SummaryBootstrap()Classorg.newdawn.slick.utilSlick
BufferedImageUtilThis is a utility class that allows you to convert a BufferedImage into aAuthor:James Chambers (Jimmy), Jeremy Adams (elias_naur), Kevin Glass (kevglass)Classorg.newdawn.slick.utilSlick
ClasspathLocationA resource location that searches the classpathConstructor SummaryClasspathLocation()Classorg.newdawn.slick.utilSlick
ClosestHeuristicA heuristic that uses the tile that is closest to the target as the next best tile.Classorg.newdawn.slick.util.pathfinding.heuristicsSlick
ClosestSquaredHeuristicA heuristic that uses the tile that is closest to the target as the next best tile.Classorg.newdawn.slick.util.pathfinding.heuristicsSlick
DefaultLogSystemClassorg.newdawn.slick.utilSlick
FastTrigUtility to handle Java's odd trig performance issuesConstructor SummaryFastTrig()Classorg.newdawn.slick.utilSlick
FileSystemLocationA resource loading location that searches somewhere on the classpathConstructor SummaryFileSystemLocation(java.Classorg.newdawn.slick.utilSlick
FontUtilsSimple utility class to support justified text http://slick.Classorg.newdawn.slick.utilSlick
InputAdapterAn implement implementation of the InputListener interfaceConstructor SummaryInputAdapter()Classorg.newdawn.slick.utilSlick
LinkClassorg.newdawn.slick.util.pathfinding.navmeshSlick
LocatedImageAn image along with state information that allows it to be drawn without specifing the state in which to render.Classorg.newdawn.slick.utilSlick
LogClassorg.newdawn.slick.utilSlick
LogSystemInterfaceorg.newdawn.slick.utilSlick
ManhattanHeuristicA heuristic that drives the search based on the Manhattan distance between the current location and the targetClassorg.newdawn.slick.util.pathfinding.heuristicsSlick
MaskUtilClassorg.newdawn.slick.utilSlick
MoverA tagging interface for an object representing the entity in the game that is going to moving along the path.Interfaceorg.newdawn.slick.util.pathfindingSlick
NavMeshA nav-mesh is a set of shapes that describe the navigation of a map.Classorg.newdawn.slick.util.pathfinding.navmeshSlick
NavMeshBuilderThe builder responsible for converting a tile based map intoConstructor SummaryNavMeshBuilder()Classorg.newdawn.slick.util.pathfinding.navmeshSlick
NavPathA path across a navigation meshConstructor SummaryNavPath()Classorg.newdawn.slick.util.pathfinding.navmeshSlick
ObjectTreeParserProvides a method of parsing XML into an existing data model.Classorg.newdawn.slick.util.xmlSlick
OperationNotSupportedExceptionThrown to indicate that a limited implementation of a class can not support the operation requested.Classorg.newdawn.slick.utilSlick
PathA path determined by some path finding algorithm.Classorg.newdawn.slick.util.pathfindingSlick
PathFinderA description of an implementation that can find a path from one location on a tile map to another based on information providedInterfaceorg.newdawn.slick.util.pathfindingSlick
PathFindingContextInterfaceorg.newdawn.slick.util.pathfindingSlick
ResourceLoaderA simple wrapper around resource loading should anyone decide to change their minds how this is meant to work in the future.Classorg.newdawn.slick.utilSlick
ResourceLocationInterfaceorg.newdawn.slick.utilSlick
SlickXMLExceptionAn exception to describe failures in XML.Classorg.newdawn.slick.util.xmlSlick
SpaceClassorg.newdawn.slick.util.pathfinding.navmeshSlick
TileBasedMapThe description for the data we're pathfinding over.Interfaceorg.newdawn.slick.util.pathfindingSlick
XMLElementA utility wrapper round the standard DOM XML element.Classorg.newdawn.slick.util.xmlSlick
XMLElementListA simple typed list.Classorg.newdawn.slick.util.xmlSlick
XMLParserA simple utility wrapper around the Java DOM implementation to hopefully make XML parsing that bit easier without requiring YAL.Classorg.newdawn.slick.util.xmlSlick