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

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

org.netbeans.api.visual 2.2

Package org.netbeans.api.visual.graph

This package contains built-in graph-oriented models.

See:
          Description

Class Summary
GraphPinScene<N,E,P> This class holds and manages graph-oriented model.
GraphPinScene.StringGraph This class is a particular GraphPinScene where nodes, edges and pins are represented with String class.
GraphScene<N,E> This class holds and manages graph-oriented model.
GraphScene.StringGraph This class is a particular GraphScene where nodes and edges are represented with String class.
 

Package org.netbeans.api.visual.graph Description

This package contains built-in graph-oriented models. They are based on a ObjectScene class.

The GraphScene provides a model with nodes and edges. An edge can have a source and target node specified.

The GraphPinScene providers a model with nodes, pins and edges. A pin is always assigned to a node and an edge can have a source and target pin specified.


org.netbeans.api.visual 2.2

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