Share

JPowerGraph

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2008-12-03 cvs -d:pserver:anonymous@jpowergraph.cvs.sourceforge.net:/cvsroot/jpowergraph login

cvs -z3 -d:pserver:anonymous@jpowergraph.cvs.sourceforge.net:/cvsroot/jpowergraph co -P modulename

Show:

What's happening?

  • Update ScrollBar after scroll.

    In file SWTJGraphScrollPane.java public void scrollTo(int hVal, int vVal) { int xDiff = (int) (m_graphArea.getX() * -1); int yDiff = (int) (m_graphArea.getY() * -1); Point2D point = new Point2D.Double(hVal - xDiff, vVal - yDiff); m_graphPane.getLens().undoLens(m_graphPane, new Point2D.Double(0, 0)); m_translateLens.setTranslate(-point.getX()...

    2009-04-08 06:34:43 UTC by nobody

  • Export images

    Ability to export svg images of the current graph from the graph pane.

    2009-02-10 14:08:33 UTC by morcen

  • Sloping Text

    Ability to have sloping text on edges.

    2009-02-10 14:07:19 UTC by morcen

  • partial node hiding

    ability to hide specific nodes and to see a list of hidden nodes in order to make them visible.

    2009-02-10 14:06:43 UTC by morcen

  • support for multiple overlay graphs

    The ability to have multiple graphs displayed in one graph pane with a legend to show/hide each graph.

    2009-02-10 14:05:00 UTC by morcen

  • JPowerGraph

    morcen committed patchset 28 of module swt to the JPowerGraph CVS repository, changing 1 files.

    2008-12-03 16:07:48 UTC by morcen

  • JPowerGraph

    morcen committed patchset 27 of module swing to the JPowerGraph CVS repository, changing 2 files.

    2008-12-03 16:03:08 UTC by morcen

  • JPowerGraph

    morcen committed patchset 26 of module swing to the JPowerGraph CVS repository, changing 1 files.

    2008-12-03 16:02:57 UTC by morcen

  • JPowerGraph

    morcen committed patchset 25 of module swing to the JPowerGraph CVS repository, changing 1 files.

    2008-12-03 16:02:45 UTC by morcen

  • JPowerGraph

    morcen committed patchset 24 of module swing to the JPowerGraph CVS repository, changing 1 files.

    2008-12-03 16:02:32 UTC by morcen

Our Numbers