Package | Description |
---|---|
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. |
Modifier and Type | Field | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static PointShape |
PointShapeFactory.createImagePointShape(Image image) |
Creates an image point shape.
|
static PointShape |
PointShapeFactory.createPointShape(int size,
boolean filled) |
Creates a square shape.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.