summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/CoordinateSystemType.idl
blob: 582c350fb222630c14df97c14a7c98c831da8c43 (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
28
29
30
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef com_sun_star_chart2_CoordinateSystemType_idl
#define com_sun_star_chart2_CoordinateSystemType_idl


module com {  module sun {  module star {  module chart2 {

/**
<p>
The service CoordinateSystemType represents a special type of coordinate system.
For example a 2 dimensional Cartesian coordinate system is a CoordinateSystemType
and different from for example a 3 dimensional spherical coordinate system.
</p>
<p>A CoordinateSystemType is a stateless service which has no owner and does not
enable cyclic references, thus it's lifetime can be handled by reference or it
may be implemented as a singleton.</p>
*/

service CoordinateSystemType
{
    /** required interface
    */
//  interface ::com::sun::star::chart2::XCoordinateSystemType;
};

}; }; }; };

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */