Class AbstractLensSupport.LensControls
- java.lang.Object
-
- org.jungrapht.visualization.transform.AbstractLensSupport.LensControls
-
- All Implemented Interfaces:
VisualizationServer.Paintable
- Enclosing class:
- AbstractLensSupport<V,E,M extends LensGraphMouse>
public static class AbstractLensSupport.LensControls extends Object implements VisualizationServer.Paintable
the background for the hyperbolic projection- Author:
- Tom Nelson
-
-
Constructor Summary
Constructors Constructor Description LensControls(LensTransformer lensTransformer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Paint
getPaint()
void
paint(Graphics g)
void
setPaint(Paint paint)
boolean
useTransform()
-
-
-
Constructor Detail
-
LensControls
public 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 interfaceVisualizationServer.Paintable
-
useTransform
public boolean useTransform()
- Specified by:
useTransform
in interfaceVisualizationServer.Paintable
-
-