Uses of Class
prefuse.action.layout.Orientation

Packages that use Orientation
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. 
 

Uses of Orientation in prefuse.action.layout
 

Methods in prefuse.action.layout that return Orientation
 Orientation StackedAreaChart.getOrientation()
          Returns the orientation of this layout.
 Orientation CollapsedSubtreeLayout.getOrientation()
          Get the layout orientation, determining which point nodes will collapse or expand from.
 Orientation CollapsedStackLayout.getOrientation()
          Returns the orientation of this layout.
static Orientation Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Orientation[] Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in prefuse.action.layout with parameters of type Orientation
 void StackedAreaChart.setOrientation(Orientation orient)
          Sets the orientation of this layout.
 void CollapsedSubtreeLayout.setOrientation(Orientation orientation)
          Set the layout orientation, determining which point nodes will collapse or expand from.
 void CollapsedStackLayout.setOrientation(Orientation orient)
          Sets the orientation of this layout.
 

Constructors in prefuse.action.layout with parameters of type Orientation
CollapsedSubtreeLayout(java.lang.String group, Orientation orientation)
          Create a new CollapsedSubtreeLayout.
 

Uses of Orientation in prefuse.action.layout.graph
 

Methods in prefuse.action.layout.graph that return Orientation
 Orientation NodeLinkTreeLayout.getOrientation()
          Get the orientation of the tree layout.
 

Methods in prefuse.action.layout.graph with parameters of type Orientation
 void NodeLinkTreeLayout.setOrientation(Orientation orientation)
          Set the orientation of the tree layout.
 

Constructors in prefuse.action.layout.graph with parameters of type Orientation
NodeLinkTreeLayout(java.lang.String group, Orientation orientation, double dspace, double bspace, double tspace)
          Create a new NodeLinkTreeLayout.
 



Copyright © 2008 Regents of the University of California