| Developing with the SDK > Introducing the SDK > Styling and Data Mapping (SDM) > The Grapher |
The Grapher |
INDEX
PREVIOUS
NEXT
|
Graphers can store graphic objects including general nodes, composite nodes, and general links. They provide the infrastructure that is minimally necessary to draw a graph.
A grapher (IlvGrapher instance) is a JViews Framework object created by the IlvDiagrammer instance. You may need to access the grapher to modify the graphic objects of the diagram directly. Code Sample 1.8 shows how to access the grapher.
IlvGrapher = diagrammer.getEngine().getGrapher(); |
For more details on graphers, see Graphers in The Essential JViews Framework.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |