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 TypeInterfaceDescriptioninterfaceinterfaceVisualizationModel<V,E> Interface for the state holding model of the VisualizationViewer.Classes in edu.uci.ics.jung.visualization that implement ChangeEventSupportModifier and TypeClassDescriptionclassA basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.classA class that maintains many of the details necessary for creating visualizations of graphs.classThe model containing state values for visualizations of graphs.classA class that could be used on the server side of a thin-client application.classVisualizationViewer<V,E> Adds mouse behaviors and tooltips to the graph visualization base classFields in edu.uci.ics.jung.visualization declared as ChangeEventSupportModifier and TypeFieldDescriptionprotected ChangeEventSupportBasicTransformer.changeSupportprotected ChangeEventSupportBasicVisualizationServer.changeSupport -
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.control
Classes in edu.uci.ics.jung.visualization.control that implement ChangeEventSupportModifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassA LayoutDecorator that fires ChangeEvents when certain methods are called.classPersistentLayoutImpl<V,E> Implementation of PersistentLayout.Fields in edu.uci.ics.jung.visualization.layout declared as ChangeEventSupportModifier and TypeFieldDescriptionprotected ChangeEventSupportObservableCachingLayout.changeSupport -
Uses of ChangeEventSupport in edu.uci.ics.jung.visualization.transform
Subinterfaces of ChangeEventSupport in edu.uci.ics.jung.visualization.transformModifier and TypeInterfaceDescriptioninterfaceProvides 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 TypeClassDescriptionclassHyperbolicTransformer 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.classLensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.classMagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.classProvides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.classa complete decorator that wraps a MutableTransformer.Fields in edu.uci.ics.jung.visualization.transform declared as ChangeEventSupportModifier and TypeFieldDescriptionprotected ChangeEventSupportMutableAffineTransformer.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 TypeClassDescriptionclassHyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.classMagnifyShapeTransformer 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 TypeClassDescriptionclassBasic implementation of ChangeEventSupport, using standard jdk classes