Interface IRenderer
- All Known Subinterfaces:
- INavigator
public interface IRenderer
- Author:
- vlygeros
- 
Method SummaryModifier and TypeMethodDescriptionvoidThe method to implement while using a specific renderer.
- 
Method Details- 
doRenderThe method to implement while using a specific renderer.- Parameters:
- ec- The execution context.
- Throws:
- IOException- The default exception.
 
 
-