Uses of Interface
org.eclipse.birt.chart.device.IDisplayServer

Packages that use IDisplayServer
org.eclipse.birt.chart.device Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. 
org.eclipse.birt.chart.factory Contains classes and interfaces used in the chart building and generation phase. 
org.eclipse.birt.chart.model.layout Contains a layout manager capable of arranging a set of blocks associated with the chart representation. 
org.eclipse.birt.chart.model.layout.impl Contains core class implementations for blocks associated with the chart representation. 
org.eclipse.birt.chart.render Contains classes that represent the core plot rendering framework. 
 

Uses of IDisplayServer in org.eclipse.birt.chart.device
 

Classes in org.eclipse.birt.chart.device that implement IDisplayServer
 class DisplayAdapter
          A no-op adapter implementation for the IDisplayServerinterface definition.
 

Methods in org.eclipse.birt.chart.device that return IDisplayServer
 IDisplayServer IDeviceRenderer.getDisplayServer()
          Returns an instance of the low level display server capable of providing text metrics, screen resolution, etc.
 IDisplayServer DeviceAdapter.getDisplayServer()
           
 

Uses of IDisplayServer in org.eclipse.birt.chart.factory
 

Methods in org.eclipse.birt.chart.factory that return IDisplayServer
 IDisplayServer GeneratedChartState.getDisplayServer()
          Returns an instance of a display server used in building the chart content.
 

Methods in org.eclipse.birt.chart.factory with parameters of type IDisplayServer
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, org.eclipse.birt.chart.script.IExternalContext externalContext, RunTimeContext rtc)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, org.eclipse.birt.chart.script.IExternalContext externalContext, RunTimeContext rtc, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 

Uses of IDisplayServer in org.eclipse.birt.chart.model.layout
 

Methods in org.eclipse.birt.chart.model.layout with parameters of type IDisplayServer
 Size Block.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
          Computes and returns the size of the title block based on the text content and its attributes
 

Uses of IDisplayServer in org.eclipse.birt.chart.model.layout.impl
 

Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type IDisplayServer
 Size BlockImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 Size LegendImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 Size LabelBlockImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 

Uses of IDisplayServer in org.eclipse.birt.chart.render
 

Methods in org.eclipse.birt.chart.render that return IDisplayServer
 IDisplayServer BaseRenderer.getXServer()
           
 

Methods in org.eclipse.birt.chart.render with parameters of type IDisplayServer
 void BaseRenderer.set(IDisplayServer _xs)
          Sets the diplay server for current renderer.
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.