Perforce JViews Diagrammer Code Example: Circular Layout (Java SDK Version)
Description
This sample shows how to use the Circular Layout algorithm
in a Java application.
It shows how to perform a Circular Layout and how to control its
layout parameters in Java code.
This sample uses the graphic framework, but it does not use
the IlvDiagrammer
component or CSS.
How to Use the Code Example
- The Circular Layout algorithm is designed to display graphs representing interconnected ring and/or star network topologies. For details, see the corresponding section of the User's Manual.
-
This application shows a manager view that displays a grapher read from an
IVL
file. You may change the grapher sample using the list at the top of the application. - The application also has interactor buttons on the top side: pan, select, zoom box, zoom in, zoom out, and show all (fit to contents).
- On the bottom, there are two buttons: Random (performs a Random Layout) and Layout (uses the Circular Layout algorithm). Layout is only performed when you press these buttons.
How to Run the Code Example as an Application
This code example can
be run as an application.
The installation directory contains
an executable JAR file,
circularlayout.jar
,
that allows you to execute the code example with a double click from a
file browser. Note that if you are using Internet Explorer, you can
open the installation directory
and execute the JAR file from the browser. This
technique may not work in other Web browsers.
Alternatively, you
can run the code example application from the command line.
First check that the Ant utility is properly configured. If not, see the
instructions on how to configure Ant for Perforce JViews.
Then, go to the installation directory
of the code example and type:
ant run
Topics Covered
- Grapher
- Graph Layout
- Circular Layout in Java Code
- Circular Layout Parameters
Installation Directory
The Circular Layout (Java SDK Version) code example is installed here.
Classes Involved
- ilog.views.graphlayout.circular.IlvCircularLayout
- ilog.views.graphlayout.random.IlvRandomLayout
- ilog.views.IlvGrapher
- ilog.views.IlvManagerView