|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnchorShape | |
---|---|
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 AnchorShape in org.netbeans.api.visual.anchor |
---|
Fields in org.netbeans.api.visual.anchor declared as AnchorShape | |
---|---|
static AnchorShape |
AnchorShape.NONE
The empty anchor shape. |
static AnchorShape |
AnchorShape.TRIANGLE_FILLED
The filled-triangle anchor shape. |
static AnchorShape |
AnchorShape.TRIANGLE_HOLLOW
The hollow-triangle anchor shape. |
static AnchorShape |
AnchorShape.TRIANGLE_OUT
The output-triangle anchor shape. |
Methods in org.netbeans.api.visual.anchor that return AnchorShape | |
---|---|
static AnchorShape |
AnchorShapeFactory.createImageAnchorShape(Image image)
Creates an image anchor shape. |
static AnchorShape |
AnchorShapeFactory.createImageAnchorShape(Image image,
boolean lineOriented)
Creates an image anchor shape with ability to specify line orientation. |
static AnchorShape |
AnchorShapeFactory.createTriangleAnchorShape(int size,
boolean filled,
boolean output)
Creates a triangular anchor shape. |
static AnchorShape |
AnchorShapeFactory.createTriangleAnchorShape(int size,
boolean filled,
boolean output,
int cutDistance)
Creates a triangular anchor shape. |
Uses of AnchorShape in org.netbeans.api.visual.widget |
---|
Methods in org.netbeans.api.visual.widget that return AnchorShape | |
---|---|
AnchorShape |
ConnectionWidget.getSourceAnchorShape()
Returns an anchor shape of the source of the connection widget. |
AnchorShape |
ConnectionWidget.getTargetAnchorShape()
Returns an anchor shape of the target of the connection widget. |
Methods in org.netbeans.api.visual.widget with parameters of type AnchorShape | |
---|---|
void |
ConnectionWidget.setSourceAnchorShape(AnchorShape sourceAnchorShape)
Sets the anchor shape of the source of the connection widget. |
void |
ConnectionWidget.setTargetAnchorShape(AnchorShape targetAnchorShape)
Sets the anchor shape of the target of the connection widget. |
|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |