Uses of Class
org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin.Builder
-
Packages that use LensVertexSelectingGraphMousePlugin.Builder Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of LensVertexSelectingGraphMousePlugin.Builder in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control with type parameters of type LensVertexSelectingGraphMousePlugin.Builder Modifier and Type Class Description static class
LensVertexSelectingGraphMousePlugin.Builder<V,E,T extends LensVertexSelectingGraphMousePlugin,B extends LensVertexSelectingGraphMousePlugin.Builder<V,E,T,B>>
Methods in org.jungrapht.visualization.control that return LensVertexSelectingGraphMousePlugin.Builder Modifier and Type Method Description static <V,E>
LensVertexSelectingGraphMousePlugin.Builder<V,E,?,?>LensVertexSelectingGraphMousePlugin. builder()
Constructors in org.jungrapht.visualization.control with parameters of type LensVertexSelectingGraphMousePlugin.Builder Constructor Description LensVertexSelectingGraphMousePlugin(LensVertexSelectingGraphMousePlugin.Builder<V,E,?,?> builder)
-