Uses of Interface
edu.brook.ascape.view.ImageFeature

Packages that use ImageFeature
edu.brook.ascape.model   
edu.brook.ascape.view   
 

Uses of ImageFeature in edu.brook.ascape.model
 

Classes in edu.brook.ascape.model that implement ImageFeature
 class Agent
          The base class for all modeled objects in ascape.
 class AgentScape
          A scape with treates itself as its only member.
 class Cell
          The base class for all members of lattices.
 class CellOccupant
          An occupant of a cell within a lattice.
 class HostCell
          An cell capable fo serving as a 'home' for agents.
 class Scape
          The base class for all collections of agents within ascape.
 class ScapeArray1D
          A one-dimensional, fixed-size, collection of agents providing services described for scape.
 class ScapeArray2D
          A two-dimensional, fixed-size collection of agents providing services described for scape.
 class ScapeArray2DMoore
          A two-dimensional scape providing effecient implementations for Moore neighbors.
 class ScapeArray2DVonNeumann
          A two-dimensional scape providing effecient implementations for von Neumann neighbors.
 class ScapeGraph
          A scape with discrete nodes.
 class ScapeVector
          A one-dimensional variable-size collection of agents providing services described for scape.
 

Uses of ImageFeature in edu.brook.ascape.view
 

Classes in edu.brook.ascape.view that implement ImageFeature
 class DrawImageFeature
          A class using a image feature to determine the image to use to draw a feature.
 class ImageFeatureConcrete
          A Image feature returns a image based on the state of an object of known type provided to it.
 class ImageFeatureFixed
          An interface for a class providing an image that doesn't change in relation to the supplied object.
 

Fields in edu.brook.ascape.view declared as ImageFeature
 ImageFeature DrawImageFeature.imageFeature
          The image feature to use for drawing this feature.
protected  ImageFeature BaseAgentCellView.agentImageFeature
          The image feature used to draw the agent draw color
 

Methods in edu.brook.ascape.view that return ImageFeature
 ImageFeature DrawImageFeature.getImageFeature()
          Returns the image feature this object is using to interpret the object's image.
 

Methods in edu.brook.ascape.view with parameters of type ImageFeature
 void DrawImageFeature.setImageFeature(ImageFeature imageFeature)
          Sets the image feature this object uses to interpret the object's image.
 void BaseAgentCellView.setAgentImageFeature(ImageFeature agentImageFeature)
          Set the image feature that will be used for determining agent image.
 

Constructors in edu.brook.ascape.view with parameters of type ImageFeature
DrawImageFeature.DrawImageFeature(java.lang.String name, ImageFeature imageFeature)
          Constructs the feature with a name and image feature.
 


(c) 1998-2000 The Brookings Insitution
Webpage