Generation Framework

org.eclipse.gmf.gmfgraph
Interface GMFGraphFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
GMFGraphFactoryImpl

public interface GMFGraphFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
GMFGraphPackage
** Generated **

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

eINSTANCE

public static final GMFGraphFactory eINSTANCE
The singleton instance of the factory.

** Generated **
Method Detail

createCanvas

public Canvas createCanvas()
Returns a new object of class 'Canvas'.

Returns:
a new object of class 'Canvas'.
** Generated **

createFigureGallery

public FigureGallery createFigureGallery()
Returns a new object of class 'Figure Gallery'.

Returns:
a new object of class 'Figure Gallery'.
** Generated **

createNode

public Node createNode()
Returns a new object of class 'Node'.

Returns:
a new object of class 'Node'.
** Generated **

createConnection

public Connection createConnection()
Returns a new object of class 'Connection'.

Returns:
a new object of class 'Connection'.
** Generated **

createCompartment

public Compartment createCompartment()
Returns a new object of class 'Compartment'.

Returns:
a new object of class 'Compartment'.
** Generated **

createDiagramLabel

public DiagramLabel createDiagramLabel()
Returns a new object of class 'Diagram Label'.

Returns:
a new object of class 'Diagram Label'.
** Generated **

createGeneralFacet

public GeneralFacet createGeneralFacet()
Returns a new object of class 'General Facet'.

Returns:
a new object of class 'General Facet'.
** Generated **

createAlignmentFacet

public AlignmentFacet createAlignmentFacet()
Returns a new object of class 'Alignment Facet'.

Returns:
a new object of class 'Alignment Facet'.
** Generated **

createGradientFacet

public GradientFacet createGradientFacet()
Returns a new object of class 'Gradient Facet'.

Returns:
a new object of class 'Gradient Facet'.
** Generated **

createLabelOffsetFacet

public LabelOffsetFacet createLabelOffsetFacet()
Returns a new object of class 'Label Offset Facet'.

Returns:
a new object of class 'Label Offset Facet'.
** Generated **

createFigureRef

public FigureRef createFigureRef()
Returns a new object of class 'Figure Ref'.

Returns:
a new object of class 'Figure Ref'.
** Generated **

createLabel

public Label createLabel()
Returns a new object of class 'Label'.

Returns:
a new object of class 'Label'.
** Generated **

createLabeledContainer

public LabeledContainer createLabeledContainer()
Returns a new object of class 'Labeled Container'.

Returns:
a new object of class 'Labeled Container'.
** Generated **

createRectangle

public Rectangle createRectangle()
Returns a new object of class 'Rectangle'.

Returns:
a new object of class 'Rectangle'.
** Generated **

createRoundedRectangle

public RoundedRectangle createRoundedRectangle()
Returns a new object of class 'Rounded Rectangle'.

Returns:
a new object of class 'Rounded Rectangle'.
** Generated **

createEllipse

public Ellipse createEllipse()
Returns a new object of class 'Ellipse'.

Returns:
a new object of class 'Ellipse'.
** Generated **

createPolyline

public Polyline createPolyline()
Returns a new object of class 'Polyline'.

Returns:
a new object of class 'Polyline'.
** Generated **

createPolygon

public Polygon createPolygon()
Returns a new object of class 'Polygon'.

Returns:
a new object of class 'Polygon'.
** Generated **

createPolylineConnection

public PolylineConnection createPolylineConnection()
Returns a new object of class 'Polyline Connection'.

Returns:
a new object of class 'Polyline Connection'.
** Generated **

createPolylineDecoration

public PolylineDecoration createPolylineDecoration()
Returns a new object of class 'Polyline Decoration'.

Returns:
a new object of class 'Polyline Decoration'.
** Generated **

createPolygonDecoration

public PolygonDecoration createPolygonDecoration()
Returns a new object of class 'Polygon Decoration'.

Returns:
a new object of class 'Polygon Decoration'.
** Generated **

createCustomFigure

public CustomFigure createCustomFigure()
Returns a new object of class 'Custom Figure'.

Returns:
a new object of class 'Custom Figure'.
** Generated **

createCustomDecoration

public CustomDecoration createCustomDecoration()
Returns a new object of class 'Custom Decoration'.

Returns:
a new object of class 'Custom Decoration'.
** Generated **

createCustomConnection

public CustomConnection createCustomConnection()
Returns a new object of class 'Custom Connection'.

Returns:
a new object of class 'Custom Connection'.
** Generated **

createRGBColor

public RGBColor createRGBColor()
Returns a new object of class 'RGB Color'.

Returns:
a new object of class 'RGB Color'.
** Generated **

createConstantColor

public ConstantColor createConstantColor()
Returns a new object of class 'Constant Color'.

Returns:
a new object of class 'Constant Color'.
** Generated **

createBasicFont

public BasicFont createBasicFont()
Returns a new object of class 'Basic Font'.

Returns:
a new object of class 'Basic Font'.
** Generated **

createPoint

public Point createPoint()
Returns a new object of class 'Point'.

Returns:
a new object of class 'Point'.
** Generated **

createDimension

public Dimension createDimension()
Returns a new object of class 'Dimension'.

Returns:
a new object of class 'Dimension'.
** Generated **

createInsets

public Insets createInsets()
Returns a new object of class 'Insets'.

Returns:
a new object of class 'Insets'.
** Generated **

createLineBorder

public LineBorder createLineBorder()
Returns a new object of class 'Line Border'.

Returns:
a new object of class 'Line Border'.
** Generated **

createMarginBorder

public MarginBorder createMarginBorder()
Returns a new object of class 'Margin Border'.

Returns:
a new object of class 'Margin Border'.
** Generated **

createCompoundBorder

public CompoundBorder createCompoundBorder()
Returns a new object of class 'Compound Border'.

Returns:
a new object of class 'Compound Border'.
** Generated **

createCustomBorder

public CustomBorder createCustomBorder()
Returns a new object of class 'Custom Border'.

Returns:
a new object of class 'Custom Border'.
** Generated **

createCustomLayoutData

public CustomLayoutData createCustomLayoutData()
Returns a new object of class 'Custom Layout Data'.

Returns:
a new object of class 'Custom Layout Data'.
** Generated **

createGridLayoutData

public GridLayoutData createGridLayoutData()
Returns a new object of class 'Grid Layout Data'.

Returns:
a new object of class 'Grid Layout Data'.
** Generated **

createBorderLayoutData

public BorderLayoutData createBorderLayoutData()
Returns a new object of class 'Border Layout Data'.

Returns:
a new object of class 'Border Layout Data'.
** Generated **

createCustomLayout

public CustomLayout createCustomLayout()
Returns a new object of class 'Custom Layout'.

Returns:
a new object of class 'Custom Layout'.
** Generated **

createGridLayout

public GridLayout createGridLayout()
Returns a new object of class 'Grid Layout'.

Returns:
a new object of class 'Grid Layout'.
** Generated **

createBorderLayout

public BorderLayout createBorderLayout()
Returns a new object of class 'Border Layout'.

Returns:
a new object of class 'Border Layout'.
** Generated **

createCustomAttribute

public CustomAttribute createCustomAttribute()
Returns a new object of class 'Custom Attribute'.

Returns:
a new object of class 'Custom Attribute'.
** Generated **

createFigureAccessor

public FigureAccessor createFigureAccessor()
Returns a new object of class 'Figure Accessor'.

Returns:
a new object of class 'Figure Accessor'.
** Generated **

createFlowLayout

public FlowLayout createFlowLayout()
Returns a new object of class 'Flow Layout'.

Returns:
a new object of class 'Flow Layout'.
** Generated **

createXYLayout

public XYLayout createXYLayout()
Returns a new object of class 'XY Layout'.

Returns:
a new object of class 'XY Layout'.
** Generated **

createXYLayoutData

public XYLayoutData createXYLayoutData()
Returns a new object of class 'XY Layout Data'.

Returns:
a new object of class 'XY Layout Data'.
** Generated **

createStackLayout

public StackLayout createStackLayout()
Returns a new object of class 'Stack Layout'.

Returns:
a new object of class 'Stack Layout'.
** Generated **

getGMFGraphPackage

public GMFGraphPackage getGMFGraphPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
** Generated **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.