站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual.graph.layout (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Package org.netbeans.api.visual.graph.layout

This package contains built-in graph-oriented layout algorithms.

See:
          Description

Interface Summary
GraphLayoutListener<N,E>  
 

Class Summary
GraphLayout<N,E> This class represents a graph-orinted layout.
GridGraphLayout<N,E> This class represents a graph-oriented layout which organizes nodes into a grid.
TreeGraphLayout<N,E> This class supplies the tree graph-oriented layout for a GraphScene.
UniversalGraph<N,E> This interface represents an universal graph.
 

Package org.netbeans.api.visual.graph.layout Description

This package contains built-in graph-oriented layout algorithms. This layout is not related with widget-oriented layout in org.netbeans.api.visual.layout package. There is GraphLayout class which is used for defining a graph layout. The layout implementation does not have be based this class but it would make its integration with the rest of the library easier.


org.netbeans.api.visual 2.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.