mathcomp.gridgeom
Class GridRefiner.YellowRefinementListCreator

java.lang.Object
  extended by mathcomp.gridgeom.GridRefiner.RefinementListCreator
      extended by mathcomp.gridgeom.GridRefiner.YellowRefinementListCreator
Direct Known Subclasses:
MyYellowListCreator
Enclosing class:
GridRefiner

public abstract static class GridRefiner.YellowRefinementListCreator
extends GridRefiner.RefinementListCreator


Constructor Summary
GridRefiner.YellowRefinementListCreator()
           
 
Method Summary
 void calculateStates(GridRefiner gf, Grid newGrid)
           
 java.util.List createRefinementList(Grid g)
          List of elements to be marked red.
abstract  java.util.Map getStates(Grid g)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridRefiner.YellowRefinementListCreator

public GridRefiner.YellowRefinementListCreator()
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

getStates

public abstract java.util.Map getStates(Grid g)

calculateStates

public void calculateStates(GridRefiner gf,
                            Grid newGrid)
Overrides:
calculateStates in class GridRefiner.RefinementListCreator