|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlgorithmsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
AlgorithmsPackage
Field Summary | |
---|---|
static AlgorithmsFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Ellipse |
createEllipse()
Returns a new object of class 'Ellipse'. |
Image |
createImage()
Returns a new object of class 'Image'. |
MultiText |
createMultiText()
Returns a new object of class 'Multi Text'. |
PlatformGraphicsAlgorithm |
createPlatformGraphicsAlgorithm()
Returns a new object of class 'Platform Graphics Algorithm'. |
Polygon |
createPolygon()
Returns a new object of class 'Polygon'. |
Polyline |
createPolyline()
Returns a new object of class 'Polyline'. |
Rectangle |
createRectangle()
Returns a new object of class 'Rectangle'. |
RoundedRectangle |
createRoundedRectangle()
Returns a new object of class 'Rounded Rectangle'. |
Text |
createText()
Returns a new object of class 'Text'. |
AlgorithmsPackage |
getAlgorithmsPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final AlgorithmsFactory eINSTANCE
Method Detail |
---|
Polyline createPolyline()
Ellipse createEllipse()
Text createText()
Polygon createPolygon()
Rectangle createRectangle()
RoundedRectangle createRoundedRectangle()
Image createImage()
PlatformGraphicsAlgorithm createPlatformGraphicsAlgorithm()
MultiText createMultiText()
AlgorithmsPackage getAlgorithmsPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |