summaryrefslogtreecommitdiff
path: root/src/PlotMgt/PlotMgt_ImageDriver.cdl
blob: ea39e9375b07eda185ac83ea235b18e99359879a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-- File:      PlotMgt_ImageDriver.cdl
-- Created:   25-NOV-98
-- Author:    DCB
-- Copyright: Matra Datavision 1994

class ImageDriver from PlotMgt inherits PlotterDriver from PlotMgt

uses
  Plotter from PlotMgt

is
  Create(aPlotter : Plotter from PlotMgt;
         aName    : CString from Standard)
  returns mutable ImageDriver from PlotMgt;

  Create(aName : CString from Standard)
  returns mutable ImageDriver from PlotMgt;

  BeginDraw (me: mutable) is static;

  EndDraw (me: mutable; dontFlush: Boolean = Standard_False) is static;
   
end ImageDriver from PlotMgt;