|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.tools.edit.behaviour.ShapeCreationBehaviour.ShapeFactory
public abstract static class ShapeCreationBehaviour.ShapeFactory
creates a shape upon request.
Constructor Summary | |
---|---|
ShapeCreationBehaviour.ShapeFactory()
|
Method Summary | |
---|---|
abstract java.awt.geom.GeneralPath |
create(int width,
int height)
Creates a GeneralPath with the top left corner at 0,0 and a total width and height as indicated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeCreationBehaviour.ShapeFactory()
Method Detail |
---|
public abstract java.awt.geom.GeneralPath create(int width, int height)
width
- width of path createdheight
- height of path created
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |