Uses of Interface
edu.uci.ics.jung.visualization.util.ChangeEventSupport
-
Packages that use ChangeEventSupport Package Description edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.edu.uci.ics.jung.visualization.layout Visualization mechanisms related to graph layout: caching, persistence, event-emitting, etc.edu.uci.ics.jung.visualization.transform Visualization mechanisms related to transformations, including lens effects.edu.uci.ics.jung.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes.edu.uci.ics.jung.visualization.util Utilities for graph visualization. -
-
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization
Subinterfaces of ChangeEventSupport in edu.uci.ics.jung.visualization Modifier and Type Interface Description interface
MultiLayerTransformer
interface
VisualizationModel<V,E>
Interface for the state holding model of the VisualizationViewer.Classes in edu.uci.ics.jung.visualization that implement ChangeEventSupport Modifier and Type Class Description class
BasicTransformer
A basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.class
BasicVisualizationServer<V,E>
A class that maintains many of the details necessary for creating visualizations of graphs.class
DefaultVisualizationModel<V,E>
The model containing state values for visualizations of graphs.class
VisualizationImageServer<V,E>
A class that could be used on the server side of a thin-client application.class
VisualizationViewer<V,E>
Adds mouse behaviors and tooltips to the graph visualization base classFields in edu.uci.ics.jung.visualization declared as ChangeEventSupport Modifier and Type Field Description protected ChangeEventSupport
BasicTransformer. changeSupport
protected ChangeEventSupport
BasicVisualizationServer. changeSupport
-
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.control
Classes in edu.uci.ics.jung.visualization.control that implement ChangeEventSupport Modifier and Type Class Description class
SatelliteVisualizationViewer<V,E>
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer. -
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.layout
Classes in edu.uci.ics.jung.visualization.layout that implement ChangeEventSupport Modifier and Type Class Description class
ObservableCachingLayout<V,E>
A LayoutDecorator that fires ChangeEvents when certain methods are called.class
PersistentLayoutImpl<V,E>
Implementation of PersistentLayout.Fields in edu.uci.ics.jung.visualization.layout declared as ChangeEventSupport Modifier and Type Field Description protected ChangeEventSupport
ObservableCachingLayout. changeSupport
-
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.transform
Subinterfaces of ChangeEventSupport in edu.uci.ics.jung.visualization.transform Modifier and Type Interface Description interface
MutableTransformer
Provides an API for the mutation of a Function and for adding listeners for changes on the FunctionClasses in edu.uci.ics.jung.visualization.transform that implement ChangeEventSupport Modifier and Type Class Description class
HyperbolicTransformer
HyperbolicTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a fisheye projection of the graph points, with points near the center spread out and points near the edges collapsed onto the circumference of an ellipse.class
LensTransformer
LensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.class
MagnifyTransformer
MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.class
MutableAffineTransformer
Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.class
MutableTransformerDecorator
a complete decorator that wraps a MutableTransformer.Fields in edu.uci.ics.jung.visualization.transform declared as ChangeEventSupport Modifier and Type Field Description protected ChangeEventSupport
MutableAffineTransformer. changeSupport
-
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.transform.shape
Classes in edu.uci.ics.jung.visualization.transform.shape that implement ChangeEventSupport Modifier and Type Class Description class
HyperbolicShapeTransformer
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.class
MagnifyShapeTransformer
MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer. -
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.util
Classes in edu.uci.ics.jung.visualization.util that implement ChangeEventSupport Modifier and Type Class Description class
DefaultChangeEventSupport
Basic implementation of ChangeEventSupport, using standard jdk classes
-