Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 3735

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<html>
<head>
<title>Module graphic</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimainself">Module</td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub">Nested Modules</td>
<td class="navisub"><a href="#Services" class="navisub">Services</a></td>
<td class="navisub">Singletons</td>
<td class="navisub"><a href="#Interfaces" class="navisub">Interfaces</a></td>
<td class="navisub">Structs</td>
<td class="navisub">Exceptions</td>
<td class="navisub">Enums</td>
<td class="navisub">Typedefs</td>
<td class="navisub"><a href="#ConstantGroups" class="navisub">Constant Groups</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: </p>
</td>
</tr>
<tr>
<td class="title">module graphic</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>Interfaces for graphic handling</dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Services"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Services</td>
</tr>
<tr>
<td class="imsum_left"><a href="Graphic.html">Graphic</a></td>
<td class="imsum_right">This service acts as a container for graphics

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="GraphicDescriptor.html">GraphicDescriptor</a></td>
<td class="imsum_right">This service describes all graphic properties that are available
 via the ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a> interface

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="GraphicObject.html">GraphicObject</a></td>
<td class="imsum_right">The <code>GraphicObject</code> service can be used to create <a href="XGraphicObject.html">XGraphicObject</a> instances.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="GraphicProvider.html">GraphicProvider</a></td>
<td class="imsum_right">Central service of the Graphic API that gives access to graphics
 of any kind

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="GraphicRendererVCL.html">GraphicRendererVCL</a></td>
<td class="imsum_right">Service that describes the necessary interfaces and properties
 to render a graphic container of <a href="XGraphic.html">XGraphic</a> type
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="MediaProperties.html">MediaProperties</a></td>
<td class="imsum_right">This service describes the properties that are used
 when using the <a href="XGraphicProvider.html">XGraphicProvider</a> interface methods
</td>
</tr>
</table>
<a name="Interfaces"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Interfaces</td>
</tr>
<tr>
<td class="imsum_left"><a href="XGraphic.html">XGraphic</a></td>
<td class="imsum_right">This interface acts as a container for the loaded graphic.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGraphicObject.html">XGraphicObject</a></td>
<td class="imsum_right"><code>XGraphicObject</code> objects represent in-memory image and graphic
 objects.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGraphicProvider.html">XGraphicProvider</a></td>
<td class="imsum_right">This interface acts as the main interface to handle graphic
 content. It is used to load graphics, store graphics and
 to get information about unloaded graphics
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGraphicRenderer.html">XGraphicRenderer</a></td>
<td class="imsum_right">This interfaces exposes just one method to render 
 a <a href="XGraphic.html">XGraphic</a> container
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGraphicTransformer.html">XGraphicTransformer</a></td>
<td class="imsum_right">This interface is allowing to transform a <a href="XGraphic.html">XGraphic</a>
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XPrimitive2D.html">XPrimitive2D</a></td>
<td class="imsum_right">XPrimitive2D interface

 This is the basic interface for 2D graphic primitives. They need to be able
 - to provide a decomposition consisting of simpler graphic primitives
 - to provide a 2D bound rectangle as a 2D range
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XPrimitive3D.html">XPrimitive3D</a></td>
<td class="imsum_right">XPrimitive3D interface

 This is the basic interface for graphic 3D primitives. They need to be able
 - to provide a decomposition consisting of simpler graphic primitives
 - to provide a 3D bound rectangle as a 3D range
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XPrimitiveFactory2D.html">XPrimitiveFactory2D</a></td>
<td class="imsum_right">XPrimitiveFactory2D interface

 Use this interface to generate XPrimitive2D instances
 </td>
</tr>
</table>
<a name="ConstantGroups"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constant Groups</td>
</tr>
<tr>
<td class="imsum_left"><a href="GraphicColorMode.html">GraphicColorMode</a></td>
<td class="imsum_right">describes different color modes which can be specified when requesting a graphic.
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="GraphicType.html">GraphicType</a></td>
<td class="imsum_right">Constants that describe the type of graphic
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>