edu.uci.ics.jung.visualization.jai
Class AbstractPerspectiveTransformSupport.Lens

java.lang.Object
  extended by 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

Constructor Summary
AbstractPerspectiveTransformSupport.Lens(PerspectiveShapeTransformer perspectiveTransformer, Dimension d)
           
 
Method Summary
 void paint(Graphics g)
           
 boolean useTransform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPerspectiveTransformSupport.Lens

public AbstractPerspectiveTransformSupport.Lens(PerspectiveShapeTransformer perspectiveTransformer,
                                                Dimension d)
Method Detail

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.