Code Search for Developers
 
 
  

org.eclipse.birt.chart.engine.xservers.html from BIRT at Krugle


Show org.eclipse.birt.chart.engine.xservers.html syntax highlighted

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Contains definition of chart XServers</title>
<style>@import url("file:/c:/Program Files/eclipse3.1/plugins/org.eclipse.sdk_3.1.0/book.css");</style>
<style>@import url("file:/c:/Program Files/eclipse3.1/plugins/org.eclipse.platform.doc.isv_3.1.0/schema.css");</style>
</HEAD>
<BODY>
<H1><CENTER>Contains definition of chart XServers</CENTER></H1>
<p></p>
<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.birt.chart.engine.xservers<p></p>
<h6 class=CaptionFigColumn id=header>Since: </h6>1.0.0
<p></p>

<p>
<h6 class=CaptionFigColumn id=header>Description: </h6>Refer to the documentation provided for each extension point schema element</p>
<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
<p class=code id=dtd>&lt;!ELEMENT <a name="e.extension">extension</a> (<a href="#e.displayserver">displayserver</a>)&gt;</p>
<p class=code id=dtd>&lt;!ATTLIST extension</p>
<p class=code id=dtdAttlist>point&nbsp;CDATA #REQUIRED<p class=code id=dtdAttlist>id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class=code id=dtdAttlist>name&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
<p></p>
<ul class=ConfigMarkup id=attlistDesc>
</ul>
<br><p class=code id=dtd>&lt;!ELEMENT <a name="e.displayserver">displayserver</a> EMPTY&gt;</p>
<p class=code id=dtd>&lt;!ATTLIST displayserver</p>
<p class=code id=dtdAttlist>name&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class=code id=dtdAttlist>server&nbsp;CDATA #IMPLIED&gt;</p>
<p></p>
<p class=ConfigMarkup id=elementDesc>
A display server extension point specifies a mapping entry between a display server name against the display server implementing class name. Note that all display server implementations must subclass the base display server implementation provided i.e. org.eclipse.birt.chart.device.DisplayAdapter and override methods as needed. A display server provides generic services to a device renderer such as text metric information, device specific image loading and other system information.</p>
<br>
<ul class=ConfigMarkup id=attlistDesc>
<li><b>name</b> - The name of the display server refers to a tag used to locate the display server implementing class. The naming convention uses a prefix of 'ds.'. Examples of display server names are ds.SWT and ds.SWING</li>
<li><b>server</b> - The server attribute corresponds to the fully qualified class name that represents the implementing display server class. An example of the fully qualified display server class name is 'org.eclipse.birt.chart.device.swt.SwtDisplayServer'</li>
</ul>
<br><h6 class=CaptionFigColumn id=header>Examples: </h6><extension
         point="org.eclipse.birt.chart.engine.displayservers">
      <displayserver
            server="org.eclipse.birt.chart.device.swing.SwingDisplayServer"
            name="ds.SWING"/>
      <displayserver
            server="org.eclipse.birt.chart.device.swt.SwtDisplayServer"
            name="ds.SWT"/>
   </extension>
<p></p>

<h6 class=CaptionFigColumn id=header>API Information: </h6>Please refer to the javadocs for the IDisplayServer interface in the <i>org.eclipse.birt.chart.device</i> package.
<p></p>

<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>The <i>org.eclipse.birt.chart.device.extension</i> plug-in provides implementations of the DisplayServer extension point.
<p></p>

<br>
<p class=note id=copyright>
Copyright (c) 2004-2005 Actuate Corporation.
All rights reserved. This program and the accompanying materials are made available under the  terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
<p></p>

</p>
</BODY>
</HTML>




See more files for this project here

BIRT

BIRT is an open source, Eclipse-based reporting system that integrates with your application to produce compelling reports for both web and PDF.

Project homepage: http://www.eclipse.org/birt/phoenix/
Programming language(s): Java,XML
License: gpl2

  org.eclipse.birt.chart.engine.aggregatefunctions.html
  org.eclipse.birt.chart.engine.datasetprocessors.html
  org.eclipse.birt.chart.engine.devicerenderers.html
  org.eclipse.birt.chart.engine.renderers.html
  org.eclipse.birt.chart.engine.xservers.html