prefuse.action.layout.graph
Class BalloonTreeLayout.Params

java.lang.Object
  extended by prefuse.action.layout.graph.BalloonTreeLayout.Params
Enclosing class:
BalloonTreeLayout

public static class BalloonTreeLayout.Params
extends java.lang.Object

Wrapper class holding parameters used for each node in this layout.


Field Summary
 double a
           
 double c
           
 int d
           
 double f
           
 int r
           
 double rx
           
 double ry
           
 
Constructor Summary
BalloonTreeLayout.Params()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d

public int d

r

public int r

rx

public double rx

ry

public double ry

a

public double a

c

public double c

f

public double f
Constructor Detail

BalloonTreeLayout.Params

public BalloonTreeLayout.Params()


Copyright © 2007 Regents of the University of California