Uses of Interface
org.eclipse.birt.chart.model.layout.ClientArea
Packages that use ClientArea
Package
Description
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
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 ClientAreaModifier and TypeMethodDescriptionClientArea.copyInstance()
LayoutFactory.createClientArea()
Returns a new object of class 'Client Area'.Legend.getClientArea()
Returns the value of the 'Client Area' containment reference.Plot.getClientArea()
Returns the value of the 'Client Area' containment reference.Methods in org.eclipse.birt.chart.model.layout with parameters of type ClientAreaModifier and TypeMethodDescriptionvoid
Legend.setClientArea
(ClientArea value) Sets the value of the 'Client Area
' containment reference.void
Plot.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 ClientAreaModifier and TypeClassDescriptionclass
An implementation of the model object 'Client Area'.Methods in org.eclipse.birt.chart.model.layout.impl that return ClientAreaModifier and TypeMethodDescriptionClientAreaImpl.copyInstance()
LayoutFactoryImpl.createClientArea()
LegendImpl.getClientArea()
PlotImpl.getClientArea()
Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type ClientAreaModifier and TypeMethodDescriptionorg.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)