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

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

org.netbeans.api.visual 2.2

Uses of Interface
org.netbeans.api.visual.anchor.PointShape

Packages that use PointShape
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.widget This package contains Widget class. 
 

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

Fields in org.netbeans.api.visual.anchor declared as PointShape
static PointShape PointShape.NONE
          The empty point shape.
static PointShape PointShape.SQUARE_FILLED_BIG
          The 8px big filled-square shape.
static PointShape PointShape.SQUARE_FILLED_SMALL
          The 6px big filled-square shape.
 

Methods in org.netbeans.api.visual.anchor that return PointShape
static PointShape PointShapeFactory.createImagePointShape(Image image)
          Creates an image point shape.
static PointShape PointShapeFactory.createPointShape(int size, boolean filled)
          Creates a square shape.
 

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

Methods in org.netbeans.api.visual.widget that return PointShape
 PointShape ConnectionWidget.getControlPointShape()
          Returns a point shape of control points of the connection widget.
 PointShape ConnectionWidget.getEndPointShape()
          Returns a point shape of end points of the connection widget.
 

Methods in org.netbeans.api.visual.widget with parameters of type PointShape
 void ConnectionWidget.setControlPointShape(PointShape controlPointShape)
          Sets a point shape of control points of the connection widget.
 void ConnectionWidget.setEndPointShape(PointShape endPointShape)
          Sets a point shape of end points 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.