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. 
 

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

Methods in org.eclipse.birt.chart.model.layout that return ClientArea
 ClientArea ClientArea.copyInstance()
          A convenient method to get an instance copy.
 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 ClientAreaImpl.copyInstance()
          A convenient method to get an instance copy.
static ClientArea ClientAreaImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
 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)
           
 



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