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

Uses of Class org.netbeans.api.visual.anchor.Anchor.Direction (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Uses of Class
org.netbeans.api.visual.anchor.Anchor.Direction

Packages that use Anchor.Direction
org.netbeans.api.visual.anchor This package contains Anchor interface which is used by ConnectionWidget for defining its source and target point. 
 

Uses of Anchor.Direction in org.netbeans.api.visual.anchor
 

Fields in org.netbeans.api.visual.anchor with type parameters of type Anchor.Direction
static EnumSet<Anchor.Direction> Anchor.DIRECTION_ANY
          The set of all orthogonal directions.
 

Methods in org.netbeans.api.visual.anchor that return Anchor.Direction
static Anchor.Direction Anchor.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Anchor.Direction[] Anchor.Direction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.netbeans.api.visual.anchor that return types with arguments of type Anchor.Direction
 EnumSet<Anchor.Direction> Anchor.Result.getDirections()
          Returns possible directions of an anchor.
 

Constructors in org.netbeans.api.visual.anchor with parameters of type Anchor.Direction
Anchor.Result(Point anchorSceneLocation, Anchor.Direction direction)
          Creates a result with calculated scene location and single direction.
 

Constructor parameters in org.netbeans.api.visual.anchor with type arguments of type Anchor.Direction
Anchor.Result(Point anchorSceneLocation, EnumSet<Anchor.Direction> directions)
          Creates a result with calculated scene location and possible directions.
 


org.netbeans.api.visual 2.2

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