Uses of Interface
edu.uci.ics.jung.visualization.util.ChangeEventSupport

Packages that use ChangeEventSupport
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.jai   
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. 
edu.uci.ics.jung.visualization3d   
edu.uci.ics.jung.visualization3d.layout   
 

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

Subinterfaces of ChangeEventSupport in edu.uci.ics.jung.visualization
 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
 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 class
 

Fields in edu.uci.ics.jung.visualization declared as ChangeEventSupport
protected  ChangeEventSupport BasicVisualizationServer.changeSupport
           
protected  ChangeEventSupport BasicTransformer.changeSupport
           
 

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

Classes in edu.uci.ics.jung.visualization.control that implement ChangeEventSupport
 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.jai
 

Classes in edu.uci.ics.jung.visualization.jai that implement ChangeEventSupport
 class PerspectiveShapeTransformer
          PerspectiveShapeTransformer extends PerspectiveTransformer and adds implementations for methods in ShapeTransformer.
 class PerspectiveTransformer
          PerspectiveTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a perspective projection of the graph points.
 

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

Classes in edu.uci.ics.jung.visualization.layout that implement ChangeEventSupport
 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
protected  ChangeEventSupport ObservableCachingLayout.changeSupport
           
 

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 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
 class DefaultChangeEventSupport
          Basic implementation of ChangeEventSupport, using standard jdk classes
 

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

Classes in edu.uci.ics.jung.visualization3d that implement ChangeEventSupport
 class PickVertexBehavior<V,E>
           
 

Uses of ChangeEventSupport in edu.uci.ics.jung.visualization3d.layout
 

Classes in edu.uci.ics.jung.visualization3d.layout that implement ChangeEventSupport
 class LayoutEventBroadcaster<V,E>
          A LayoutDecorator the fires ChangeEvents when certain methods are called.
 

Fields in edu.uci.ics.jung.visualization3d.layout declared as ChangeEventSupport
protected  ChangeEventSupport LayoutEventBroadcaster.changeSupport
           
 



Copyright © 2009. All Rights Reserved.