|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving notification from the
GraphLayoutDialog.
This may be used by caller applications to create the graphs after user
intended to create.
| Method Summary | |
VisualGraph |
onCreateVisualGraph(Graph graph,
boolean newwindow)
This method will be called to notification listener that a visual graph is to create. |
void |
onPostCreateGraph(boolean applyLayout,
boolean animation,
int graphType)
This method will be called after creating graph to allow the Listener-class to do post-initialization work. |
| Method Detail |
public VisualGraph onCreateVisualGraph(Graph graph,
boolean newwindow)
graph - the specified graph.newwindow - indicates whether the graph should create in a new document
public void onPostCreateGraph(boolean applyLayout,
boolean animation,
int graphType)
applyLayout - indicates whether the layout should be applied by caller.animation - indicates the animation state.graphType - indicates the graph type.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||