summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/CoordinateSystemType.idl
blob: 310da4e62c475fee860986c2c76029505b02c2ec (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
#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