Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
48 lines (48 loc) · 1.63 KB

File metadata and controls

48 lines (48 loc) · 1.63 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>mxGraph Java</title>
<link rel="stylesheet" href="../docs/css/manual-styles.css">
<link rel="stylesheet" href="../docs/css/manual-colors.css">
</head>
<body>
<h1>mxGraph Java</h1>
<h2>Installation</h2>
<p>
The following assumes that <a href="http://www.eclipse.org">Eclipse</a>
is used for development. To start development, open the Eclipse project
files in the top-level directory by going to File, New, Java Project,
choose Create project from existing source and select the top-level
directory.
</p>
<h2>Examples</h2>
<p>
com/mxgraph/examples contains the following examples:
</p>
<ul>
<li>Codec - Using the codec for input/output.</li>
<li>Frame - Placing a graph image inside a JFrame.</li>
<li>GraphControl - Using a graph image to create a control.</li>
<li>Layout - Using a graph layout class to arrange nodes.</li>
<li>PdfExport - Using a library to create a PDF from a graph.</li>
</ul>
<p>
com/mxgraph/examples/swing contains the following examples:
</p>
<ul>
<li>ClickHandler - Handling click events on a cells.</li>
<li>CustomCanvas - Using a custom canvas for rendering.</li>
<li>GraphEditor - Full-featured graph editor example.</li>
<li>SchemaEditor - Using heavyweight components in a graph.</li>
<li>UserObject - Working with user objects in JFC/Swing.</li>
<li>Validation - An interactive validation example.</li>
</ul>
<p>
com/mxgraph/examples/web contains servlets.
Right click Main.java in this directory and choose Run As, Java
Application and point your browser to
<a href="http://localhost:8080/">http://localhost:8080/</a>.
</p>
<hr size="1">
&copy; 2006-2010 by JGraph Ltd.
</body>
</html>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.