Interface ObjectDrawing

All Superinterfaces:
Drawing, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PictureDrawing, RectangleDrawing
All Known Subinterfaces:
ChartDrawing, ControlDrawing, DendrogramDrawing, GanttChartDrawing, GeographicalSchemaDrawing, PivotChartDrawing
All Known Implementing Classes:
ChartDrawingImpl, ControlDrawingImpl, DendrogramDrawingImpl, GanttChartDrawingImpl, GeographicalSchemaDrawingImpl, ObjectDrawingImpl, PivotChartDrawingImpl

public interface ObjectDrawing extends PictureDrawing
A representation of the model object 'Object Drawing'.

The following features are supported:

See Also:
  • Method Details

    • getObject

      org.eclipse.emf.ecore.EObject getObject()
      Returns the value of the 'Object' containment reference.
      Returns:
      the value of the 'Object' containment reference.
      See Also:
    • setObject

      void setObject(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Object' containment reference.
      Parameters:
      value - the new value of the 'Object' containment reference.
      See Also: