edu.washington.cs.supple.render
Interface NavigationCostFunction
- All Known Implementing Classes:
- HtmlPointerNavigationCostFunction, PointerNavigationCostFunction, PointerNavigationCostFunction, WapNavigationCostFunction
- public interface NavigationCostFunction
- Author:
- kgajos
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
getNavigationCost
public float getNavigationCost(Widget w)
setTransitionCountFunction
public void setTransitionCountFunction(TransitionCount tc)
- A transition count provides information on the usage of the
container elements of a UI
- Parameters:
tc - a transition count function
getTransitionCountFunction
public TransitionCount getTransitionCountFunction()
- A transition count provides information on the usage of the
container elements of a UI
- Returns:
- tc a transition count function