Uses of Interface
org.jungrapht.visualization.control.LensGraphMouse
-
Packages that use LensGraphMouse Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects.org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
-
Uses of LensGraphMouse in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control that implement LensGraphMouse Modifier and Type Class Description class
DefaultLensGraphMouse<V,E>
an implementation of the PluggableGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.class
ModalLensGraphMouse<V,E>
an implementation of the AbstractModalGraphMouse that includes plugins for manipulating a view that is using a LensTransformer. -
Uses of LensGraphMouse in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform with type parameters of type LensGraphMouse Modifier and Type Class Description class
AbstractLensSupport<V,E,M extends LensGraphMouse>
A class to make it easy to add an examining lens to a jungrapht graph application.static class
AbstractLensSupport.Builder<V,E,M extends LensGraphMouse,T extends AbstractLensSupport<V,E,M>,B extends AbstractLensSupport.Builder<V,E,M,T,B>>
class
LayoutLensSupport<V,E,M extends LensGraphMouse>
A class to make it easy to add an examining lens to a jungrapht graph application.static class
LayoutLensSupport.Builder<V,E,M extends LensGraphMouse,T extends LayoutLensSupport<V,E,M>,B extends LayoutLensSupport.Builder<V,E,M,T,B>>
interface
LensSupport<M extends LensGraphMouse>
basic API for implementing lens projection supportstatic interface
LensSupport.Builder<M extends LensGraphMouse,B extends LensSupport.Builder<M,B>>
Fields in org.jungrapht.visualization.transform declared as LensGraphMouse Modifier and Type Field Description protected M
AbstractLensSupport.Builder. lensGraphMouse
protected M
AbstractLensSupport. lensGraphMouse
Methods in org.jungrapht.visualization.transform with type parameters of type LensGraphMouse Modifier and Type Method Description static <V,E,M extends LensGraphMouse>
LayoutLensSupport.Builder<V,E,M,?,?>LayoutLensSupport. builder(VisualizationViewer<V,E> vv)
-
Uses of LensGraphMouse in org.jungrapht.visualization.transform.shape
Classes in org.jungrapht.visualization.transform.shape with type parameters of type LensGraphMouse Modifier and Type Class Description class
MagnifyImageLensSupport<V,E,M extends LensGraphMouse>
Changes various visualization settings to activate or deactivate an examining lens for a graph visualization.static class
MagnifyImageLensSupport.Builder<V,E,M extends LensGraphMouse,T extends MagnifyImageLensSupport<V,E,M>,B extends MagnifyImageLensSupport.Builder<V,E,M,T,B>>
class
ViewLensSupport<V,E,M extends LensGraphMouse>
Uses a LensTransformer to use in the view transform.static class
ViewLensSupport.Builder<V,E,M extends LensGraphMouse,T extends ViewLensSupport<V,E,M>,B extends ViewLensSupport.Builder<V,E,M,T,B>>
Methods in org.jungrapht.visualization.transform.shape with type parameters of type LensGraphMouse Modifier and Type Method Description static <V,E,M extends LensGraphMouse>
MagnifyImageLensSupport.Builder<V,E,M,?,?>MagnifyImageLensSupport. builder(VisualizationViewer<V,E> vv)
static <V,E,M extends LensGraphMouse>
ViewLensSupport.Builder<V,E,M,?,?>ViewLensSupport. builder(VisualizationViewer<V,E> vv)
-