Graph Layout > Using Advanced Features > Laying Out Graphs with Nonzoomable Graphic Objects > Reference Views
 
Reference Views
Optionally, an IlvMgrView can be specified as a reference view for the IlvGrapherAdapter. If a reference view is specified, its current transformer (at the moment when the layout is started) is automatically used as the reference transformer. Usually, applications use the same manager view that is used for the display of the IlvGrapher as the reference view (but this is not mandatory).
To specify the reference view, use the following method:
void setReferenceView(IlvMgrView view)
To get the current reference view, use the method:
IlvMgrView getReferenceView()
If no view has been specified as the reference view, the method returns null.

Version 6.0
Copyright © 2015, Rogue Wave Software, Inc. All Rights Reserved.