| Interface | Description |
|---|---|
| GraphLookAndFeel |
Controls how a graph will be drawn, including generating an appropriate
Widget
for each Node. |
| GraphToImageMap |
Used to generate HTML Image maps of graphs.
|
| ProcessLookAndFeel |
Controls how a graph will be drawn, including generating an appropriate
Widget
for each VisualProcessNode. |
| ProcessToImageMap |
Used to generate HTML Image maps of graph processes.
|
| Class | Description |
|---|---|
| DefaultGraphLookAndFeel |
Generates widgets for nodes using the
Adaptable.getAdaptor(Class) method,
passing in the Component class. |
| DefaultProcessLookAndFeel |
Generates widgets using a TaskIcon for nodes of type 'task', and DefaultNodeIcon
for all other node types.
|
| GraphImageMapCreator |
Class which generates HTML image maps for graphs.
|
| GraphToImageMapAdapter |
Provides default implementations for methods in the
GraphToImageMap interface. |
| ProcessImageMapCreator |
Class which generates HTML image maps for processes.
|
| ProcessToImageMapAdapter |
Provides default implementations for methods in the
ProcessToImageMap interface. |
Copyright © 2012. All Rights Reserved.