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

Packages that use LabelBlock
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
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 LabelBlock in org.eclipse.birt.chart.event
 

Methods in org.eclipse.birt.chart.event with parameters of type LabelBlock
 java.lang.String TextRenderEvent.updateFrom(LabelBlock lb, double dScale, RunTimeContext rtc)
          Updates the event by given LabelBlock object.
 

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

Subinterfaces of LabelBlock in org.eclipse.birt.chart.model.layout
 interface TitleBlock
          A representation of the model object 'Title Block'.
 

Methods in org.eclipse.birt.chart.model.layout that return LabelBlock
 LabelBlock LabelBlock.copyInstance()
          A convenient method to get an instance copy.
 LabelBlock LayoutFactory.createLabelBlock()
          Returns a new object of class 'Label Block'.
 

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

Classes in org.eclipse.birt.chart.model.layout.impl that implement LabelBlock
 class LabelBlockImpl
          An implementation of the model object ' Label Block'.
 class TitleBlockImpl
          An implementation of the model object 'Title Block'.
 

Methods in org.eclipse.birt.chart.model.layout.impl that return LabelBlock
 LabelBlock LabelBlockImpl.copyInstance()
          A convenient method to get an instance copy.
static LabelBlock LabelBlockImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
 LabelBlock LayoutFactoryImpl.createLabelBlock()
           
 



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