org.netbeans.api.visual 2.28.1

Uses of Class
org.netbeans.api.visual.anchor.AnchorFactory.DirectionalAnchorKind

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

Uses of AnchorFactory.DirectionalAnchorKind in org.netbeans.api.visual.anchor
 

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

Methods in org.netbeans.api.visual.anchor with parameters of type AnchorFactory.DirectionalAnchorKind
static Anchor AnchorFactory.createDirectionalAnchor(Widget widget, AnchorFactory.DirectionalAnchorKind kind)
          Creates a directional anchor with computes a point as the one in the middle of the boundary side of specified widget.
static Anchor AnchorFactory.createDirectionalAnchor(Widget widget, AnchorFactory.DirectionalAnchorKind kind, int gap)
          Creates a directional anchor with computes a point as the one in the middle of the boundary side of specified widget.
 


org.netbeans.api.visual 2.28.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.