mathcomp.gridgeom
Class GridRefiner.ListRefinementList

java.lang.Object
  extended by mathcomp.gridgeom.GridRefiner.RefinementListCreator
      extended by mathcomp.gridgeom.GridRefiner.ListRefinementList
Enclosing class:
GridRefiner

public static class GridRefiner.ListRefinementList
extends GridRefiner.RefinementListCreator

Marks all elements red in list.

Author:
pht

Constructor Summary
GridRefiner.ListRefinementList()
           
 
Method Summary
 java.util.List createRefinementList(Grid g)
          List of elements to be marked red.
 java.util.List getList()
           
 void setList(java.util.List list)
           
 
Methods inherited from class mathcomp.gridgeom.GridRefiner.RefinementListCreator
calculateStates
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridRefiner.ListRefinementList

public GridRefiner.ListRefinementList()
Method Detail

createRefinementList

public java.util.List createRefinementList(Grid g)
Description copied from class: GridRefiner.RefinementListCreator
List of elements to be marked red.

Returns:
List of elements to be marked red

getList

public java.util.List getList()

setList

public void setList(java.util.List list)