org.jgraph.graph
Interface CellMapper

All Known Implementing Classes:
GraphContext, GraphLayoutCache

public interface CellMapper

Defines the requirements for objects that may be used as a cell mapper.

Version:
1.0 1/1/02
Author:
Gaudenz Alder

Method Summary
 CellView getMapping(Object cell, boolean create)
          Returns the view that is associated with cell.
 void putMapping(Object cell, CellView view)
          Inserts the association between cell and view.
 

Method Detail

getMapping

CellView getMapping(Object cell,
                    boolean create)
Returns the view that is associated with cell.

Parameters:
create - whether a new view should created

putMapping

void putMapping(Object cell,
                CellView view)
Inserts the association between cell and view.

Parameters:
cell - the cell that constitutes the model element
view - the view that constitutes the view element