edu.uci.ics.jung.visualization.jai
Class PerspectiveLayoutTransformSupport<V,E>
java.lang.Object
edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport<V,E>
edu.uci.ics.jung.visualization.jai.PerspectiveLayoutTransformSupport<V,E>
- All Implemented Interfaces:
- PerspectiveTransformSupport
public class PerspectiveLayoutTransformSupport<V,E>
- extends AbstractPerspectiveTransformSupport<V,E>
- implements PerspectiveTransformSupport
A class to make it easy to add a Perspective projection
to a jung graph application. See PerspectiveTransformerDemo
for an example of how to use it.
- Author:
- Tom Nelson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pickSupport
protected GraphElementAccessor<V,E> pickSupport
PerspectiveLayoutTransformSupport
public PerspectiveLayoutTransformSupport(VisualizationViewer<V,E> vv)
- Parameters:
vv
- the VisualizationViewer to work on
activate
public void activate()
- Specified by:
activate
in interface PerspectiveTransformSupport
deactivate
public void deactivate()
- Specified by:
deactivate
in interface PerspectiveTransformSupport
Copyright © 2009. All Rights Reserved.