|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.ShapeFactory
public final class ShapeFactory
Shapes factory.
Method Summary | |
---|---|
static Shape |
create(ShapeType shapeType)
Create and return new shape with the specified type. |
static com.arctorus.documents.CustomShape |
createCustomShape()
Create and return new custom shape. |
static Picture |
createPicture()
Create and return new picture shape. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final Shape create(ShapeType shapeType)
shapeType
- - type of a shape to create.public static final Picture createPicture()
public static com.arctorus.documents.CustomShape createCustomShape()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |