Uses of Class
org.ascape.util.vis.DrawFeature

Packages that use DrawFeature
org.ascape.util.vis   
org.ascape.view.vis   
org.ascape.view.vis.erv   
 

Uses of DrawFeature in org.ascape.util.vis
 

Subclasses of DrawFeature in org.ascape.util.vis
 class DrawColorFeature
          A class using a color feature to determine the color to use to draw a feature.
 class DrawImageFeature
          A class using a image feature to determine the image to use to draw a feature.
 class DrawSymbol
          An drawing method that draws a symbol irrespective of the supplied object's state.
 class FillCellFeature
          A Draw feature that fills a cell with the color defined by the color feature.
 

Fields in org.ascape.util.vis declared as DrawFeature
protected  DrawFeature DrawFeature.nestedFeature
          A nested feature.
 

Methods in org.ascape.util.vis that return DrawFeature
 DrawFeature DrawFeature.getNestedFeature()
          Returns the feature nested inside this one.
 

Methods in org.ascape.util.vis with parameters of type DrawFeature
 void DrawFeature.setNestedFeature(DrawFeature nestedFeature)
          Sets the feature nested inside of this one.
 

Constructors in org.ascape.util.vis with parameters of type DrawFeature
DrawColorFeature(DrawFeature nestedFeature)
          Constructs a DrawColorFeature with a nested feature.
DrawColorFeature(java.lang.String name, DrawFeature nestedFeature)
          Constructs the feature with a name and nested feature.
DrawFeature(DrawFeature nestedFeature)
          Constructs the feature with a nested feature.
DrawFeature(java.lang.String name, DrawFeature nestedFeature)
          Constructs the feature with a name and nested feature.
DrawImageFeature(DrawFeature nestedFeature)
          Constructs a DrawImageFeature with a nested feature.
DrawImageFeature(java.lang.String name, DrawFeature nestedFeature)
          Constructs the feature with a name and nested feature.
 

Uses of DrawFeature in org.ascape.view.vis
 

Fields in org.ascape.view.vis declared as DrawFeature
 DrawFeature HostedAgentView.agents_fill_cells_draw_feature
          Draws the provided object, assumed to be a cell with an occupant, by filling any unoccupied cells using the cell color feature interpretation, and filling any occupied cells using the agent color feature on the occupant.
 DrawFeature Overhead2DContinuousView.agents_fill_draw_feature
          Draws the provided object, assumed to be a agent, by filling it using the agent color feature.
 DrawFeature Overhead2DContinuousView.agents_fill_draw_inset_feature
          Draws the provided object, assumed to be a agent, by filling it using the agent color feature.
 DrawFeature Overhead2DContinuousView.agents_image_cells_draw_feature
          Draws the provided object, assumed to be a cell with an occupant, by filling the cell using the cell color feature interpretation, and filling an oval using the agent color feature on the occupant.
 DrawFeature HostedAgentView.agents_image_cells_draw_feature
          Draws the provided object, assumed to be a cell with an occupant, by filling the cell using the cell color feature interpretation, and filling an oval using the agent color feature on the occupant.
 DrawFeature HostedAgentView.agents_oval_cells_boundary_draw_feature
          Draws the provided object, assumed to be a cell with an occupant, by filling the cell using the cell color feature interpretation, and filling an oval using the agent color feature on the occupant.
 DrawFeature HostedAgentView.agents_oval_cells_desc_draw_feature
          Draws the provided object, assumed to be a cell with an occupant, by filling the cell using the cell color feature interpretation, filling an oval using the agent color feature on the occupant, and printing a descriptive string next to any agents.
 DrawFeature HostedAgentView.agents_oval_cells_draw_feature
          Draws the provided object, assumed to be a cell with an occupant, by filling the cell using the cell color feature interpretation, and filling an oval using the agent color feature on the occupant.
 DrawFeature CellView.cells_fill_draw_feature
          Draws the provided object, assumed to be a cell, by filling it using the cell color feature.
 DrawFeature CellView.cells_fill_draw_inset_feature
          Draws the provided object, assumed to be a cell, by filling it using the cell color feature.
 

Methods in org.ascape.view.vis with parameters of type DrawFeature
 void AgentView.addDrawFeature(DrawFeature feature)
          Adds the provided draw feature to this scape.
 void Overhead2DContinuousView.drawAgentAt(LocatedAgent agent, int x, int y, DrawFeature feature)
          Draw agent at.
protected  void Overhead2DView.drawCellAt(int x, int y, DrawFeature feature)
          Draw cell at.
protected  void Overhead2DView.drawCellAtIfUpdate(int x, int y, DrawFeature feature)
          Draw cell at if update.
 boolean AgentView.removeDrawFeature(DrawFeature feature)
          Removes the provided draw feature.
 

Uses of DrawFeature in org.ascape.view.vis.erv
 

Subclasses of DrawFeature in org.ascape.view.vis.erv
 class EntityRelationView.RelationDrawFeature
          The class RelationDrawFeature encapsulates the drawing mechanisms previously distributed over methods in ERVEdge and ERVChannel.
 

Methods in org.ascape.view.vis.erv with parameters of type DrawFeature
 void EntityRelationView.addDrawFeature(DrawFeature feature, boolean selected)
          addDrawFeature adds a new draw feature to the view and determines if it should be initially selected for viewing.
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.