edu.uci.ics.jung.visualization.transform
Class AbstractLensSupport.LensControls

java.lang.Object
  extended by edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
All Implemented Interfaces:
VisualizationServer.Paintable
Enclosing class:
AbstractLensSupport<V,E>

public static class AbstractLensSupport.LensControls
extends Object
implements VisualizationServer.Paintable

the background for the hyperbolic projection

Author:
Tom Nelson

Constructor Summary
AbstractLensSupport.LensControls(LensTransformer lensTransformer)
           
 
Method Summary
 Paint getPaint()
           
 void paint(Graphics g)
           
 void setPaint(Paint paint)
           
 boolean useTransform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLensSupport.LensControls

public AbstractLensSupport.LensControls(LensTransformer lensTransformer)
Method Detail

getPaint

public Paint getPaint()
Returns:
the paint

setPaint

public void setPaint(Paint paint)
Parameters:
paint - the paint to set

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.