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

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

org.netbeans.api.visual 2.2

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

Packages that use Anchor
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
org.netbeans.api.visual.anchor This package contains Anchor interface which is used by ConnectionWidget for defining its source and target point. 
org.netbeans.api.visual.vmd This package contains a VMD visualization style. 
org.netbeans.api.visual.widget This package contains Widget class. 
 

Uses of Anchor in org.netbeans.api.visual.action
 

Methods in org.netbeans.api.visual.action that return Anchor
 Anchor ReconnectDecorator.createFloatAnchor(Point location)
          Creates a floating anchor for a specified location when there is no replacement a widget
 Anchor ConnectDecorator.createFloatAnchor(Point location)
          Creates a floating anchor which will be used when the connection target is not attached to any widget.
 Anchor ReconnectDecorator.createReplacementWidgetAnchor(Widget replacementWidget)
          Creates an anchor for a specified replacement widget (of a connection source or target which is going to be reconnected).
 Anchor ConnectDecorator.createSourceAnchor(Widget sourceWidget)
          Creates a source anchor for a specified source widget.
 Anchor ConnectDecorator.createTargetAnchor(Widget targetWidget)
          Creates a target anchor for a specified target widget.
 

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

Methods in org.netbeans.api.visual.anchor that return Anchor
static Anchor AnchorFactory.createCenterAnchor(Widget widget)
          Creates an anchor with always computes a point in the center of specified widget.
static Anchor AnchorFactory.createCircularAnchor(Widget widget, int radius)
          Creates an anchor which computes a point as the one on a circle around specified widget.
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.
static Anchor AnchorFactory.createFixedAnchor(Point location)
          Creates a anchor with fixed scene location.
static Anchor AnchorFactory.createFreeRectangularAnchor(Widget widget, boolean includeBorders)
          Creates a free rectangular anchor.
static Anchor AnchorFactory.createProxyAnchor(StateModel model, Anchor... anchors)
          Creates a proxy anchor with delegates the computation one of specified anchors based on state in a model.
static Anchor AnchorFactory.createRectangularAnchor(Widget widget)
          Creates an anchor which computes a point as the one on the boundary of spacified widget.
static Anchor AnchorFactory.createRectangularAnchor(Widget widget, boolean includeBorders)
          Creates an anchor which computes a point as the one on the boundary of spacified widget.
 Anchor Anchor.Entry.getAttachedAnchor()
          Returns an anchor of a connection widget which relates to the entry.
 Anchor Anchor.Entry.getOppositeAnchor()
          Returns an anchor of a connection widget which is opposite to the related anchor
 

Methods in org.netbeans.api.visual.anchor with parameters of type Anchor
static Anchor AnchorFactory.createProxyAnchor(StateModel model, Anchor... anchors)
          Creates a proxy anchor with delegates the computation one of specified anchors based on state in a model.
 

Uses of Anchor in org.netbeans.api.visual.vmd
 

Subclasses of Anchor in org.netbeans.api.visual.vmd
 class VMDNodeAnchor
          This class represents a node anchor used in VMD visualization style.
 

Methods in org.netbeans.api.visual.vmd that return Anchor
 Anchor VMDPinWidget.createAnchor()
          Creates a horizontally oriented anchor similar to VMDNodeWidget.createAnchorPin
 Anchor VMDNodeWidget.createAnchorPin(Anchor anchor)
          Creates an extended pin anchor with an ability of reconnecting to the node anchor when the node is minimized.
 Anchor VMDNodeWidget.getNodeAnchor()
          Returns a node anchor.
 

Methods in org.netbeans.api.visual.vmd with parameters of type Anchor
 Anchor VMDNodeWidget.createAnchorPin(Anchor anchor)
          Creates an extended pin anchor with an ability of reconnecting to the node anchor when the node is minimized.
 

Uses of Anchor in org.netbeans.api.visual.widget
 

Methods in org.netbeans.api.visual.widget that return Anchor
 Anchor ConnectionWidget.getSourceAnchor()
          Returns a source anchor of the connection widget.
 Anchor ConnectionWidget.getTargetAnchor()
          Returns a target anchor of the connection widget.
 

Methods in org.netbeans.api.visual.widget with parameters of type Anchor
 void ConnectionWidget.setSourceAnchor(Anchor sourceAnchor)
          Sets a source anchor of the connection widget.
 void ConnectionWidget.setTargetAnchor(Anchor targetAnchor)
          Sets a target anchor of the connection widget.
 


org.netbeans.api.visual 2.2

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