Uses of Interface
org.eclipse.birt.chart.model.attribute.Text

Packages that use Text
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
org.eclipse.birt.chart.model Contains the chart model interfaces that define the starting point for creating a new chart. 
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.component Represents a set of chart sub-components (as interfaces) that are used to build a complete chart. 
org.eclipse.birt.chart.model.component.impl Represents a set of chart sub-components (as core implementations) that are used to build a complete chart. 
org.eclipse.birt.chart.model.impl Represents the chart model implementation classes that define the starting point for creating a new chart. 
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 Text in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that return Text
 Text IGObjectFactory.copyOf(Text src)
           
 Text GObjectFactory.copyOf(Text src)
           
 Text IGObjectFactory.createText(java.lang.String sValue)
           
 Text GObjectFactory.createText(java.lang.String sValue)
           
 

Methods in org.eclipse.birt.chart.computation with parameters of type Text
 Text IGObjectFactory.copyOf(Text src)
           
 Text GObjectFactory.copyOf(Text src)
           
 

Uses of Text in org.eclipse.birt.chart.model
 

Methods in org.eclipse.birt.chart.model that return Text
 Text Chart.getDescription()
          Returns the value of the 'Description' containment reference.
 

Methods in org.eclipse.birt.chart.model with parameters of type Text
 void Chart.setDescription(Text value)
          Sets the value of the 'Description' containment reference.
 

Uses of Text in org.eclipse.birt.chart.model.attribute
 

Methods in org.eclipse.birt.chart.model.attribute that return Text
 Text Text.copyInstance()
          A convenient method to get an instance copy.
 Text AttributeFactory.createText()
          Returns a new object of class 'Text'.
 

Uses of Text in org.eclipse.birt.chart.model.attribute.impl
 

Classes in org.eclipse.birt.chart.model.attribute.impl that implement Text
 class TextImpl
          An implementation of the model object ' Text'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return Text
 Text TextImpl.copyInstance()
          A convenient method to get an instance copy.
static Text TextImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
static Text TextImpl.create(java.lang.String sValue)
          A convenience method provided to create a Text instance
 Text AttributeFactoryImpl.createText()
           
 

Uses of Text in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component that return Text
 Text Label.getCaption()
          Returns the value of the 'Caption' containment reference.
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Text
 void Label.setCaption(Text value)
          Sets the value of the 'Caption' containment reference.
 

Uses of Text in org.eclipse.birt.chart.model.component.impl
 

Methods in org.eclipse.birt.chart.model.component.impl that return Text
 Text LabelImpl.getCaption()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Text
 org.eclipse.emf.common.notify.NotificationChain LabelImpl.basicSetCaption(Text newCaption, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LabelImpl.setCaption(Text newCaption)
           
 

Uses of Text in org.eclipse.birt.chart.model.impl
 

Methods in org.eclipse.birt.chart.model.impl that return Text
 Text ChartImpl.getDescription()
           
 

Methods in org.eclipse.birt.chart.model.impl with parameters of type Text
 org.eclipse.emf.common.notify.NotificationChain ChartImpl.basicSetDescription(Text newDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ChartImpl.setDescription(Text newDescription)
           
 

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

Methods in org.eclipse.birt.chart.model.layout that return Text
 Text Legend.getText()
          Returns the value of the 'Text' containment reference.
 

Methods in org.eclipse.birt.chart.model.layout with parameters of type Text
 void Legend.setText(Text value)
          Sets the value of the 'Text' containment reference.
 

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

Methods in org.eclipse.birt.chart.model.layout.impl that return Text
 Text LegendImpl.getText()
           
 

Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Text
 org.eclipse.emf.common.notify.NotificationChain LegendImpl.basicSetText(Text newText, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LegendImpl.setText(Text newText)
           
 



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