FilledNetDiagram.idl (d1766043) | FilledNetDiagram.idl (0d3a54ff) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 32 unchanged lines hidden (view full) --- 41 42 43//============================================================================= 44 45 module com { module sun { module star { module chart { 46 47//============================================================================= 48 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 32 unchanged lines hidden (view full) --- 41 42 43//============================================================================= 44 45 module com { module sun { module star { module chart { 46 47//============================================================================= 48 |
49/** specifies filled net diagrams. @since OOo 3.2 | 49/** specifies filled net diagrams. @since OpenOffice 3.2 |
50 51 <p>Net diagrams are also known as radar diagrams.</p> 52 */ 53published service FilledNetDiagram 54{ 55 service com::sun::star::chart::Diagram; 56 service com::sun::star::chart::ChartAxisXSupplier; 57 service com::sun::star::chart::ChartAxisYSupplier; 58 service com::sun::star::chart::StackableDiagram; 59}; 60 61//============================================================================= 62 63}; }; }; }; 64 65#endif | 50 51 <p>Net diagrams are also known as radar diagrams.</p> 52 */ 53published service FilledNetDiagram 54{ 55 service com::sun::star::chart::Diagram; 56 service com::sun::star::chart::ChartAxisXSupplier; 57 service com::sun::star::chart::ChartAxisYSupplier; 58 service com::sun::star::chart::StackableDiagram; 59}; 60 61//============================================================================= 62 63}; }; }; }; 64 65#endif |