Uses of Interface
org.eclipse.birt.chart.model.attribute.Text
Packages that use Text
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains the chart model interfaces that define the starting point for creating
a new chart.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
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 Text in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return TextModifier and TypeMethodDescriptionGObjectFactory.createText
(String sValue) IGObjectFactory.createText
(String sValue) Methods in org.eclipse.birt.chart.computation with parameters of type Text -
Uses of Text in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return TextModifier and TypeMethodDescriptionChart.getDescription()
Returns the value of the 'Description' containment reference.Methods in org.eclipse.birt.chart.model with parameters of type TextModifier and TypeMethodDescriptionvoid
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 TextModifier and TypeMethodDescriptionText.copyInstance()
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 TextMethods in org.eclipse.birt.chart.model.attribute.impl that return TextModifier and TypeMethodDescriptionTextImpl.copyInstance()
A convenient method to get an instance copy.static final Text
A convenience method provided to create a Text instancestatic final Text
TextImpl.createDefault
(String sValue) A convenience method provided to create a Text instanceAttributeFactoryImpl.createText()
-
Uses of Text in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return TextModifier and TypeMethodDescriptionLabel.getCaption()
Returns the value of the 'Caption' containment reference.Methods in org.eclipse.birt.chart.model.component with parameters of type TextModifier and TypeMethodDescriptionvoid
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 TextMethods in org.eclipse.birt.chart.model.component.impl with parameters of type TextModifier and TypeMethodDescriptionorg.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 TextMethods in org.eclipse.birt.chart.model.impl with parameters of type TextModifier and TypeMethodDescriptionorg.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 TextModifier and TypeMethodDescriptionLegend.getText()
Returns the value of the 'Text' containment reference.Methods in org.eclipse.birt.chart.model.layout with parameters of type Text -
Uses of Text in org.eclipse.birt.chart.model.layout.impl
Methods in org.eclipse.birt.chart.model.layout.impl that return TextMethods in org.eclipse.birt.chart.model.layout.impl with parameters of type TextModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
LegendImpl.basicSetText
(Text newText, org.eclipse.emf.common.notify.NotificationChain msgs) void