|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Factory for the model. It provides a create method for each non-abstract class of the model.
GMFGraphPackage| Field Summary | |
static GMFGraphFactory |
eINSTANCE
The singleton instance of the factory |
| Method Summary | |
AlignmentFacet |
createAlignmentFacet()
Returns a new object of class 'Alignment Facet' |
BasicFont |
createBasicFont()
Returns a new object of class 'Basic Font' |
BorderLayout |
createBorderLayout()
Returns a new object of class 'Border Layout' |
BorderLayoutData |
createBorderLayoutData()
Returns a new object of class 'Border Layout Data' |
Canvas |
createCanvas()
Returns a new object of class 'Canvas' |
Compartment |
createCompartment()
Returns a new object of class 'Compartment' |
CompoundBorder |
createCompoundBorder()
Returns a new object of class 'Compound Border' |
Connection |
createConnection()
Returns a new object of class 'Connection' |
ConstantColor |
createConstantColor()
Returns a new object of class 'Constant Color' |
CustomAttribute |
createCustomAttribute()
Returns a new object of class 'Custom Attribute' |
CustomBorder |
createCustomBorder()
Returns a new object of class 'Custom Border' |
CustomConnection |
createCustomConnection()
Returns a new object of class 'Custom Connection' |
CustomDecoration |
createCustomDecoration()
Returns a new object of class 'Custom Decoration' |
CustomFigure |
createCustomFigure()
Returns a new object of class 'Custom Figure' |
CustomLayout |
createCustomLayout()
Returns a new object of class 'Custom Layout' |
CustomLayoutData |
createCustomLayoutData()
Returns a new object of class 'Custom Layout Data' |
DiagramLabel |
createDiagramLabel()
Returns a new object of class 'Diagram Label' |
Dimension |
createDimension()
Returns a new object of class 'Dimension' |
Ellipse |
createEllipse()
Returns a new object of class 'Ellipse' |
FigureAccessor |
createFigureAccessor()
Returns a new object of class 'Figure Accessor' |
FigureGallery |
createFigureGallery()
Returns a new object of class 'Figure Gallery' |
FigureRef |
createFigureRef()
Returns a new object of class 'Figure Ref' |
FlowLayout |
createFlowLayout()
Returns a new object of class 'Flow Layout' |
GeneralFacet |
createGeneralFacet()
Returns a new object of class 'General Facet' |
GradientFacet |
createGradientFacet()
Returns a new object of class 'Gradient Facet' |
GridLayout |
createGridLayout()
Returns a new object of class 'Grid Layout' |
GridLayoutData |
createGridLayoutData()
Returns a new object of class 'Grid Layout Data' |
Insets |
createInsets()
Returns a new object of class 'Insets' |
Label |
createLabel()
Returns a new object of class 'Label' |
LabeledContainer |
createLabeledContainer()
Returns a new object of class 'Labeled Container' |
LabelOffsetFacet |
createLabelOffsetFacet()
Returns a new object of class 'Label Offset Facet' |
LineBorder |
createLineBorder()
Returns a new object of class 'Line Border' |
MarginBorder |
createMarginBorder()
Returns a new object of class 'Margin Border' |
Node |
createNode()
Returns a new object of class 'Node' |
Point |
createPoint()
Returns a new object of class 'Point' |
Polygon |
createPolygon()
Returns a new object of class 'Polygon' |
PolygonDecoration |
createPolygonDecoration()
Returns a new object of class 'Polygon Decoration' |
Polyline |
createPolyline()
Returns a new object of class 'Polyline' |
PolylineConnection |
createPolylineConnection()
Returns a new object of class 'Polyline Connection' |
PolylineDecoration |
createPolylineDecoration()
Returns a new object of class 'Polyline Decoration' |
Rectangle |
createRectangle()
Returns a new object of class 'Rectangle' |
RGBColor |
createRGBColor()
Returns a new object of class 'RGB Color' |
RoundedRectangle |
createRoundedRectangle()
Returns a new object of class 'Rounded Rectangle' |
StackLayout |
createStackLayout()
Returns a new object of class 'Stack Layout' |
XYLayout |
createXYLayout()
Returns a new object of class 'XY Layout' |
XYLayoutData |
createXYLayoutData()
Returns a new object of class 'XY Layout Data' |
GMFGraphPackage |
getGMFGraphPackage()
Returns the package supported by this factory |
| Methods inherited from interface org.eclipse.emf.ecore.EFactory |
convertToString, create, createFromString, getEPackage, setEPackage |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
public static final GMFGraphFactory eINSTANCE
| Method Detail |
public Canvas createCanvas()
public FigureGallery createFigureGallery()
public Node createNode()
public Connection createConnection()
public Compartment createCompartment()
public DiagramLabel createDiagramLabel()
public GeneralFacet createGeneralFacet()
public AlignmentFacet createAlignmentFacet()
public GradientFacet createGradientFacet()
public LabelOffsetFacet createLabelOffsetFacet()
public FigureRef createFigureRef()
public Label createLabel()
public LabeledContainer createLabeledContainer()
public Rectangle createRectangle()
public RoundedRectangle createRoundedRectangle()
public Ellipse createEllipse()
public Polyline createPolyline()
public Polygon createPolygon()
public PolylineConnection createPolylineConnection()
public PolylineDecoration createPolylineDecoration()
public PolygonDecoration createPolygonDecoration()
public CustomFigure createCustomFigure()
public CustomDecoration createCustomDecoration()
public CustomConnection createCustomConnection()
public RGBColor createRGBColor()
public ConstantColor createConstantColor()
public BasicFont createBasicFont()
public Point createPoint()
public Dimension createDimension()
public Insets createInsets()
public LineBorder createLineBorder()
public MarginBorder createMarginBorder()
public CompoundBorder createCompoundBorder()
public CustomBorder createCustomBorder()
public CustomLayoutData createCustomLayoutData()
public GridLayoutData createGridLayoutData()
public BorderLayoutData createBorderLayoutData()
public CustomLayout createCustomLayout()
public GridLayout createGridLayout()
public BorderLayout createBorderLayout()
public CustomAttribute createCustomAttribute()
public FigureAccessor createFigureAccessor()
public FlowLayout createFlowLayout()
public XYLayout createXYLayout()
public XYLayoutData createXYLayoutData()
public StackLayout createStackLayout()
public GMFGraphPackage getGMFGraphPackage()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.