|
org.netbeans.api.visual 2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||