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