|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphProcessingObserver
This interface can be implemented and added to the GraphProcessor to get informed
about processing steps of a graph.
GraphProcessor.addObserver(GraphProcessingObserver)| Method Summary | |
|---|---|
void |
graphProcessingStarted(GraphContext graphContext)
It is invoked when the graph starts its processing. |
void |
graphProcessingStopped(GraphContext graphContext)
It is invoked when the graph stops its processing. |
void |
tileProcessingStarted(GraphContext graphContext,
Rectangle tileRectangle)
It is invoked when the processing of the rectangle starts. |
void |
tileProcessingStopped(GraphContext graphContext,
Rectangle tileRectangle)
It is invoked when the processing of the rectangle is done. |
| Method Detail |
|---|
void graphProcessingStarted(GraphContext graphContext)
graphContext - the graph context being processedvoid graphProcessingStopped(GraphContext graphContext)
graphContext - the graph context being processed
void tileProcessingStarted(GraphContext graphContext,
Rectangle tileRectangle)
graphContext - the graph context being processedtileRectangle - the rectangle currently processed
void tileProcessingStopped(GraphContext graphContext,
Rectangle tileRectangle)
graphContext - the graph context being processedtileRectangle - the rectangle currently processed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||