org.netbeans.api.visual 2.21.1

Uses of Class
org.netbeans.api.visual.anchor.AnchorShapeFactory.ConnectionEnd

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

Uses of AnchorShapeFactory.ConnectionEnd in org.netbeans.api.visual.anchor
 

Methods in org.netbeans.api.visual.anchor that return AnchorShapeFactory.ConnectionEnd
static AnchorShapeFactory.ConnectionEnd AnchorShapeFactory.ConnectionEnd.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnchorShapeFactory.ConnectionEnd[] AnchorShapeFactory.ConnectionEnd.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 AnchorShapeFactory.ConnectionEnd
static AnchorShape AnchorShapeFactory.createAdjustableAnchorShape(AnchorShape shape, ConnectionWidget owner, AnchorShapeFactory.ConnectionEnd referencingEnd, Widget attachedWidget)
          Creates a proxy AnchorShape that is used to adjust the location of an AnchorShape.
static AnchorShapeLocationResolver AnchorShapeFactory.createWidgetResolver(ConnectionWidget owner, AnchorShapeFactory.ConnectionEnd referencingEnd, Widget attachedWidget)
          Creates a AnchorShapeLocationResolver that uses a widget to resolve the AnchorsShapes location.
 


org.netbeans.api.visual 2.21.1

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