public interface AlgorithmsFactory
extends org.eclipse.emf.ecore.EFactory
AlgorithmsPackage
Modifier and Type | Field and Description |
---|---|
static AlgorithmsFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final AlgorithmsFactory eINSTANCE
Polyline createPolyline()
Ellipse createEllipse()
Text createText()
Polygon createPolygon()
Rectangle createRectangle()
RoundedRectangle createRoundedRectangle()
Image createImage()
PlatformGraphicsAlgorithm createPlatformGraphicsAlgorithm()
MultiText createMultiText()
AlgorithmsPackage getAlgorithmsPackage()