edu.uci.ics.jung.visualization.jai
Class AbstractPerspectiveTransformSupport.Lens
java.lang.Object
edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport.Lens
- All Implemented Interfaces:
- VisualizationServer.Paintable
- Enclosing class:
- AbstractPerspectiveTransformSupport<V,E>
public static class AbstractPerspectiveTransformSupport.Lens
- extends Object
- implements VisualizationServer.Paintable
the background for the perspective projection
- Author:
- Tom Nelson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPerspectiveTransformSupport.Lens
public AbstractPerspectiveTransformSupport.Lens(PerspectiveShapeTransformer perspectiveTransformer,
Dimension d)
paint
public void paint(Graphics g)
- Specified by:
paint
in interface VisualizationServer.Paintable
useTransform
public boolean useTransform()
- Specified by:
useTransform
in interface VisualizationServer.Paintable
Copyright © 2009. All Rights Reserved.