DragonBreath
An Optimization Engine based on Constraint Programming and Local Search

[HOMEPAGE] -> [Documentation] -> [Interfaces to the Engine] -> [Java] -> [Graphics]


Graphics

An interactive console for a GlobalSearchControl object can be created/destroyed by the following member functions:

void createGraphics();
void deleteGraphics();

For example, an interactive console for a GlobalSearchControl object gsc can be created by the following command:

gsc.createGraphics();

And destroyed again by:

gsc.deleteGraphics();


[HOMEPAGE] -> [Documentation] -> [Interfaces to the Engine] -> [Java] -> [Graphics]


For questions, comments or suggestions, please visit our feedback forum.

Last update:
August 22, 2002 by Alexander Nareyek