Uses of Class
prefuse.action.layout.Layout

Packages that use Layout
prefuse.action.distortion Actions modules which distort the presentation space to support enhanced navigation and browsing. 
prefuse.action.layout Action modules providing layout algorithms for use by prefuse visualizations. 
prefuse.action.layout.graph Action modules for computing the layout of graph or tree structured data. 
prefuse.controls Control modules for incorporating interaction in prefuse Displays. 
 

Uses of Layout in prefuse.action.distortion
 

Subclasses of Layout in prefuse.action.distortion
 class BifocalDistortion
           Computes a bifocal distortion of space, magnifying a focus region of space and uniformly demagnifying the rest of the space.
 class Distortion
          Abstract base class providing a structure for space-distortion techniques.
 class FisheyeDistortion
           Computes a graphical fisheye distortion of a graph view.
 

Uses of Layout in prefuse.action.layout
 

Subclasses of Layout in prefuse.action.layout
 class AxisLabelLayout
          Layout Action that positions axis grid lines and labels for a given range model.
 class AxisLayout
          Layout Action that assigns positions along a single dimension (either x or y) according to a specified data field.
 class CircleLayout
          Layout action that positions visual items along a circle.
 class CollapsedStackLayout
          Layout Action that updates the outlines of polygons in a stacked line chart, properly setting the coordinates of "collapsed" stacks.
 class CollapsedSubtreeLayout
          Layout Action that sets the positions for newly collapsed or newly expanded nodes of a tree.
 class GridLayout
          Implements a uniform grid-based layout.
 class RandomLayout
          Performs a random layout of items within the layout bounds.
 class SpecifiedLayout
          Layout Action that sets x, y coordinates for a visual item by simply looking them up from another data field.
 class StackedAreaChart
          Layout Action that computes a stacked area chart, in which a series of data values are consecutively stacked on top of each other.
 

Uses of Layout in prefuse.action.layout.graph
 

Subclasses of Layout in prefuse.action.layout.graph
 class BalloonTreeLayout
          Layout that computes a circular "balloon-tree" layout of a tree.
 class ForceDirectedLayout
          Layout that positions graph elements based on a physics simulation of interacting forces; by default, nodes repel each other, edges act as springs, and drag forces (similar to air resistance) are applied.
 class FruchtermanReingoldLayout
          Layout instance implementing the Fruchterman-Reingold algorithm for force-directed placement of graph nodes.
 class NodeLinkTreeLayout
          TreeLayout that computes a tidy layout of a node-link tree diagram.
 class RadialTreeLayout
          TreeLayout instance that computes a radial layout, laying out subsequent depth levels of a tree on circles of progressively increasing radius.
 class SquarifiedTreeMapLayout
           TreeLayout instance computing a TreeMap layout that optimizes for low aspect ratios of visualized tree nodes.
 class TreeLayout
          Abstract base class providing convenience methods for tree layout algorithms.
 

Uses of Layout in prefuse.controls
 

Constructors in prefuse.controls with parameters of type Layout
AnchorUpdateControl(Layout layout)
          Create a new AnchorUpdateControl.
AnchorUpdateControl(Layout[] layout, java.lang.String action)
          Create a new AnchorUpdateControl.
AnchorUpdateControl(Layout[] layout, java.lang.String action, boolean overItem)
          Create a new AnchorUpdateControl.
AnchorUpdateControl(Layout layout, java.lang.String action)
          Create a new AnchorUpdateControl.
AnchorUpdateControl(Layout layout, java.lang.String action, boolean overItem)
          Create a new AnchorUpdateControl.
 



Copyright © 2007 Regents of the University of California