Uses of Interface
edu.uci.ics.jung.visualization.util.ChangeEventSupport
Packages that use ChangeEventSupport
Package
Description
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
Visualization mechanisms related to graph layout: caching, persistence,
event-emitting, etc.
Visualization mechanisms related to transformations, including lens effects.
Visualization mechanisms related to transformation of graph element shapes.
Utilities for graph visualization.
-
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization
Subinterfaces of ChangeEventSupport in edu.uci.ics.jung.visualizationModifier and TypeInterfaceDescriptioninterface
interface
VisualizationModel<V,
E> Interface for the state holding model of the VisualizationViewer.Classes in edu.uci.ics.jung.visualization that implement ChangeEventSupportModifier and TypeClassDescriptionclass
A basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.class
A class that maintains many of the details necessary for creating visualizations of graphs.class
The model containing state values for visualizations of graphs.class
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 ChangeEventSupportModifier and TypeFieldDescriptionprotected ChangeEventSupport
BasicTransformer.changeSupport
protected ChangeEventSupport
BasicVisualizationServer.changeSupport
(package private) ChangeEventSupport
DefaultVisualizationModel.changeSupport
-
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.control
Classes in edu.uci.ics.jung.visualization.control that implement ChangeEventSupportModifier and TypeClassDescriptionclass
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 ChangeEventSupportModifier and TypeClassDescriptionclass
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 ChangeEventSupportModifier and TypeFieldDescriptionprotected ChangeEventSupport
ObservableCachingLayout.changeSupport
-
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.transform
Subinterfaces of ChangeEventSupport in edu.uci.ics.jung.visualization.transformModifier and TypeInterfaceDescriptioninterface
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 ChangeEventSupportModifier and TypeClassDescriptionclass
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 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 wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.class
Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.class
a complete decorator that wraps a MutableTransformer.Fields in edu.uci.ics.jung.visualization.transform declared as ChangeEventSupportModifier and TypeFieldDescriptionprotected 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 ChangeEventSupportModifier and TypeClassDescriptionclass
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.class
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 ChangeEventSupportModifier and TypeClassDescriptionclass
Basic implementation of ChangeEventSupport, using standard jdk classes