Package org.objectweb.fractal.gui.graph.model

Provides a model for the graph view, based on a configuration model.

See:
          Description

Interface Summary
Display A model for the display.
DisplayListener An interface to be notified of changes in a Display model.
GraphModel A model associating coordinates to components.
GraphModelListener An interface to be notified of changes in a graph model.
Tools A model for graph editing tools.
ToolsListener An interface to be notified of changes in a Tools model.
 

Class Summary
BasicDisplay Basic implementation of the Display interface.
BasicGraphModel Basic implementation of the GraphModel interface.
BasicTools Basic implementation of the Tools interface.
DisplayNotifier A DisplayListener that notifies other DisplayListeners.
Rect A rectangle whose coordinates are stored as double.
 

Package org.objectweb.fractal.gui.graph.model Description

Provides a model for the graph view, based on a configuration model.

Since:
Fractal 1.1