-
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
-
Ability to export svg images of the current graph from the graph pane.
2009-02-10 14:08:33 UTC by morcen
-
Ability to have sloping text on edges.
2009-02-10 14:07:19 UTC by morcen
-
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
-
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
-
morcen committed patchset 28 of module swt to the JPowerGraph CVS repository, changing 1 files.
2008-12-03 16:07:48 UTC by morcen
-
morcen committed patchset 27 of module swing to the JPowerGraph CVS repository, changing 2 files.
2008-12-03 16:03:08 UTC by morcen
-
morcen committed patchset 26 of module swing to the JPowerGraph CVS repository, changing 1 files.
2008-12-03 16:02:57 UTC by morcen
-
morcen committed patchset 25 of module swing to the JPowerGraph CVS repository, changing 1 files.
2008-12-03 16:02:45 UTC by morcen
-
morcen committed patchset 24 of module swing to the JPowerGraph CVS repository, changing 1 files.
2008-12-03 16:02:32 UTC by morcen