Uses of Class
org.jungrapht.visualization.transform.AbstractLensSupport.LensControls
-
Packages that use AbstractLensSupport.LensControls Package Description org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects. -
-
Uses of AbstractLensSupport.LensControls in org.jungrapht.visualization.transform
Fields in org.jungrapht.visualization.transform declared as AbstractLensSupport.LensControls Modifier and Type Field Description protected AbstractLensSupport.LensControls
AbstractLensSupport. lensControls
Methods in org.jungrapht.visualization.transform that return AbstractLensSupport.LensControls Modifier and Type Method Description AbstractLensSupport.LensControls
AbstractLensSupport. getLensControls()
Methods in org.jungrapht.visualization.transform with parameters of type AbstractLensSupport.LensControls Modifier and Type Method Description void
AbstractLensSupport. setLensControls(AbstractLensSupport.LensControls lensControls)
-