Package edu.uci.ics.jung.visualization.transform


package edu.uci.ics.jung.visualization.transform

Visualization mechanisms related to transformations, including lens effects.

  • Class
    Description
    A class to make it easy to add an examining lens to a jung graph application.
    the background for the hyperbolic projection
    the background for the hyperbolic projection
    Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.
    Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
    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.
    A class to make it easy to add an examining lens to a jung graph application.
    basic API for implementing lens projection support
    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.
    MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.
    Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.
    Provides an API for the mutation of a Function and for adding listeners for changes on the Function
    a complete decorator that wraps a MutableTransformer.