Uses of Interface
edu.uci.ics.jung.utils.ChangeEventSupport

Packages that use ChangeEventSupport
edu.uci.ics.jung.utils Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application. 
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.contrib These are additional layouts contributed by various users. 
edu.uci.ics.jung.visualization.control   
edu.uci.ics.jung.visualization.subLayout   
edu.uci.ics.jung.visualization.transform   
edu.uci.ics.jung.visualization.transform.shape   
scratch.scott   
 

Uses of ChangeEventSupport in edu.uci.ics.jung.utils
 

Classes in edu.uci.ics.jung.utils that implement ChangeEventSupport
 class DefaultChangeEventSupport
           
 

Uses of ChangeEventSupport in edu.uci.ics.jung.visualization
 

Subinterfaces of ChangeEventSupport in edu.uci.ics.jung.visualization
 interface PersistentLayout
          interface for PersistentLayout Also holds a nested class Point to serialize the Vertex locations
 interface VisualizationModel
          Interface for the state holding model of the VisualizationViewer.
 

Classes in edu.uci.ics.jung.visualization that implement ChangeEventSupport
 class AbstractLayout
          Implements some of the dirty work of writing a layout algorithm, allowing the user to express their major intent more simply.
 class DefaultVisualizationModel
          The model containing state values for visualizations of graphs.
 class FRLayout
          Implements the Fruchterman-Reingold algorithm for node layout.
 class ISOMLayout
          Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.
 class LayoutDecorator
          a pure decorator for the Layout interface.
 class PersistentLayoutImpl
          Implementation of PersistentLayout.
 class SpringLayout
          The SpringLayout package represents a visualization of a set of nodes.
 class StaticLayout
           
 class VisualizationViewer
          A class that maintains many of the details necessary for creating visualizations of graphs.
 

Fields in edu.uci.ics.jung.visualization declared as ChangeEventSupport
protected  ChangeEventSupport AbstractLayout.changeSupport
           
protected  ChangeEventSupport LayoutDecorator.changeSupport
           
protected  ChangeEventSupport PersistentLayoutImpl.changeSupport
           
protected  ChangeEventSupport VisualizationViewer.changeSupport
           
 

Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.contrib
 

Classes in edu.uci.ics.jung.visualization.contrib that implement ChangeEventSupport
 class CircleLayout
          Positions vertices equally spaced on a regular circle.
 class DAGLayout
           
 class KKLayout
          Implements the Kamada-Kawai algorithm for node layout.
 class KKLayoutInt
          Implements the Kamada-Kawai algorithm for node layout, tweaked to store vertex distances as integers.
 class TreeLayout
           
 

Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.control
 

Classes in edu.uci.ics.jung.visualization.control that implement ChangeEventSupport
 class SatelliteVisualizationViewer
          A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.
 

Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.subLayout
 

Classes in edu.uci.ics.jung.visualization.subLayout that implement ChangeEventSupport
 class SubLayoutDecorator
          Extends the base decorator class and overrides methods to cause the location methods to check with the sublayouts for location information
 

Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.transform
 

Subinterfaces of ChangeEventSupport in edu.uci.ics.jung.visualization.transform
 interface MutableTransformer
          Provides an API for the mutation of a transformer and for adding listeners for changes on the transformer
 

Classes in edu.uci.ics.jung.visualization.transform that implement ChangeEventSupport
 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
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
 class HyperbolicShapeTransformer
          HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeTransformer.
 class MagnifyShapeTransformer
          MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.
 

Uses of ChangeEventSupport in scratch.scott
 

Classes in scratch.scott that implement ChangeEventSupport
 class FastScalableMDS