Class AbstractLensSupport.LensControls
java.lang.Object
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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) RectangularShape
(package private) LensTransformer
(package private) Paint
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lensTransformer
LensTransformer lensTransformer -
lensShape
RectangularShape lensShape -
paint
Paint paint
-
-
Constructor Details
-
LensControls
-
-
Method Details
-
getPaint
- Returns:
- the paint
-
setPaint
- Parameters:
paint
- the paint to set
-
paint
- Specified by:
paint
in interfaceVisualizationServer.Paintable
-
useTransform
public boolean useTransform()- Specified by:
useTransform
in interfaceVisualizationServer.Paintable
-