Package vitro.grid

Class Summary
CreateAction A CreateAction encapsulates the process of spawning a new Actor at a specified location.
DestroyAction A DestroyAction encapsulates the process of removing one or more Actors from a Grid.
Grid Grid is a Model implementation representing space as a two-dimensional rectangular grid.
GridAction A GridAction is a more restrictive type of Action that applies specifically to a Grid Model.
GridActor GridActor provides a number of convenience methods for Actors that are meant to be part of a Grid model.
GridAnnotation GridAnnotations allow users to overlay an array of Colors on their Grid's View.
GridView GridView is a generic View that can be applied to any GridModel.
Location A Location represents a position on a Grid.
MoveAction A MoveAction encapsulates the process of Moving an Actor from one Location to another.