|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PictogramsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
PictogramsPackage
Field Summary | |
---|---|
static PictogramsFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
BoxRelativeAnchor |
createBoxRelativeAnchor()
Returns a new object of class 'Box Relative Anchor'. |
ChopboxAnchor |
createChopboxAnchor()
Returns a new object of class 'Chopbox Anchor'. |
Connection |
createConnection()
Returns a new object of class 'Connection'. |
ConnectionDecorator |
createConnectionDecorator()
Returns a new object of class 'Connection Decorator'. |
ContainerShape |
createContainerShape()
Returns a new object of class 'Container Shape'. |
Diagram |
createDiagram()
Returns a new object of class 'Diagram'. |
FixPointAnchor |
createFixPointAnchor()
Returns a new object of class 'Fix Point Anchor'. |
FreeFormConnection |
createFreeFormConnection()
Returns a new object of class 'Free Form Connection'. |
ManhattanConnection |
createManhattanConnection()
Returns a new object of class 'Manhattan Connection'. |
PictogramLink |
createPictogramLink()
Returns a new object of class 'Pictogram Link'. |
Shape |
createShape()
Returns a new object of class 'Shape'. |
PictogramsPackage |
getPictogramsPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final PictogramsFactory eINSTANCE
Method Detail |
---|
Shape createShape()
ContainerShape createContainerShape()
Diagram createDiagram()
Connection createConnection()
FixPointAnchor createFixPointAnchor()
BoxRelativeAnchor createBoxRelativeAnchor()
ChopboxAnchor createChopboxAnchor()
ConnectionDecorator createConnectionDecorator()
FreeFormConnection createFreeFormConnection()
ManhattanConnection createManhattanConnection()
PictogramLink createPictogramLink()
PictogramsPackage getPictogramsPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |