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 49 50 51 52 53 54 55 56 57
|
Source: libjgraphx-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, quilt
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgraphx-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgraphx-java
Homepage: http://www.jgraph.com/jgraphx.html
Package: libjgraphx-java
Architecture: all
Section: java
Priority: optional
Depends: default-jre-headless | java2-runtime-headless, libxerces2-java,
${misc:Depends}
Description: Java Swing Diagramming Library
JGraph X is based on the mxGraph architecture, a re-designed core based
on JGraph experience.
.
The new library API is designed to provide a much lower learning curve as
well as making the feature set easier to extend and integrate. Sharing the
model code base of mxGraph, the web diagramming library, enabling applications
written in Java to be more easily ported to mxGraph-based web applications.
.
Overall, JGraph X provides more features that JGraph, with a far smaller code
size and complexity. Redesigning the codebase from scratch now means
implementing common feature extensions are easier and require less coding.
A number of new loosely coupled application-centric features have been added,
making prototyping even faster, without their usage restricting application
flexibility.
Package: libjgraphx-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Priority: optional
Suggests: libjgraphx-java
Description: Java Swing Diagramming Library - API documentation and manual
JGraph X is based on the mxGraph architecture, a re-designed core based
on JGraph experience.
.
The new library API is designed to provide a much lower learning curve as
well as making the feature set easier to extend and integrate. Sharing the
model code base of mxGraph, the web diagramming library, enabling applications
written in Java to be more easily ported to mxGraph-based web applications.
.
Overall, JGraph X provides more features that JGraph, with a far smaller code
size and complexity. Redesigning the codebase from scratch now means
implementing common feature extensions are easier and require less coding.
A number of new loosely coupled application-centric features have been added,
making prototyping even faster, without their usage restricting application
flexibility.
.
This package contains the Javadoc API documentation.
|