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 interfaceMultiLayerTransformerinterfaceVisualizationModel<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 classBasicTransformerA basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.classBasicVisualizationServer<V,E>A class that maintains many of the details necessary for creating visualizations of graphs.classDefaultVisualizationModel<V,E>The model containing state values for visualizations of graphs.classVisualizationImageServer<V,E>A 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 ChangeEventSupport Modifier and Type Field Description protected ChangeEventSupportBasicTransformer. changeSupportprotected ChangeEventSupportBasicVisualizationServer. 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 classSatelliteVisualizationViewer<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 classObservableCachingLayout<V,E>A 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 ChangeEventSupport Modifier and Type Field Description protected ChangeEventSupportObservableCachingLayout. 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 interfaceMutableTransformerProvides 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 classHyperbolicTransformerHyperbolicTransformer 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.classLensTransformerLensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.classMagnifyTransformerMagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.classMutableAffineTransformerProvides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.classMutableTransformerDecoratora complete decorator that wraps a MutableTransformer.Fields in edu.uci.ics.jung.visualization.transform declared as ChangeEventSupport Modifier and Type Field Description protected ChangeEventSupportMutableAffineTransformer. 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 classHyperbolicShapeTransformerHyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.classMagnifyShapeTransformerMagnifyShapeTransformer 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 classDefaultChangeEventSupportBasic implementation of ChangeEventSupport, using standard jdk classes
-