Uses of Interface
org.eclipse.birt.chart.model.layout.ClientArea

Packages that use ClientArea
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.model.layout.util This is a placeholder file for the org.eclipse.birt.chart.model.layout.util package. 
 

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

Methods in org.eclipse.birt.chart.model.layout that return ClientArea
 ClientArea LayoutFactory.createClientArea()
          Returns a new object of class 'Client Area'.
 ClientArea Plot.getClientArea()
          Returns the value of the 'Client Area' containment reference.
 ClientArea Legend.getClientArea()
          Returns the value of the 'Client Area' containment reference.
 

Methods in org.eclipse.birt.chart.model.layout with parameters of type ClientArea
 void Plot.setClientArea(ClientArea value)
          Sets the value of the 'Client Area' containment reference.
 void Legend.setClientArea(ClientArea value)
          Sets the value of the 'Client Area' containment reference.
 

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

Classes in org.eclipse.birt.chart.model.layout.impl that implement ClientArea
 class ClientAreaImpl
          An implementation of the model object 'Client Area'.
 

Methods in org.eclipse.birt.chart.model.layout.impl that return ClientArea
 ClientArea LayoutFactoryImpl.createClientArea()
           
 ClientArea LegendImpl.getClientArea()
           
 ClientArea PlotImpl.getClientArea()
           
 

Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type ClientArea
 org.eclipse.emf.common.notify.NotificationChain LegendImpl.basicSetClientArea(ClientArea newClientArea, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PlotImpl.basicSetClientArea(ClientArea newClientArea, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LegendImpl.setClientArea(ClientArea newClientArea)
           
 void PlotImpl.setClientArea(ClientArea newClientArea)
           
 

Uses of ClientArea in org.eclipse.birt.chart.model.layout.util
 

Methods in org.eclipse.birt.chart.model.layout.util with parameters of type ClientArea
 java.lang.Object LayoutSwitch.caseClientArea(ClientArea object)
          Returns the result of interpretting the object as an instance of 'Client Area'.
 



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