|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRenderer
Implement this interface and then register the implementer with IWindow to cause your object to be called for drawing during the main screen refresh
IWindow.addRenderer(IRenderer renderer)| Method Summary | |
|---|---|
void |
instrumentView(IDrawing drw)
This method will be called when the Open GL context has been set and the matrix mode has been set to GL_PROJECTION. |
void |
viewModel(IDrawing drw)
This method will be called when the Open GL context has been set and the matrix mode has been set to GL_MODELVIEW. |
| Method Detail |
|---|
void viewModel(IDrawing drw)
ModelEventViewModel.viewModel(IDrawing)void instrumentView(IDrawing drw)
ModelEventViewLegend.viewLegend(IDrawing)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||