| 
 | org.netbeans.api.visual 2.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PointShape
Represents a point shape. Usually used for control points and end points of a connection widget.
| Field Summary | |
|---|---|
| static PointShape | NONEThe empty point shape. | 
| static PointShape | SQUARE_FILLED_BIGThe 8px big filled-square shape. | 
| static PointShape | SQUARE_FILLED_SMALLThe 6px big filled-square shape. | 
| Method Summary | |
|---|---|
|  int | getRadius()Returns a radius of the shape. | 
|  void | paint(Graphics2D graphics)Renders a shape into the graphics instance | 
| Field Detail | 
|---|
static final PointShape NONE
static final PointShape SQUARE_FILLED_BIG
static final PointShape SQUARE_FILLED_SMALL
| Method Detail | 
|---|
int getRadius()
void paint(Graphics2D graphics)
graphics - | 
 | org.netbeans.api.visual 2.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||