| Developing with the SDK > Introducing the SDK > The Diagram Component > The Diagrammer Class |
The Diagrammer Class |
INDEX
PREVIOUS
NEXT
|
The diagram component is represented by the IlvDiagrammer class, which is in the main ILOG JViews Diagrammer package, ilog.views.diagrammer, see Figure 1.2.
The IlvDiagrammer class is a façade that gives easy access to the following underlying facilities:
ilog.views.sdm, which transforms your application data into graphic objects on your screen, based on styling information contained in one or more style sheets.
ilog.views.graphlayout), which contains advanced algorithms used to place the nodes and to route the links of the graph. Several graph layout algorithms are available, each adapted to a particular type of graph or to a particular application domain. (Graph layout features are available only if you purchased a full JViews Diagrammer license.)
ilog.views.graphic.composite), which lets you define complex graphic objects from basic elements like shapes, text, and icons.
ilog.views.diagrammer.application), which contains Swing objects such as actions and toolbars that make it very easy to build a complete Swing GUI around a diagram component. A prebuilt application is also available in the Application package.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |