Contains definition of chart XServers

org.eclipse.birt.chart.engine.xservers

1.0.0

Refer to the documentation provided for each extension point schema element

<!ELEMENT extension (displayserver)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT displayserver EMPTY>

<!ATTLIST displayserver

name   CDATA #IMPLIED

server CDATA #IMPLIED>

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.



Please refer to the javadocs for the IDisplayServer interface in the org.eclipse.birt.chart.device package.

The org.eclipse.birt.chart.device.extension plug-in provides implementations of the DisplayServer extension point.