blob: 93d2334c176885c807459a58dd705d77628de5ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
-- File: PXCAFDoc_Color.cdl
-- Created: Wed Aug 16 12:08:45 2000
-- Author: data exchange team
-- <det@strelox.nnov.matra-dtv.fr>
---Copyright: Matra Datavision 2000
class Color from PXCAFDoc inherits Attribute from PDF
---Purpose:
uses
Color from Quantity
is
Create returns mutable Color from PXCAFDoc;
Create (Loc: Color from Quantity) returns mutable Color from PXCAFDoc;
Set (me: mutable; Loc: Color from Quantity);
Get (me) returns Color from Quantity;
fields
myColor : Color from Quantity;
end Color;
|