|
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 |
NONE
The empty point shape. |
static PointShape |
SQUARE_FILLED_BIG
The 8px big filled-square shape. |
static PointShape |
SQUARE_FILLED_SMALL
The 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 |