|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DrawFeature | |
| edu.brook.ascape.model | |
| edu.brook.ascape.view | |
| Uses of DrawFeature in edu.brook.ascape.model |
| Methods in edu.brook.ascape.model with parameters of type DrawFeature | |
void |
Scape.addDrawFeature(DrawFeature feature)
Adds the provided draw feature to this scape. |
| Uses of DrawFeature in edu.brook.ascape.view |
| Subclasses of DrawFeature in edu.brook.ascape.view | |
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 edu.brook.ascape.view declared as DrawFeature | |
DrawFeature |
BaseCellView.cells_fill_draw_feature
Draws the provided object, assumed to be a cell, by filling it using the cell color feature. |
DrawFeature |
BaseCellView.cells_fill_draw_inset_feature
Draws the provided object, assumed to be a cell, by filling it using the cell color feature. |
DrawFeature |
DrawFeature.nestedFeature
A nested feature. |
DrawFeature |
BaseAgentCellView.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 |
BaseAgentCellView.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 |
BaseAgentCellView.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. |
| Methods in edu.brook.ascape.view that return DrawFeature | |
DrawFeature |
DrawFeature.getNestedFeature()
Returns the feature nested inside this one. |
| Methods in edu.brook.ascape.view with parameters of type DrawFeature | |
void |
DrawFeature.setNestedFeature(DrawFeature nestedFeature)
Sets the feature nested inside of this one. |
| Constructors in edu.brook.ascape.view with parameters of type DrawFeature | |
DrawFeature.DrawFeature(java.lang.String name,
DrawFeature nestedFeature)
Constructs the feature with a name and nested feature. |
|
DrawFeature.DrawFeature(DrawFeature nestedFeature)
Constructs the feature with a nested feature. |
|
DrawImageFeature.DrawImageFeature(java.lang.String name,
DrawFeature nestedFeature)
Constructs the feature with a name and nested feature. |
|
DrawImageFeature.DrawImageFeature(DrawFeature nestedFeature)
Constructs a DrawImageFeature with a nested feature. |
|
DrawColorFeature.DrawColorFeature(java.lang.String name,
DrawFeature nestedFeature)
Constructs the feature with a name and nested feature. |
|
DrawColorFeature.DrawColorFeature(DrawFeature nestedFeature)
Constructs a DrawColorFeature with a nested feature. |
|
|
(c) 1998-2000 The Brookings Insitution Webpage |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||