summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/CoordinateSystemType.idl
blob: faba718fe384f29bd552c8f1704887e5b8e24706 (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
31
32
33
34
35
36
#ifndef com_sun_star_chart2_CoordinateSystemType_idl
#define com_sun_star_chart2_CoordinateSystemType_idl

// #ifndef com_sun_star_chart2_XCoordinateSystemType_idl
// #include <com/sun/star/chart2/XCoordinateSystemType.idl>
// #endif

//=============================================================================

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