|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.visual.anchor.PointShapeFactory
public class PointShapeFactory
The factory class of all built-in point shapes. The instances of all built-in point shapes can be used multiple connection widgets.
Method Summary | |
---|---|
static PointShape |
createImagePointShape(Image image)
Creates an image point shape. |
static PointShape |
createPointShape(int size,
boolean filled)
Creates a square shape. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PointShape createPointShape(int size, boolean filled)
size
- the sizefilled
- if true, then the shape is filledpublic static PointShape createImagePointShape(Image image)
image
- the image
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |