Uses of Interface
org.eclipse.birt.chart.model.layout.TitleBlock
Packages that use TitleBlock
Package
Description
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains the chart model interfaces that define the starting point for creating
a new 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.
Contains classes that represent the core plot rendering framework.
-
Uses of TitleBlock in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event with parameters of type TitleBlockModifier and TypeMethodDescriptionstatic StructureSource
StructureSource.createTitle
(TitleBlock tb) Creates a Structure Source for type Title. -
Uses of TitleBlock in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return TitleBlockModifier and TypeMethodDescriptionChart.getTitle()
Convenience method that gets the Title Block for the chart. -
Uses of TitleBlock in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return TitleBlock -
Uses of TitleBlock in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return TitleBlockModifier and TypeMethodDescriptionTitleBlock.copyInstance()
LayoutFactory.createTitleBlock()
Returns a new object of class 'Title Block'. -
Uses of TitleBlock in org.eclipse.birt.chart.model.layout.impl
Classes in org.eclipse.birt.chart.model.layout.impl that implement TitleBlockModifier and TypeClassDescriptionclass
An implementation of the model object 'Title Block'.Methods in org.eclipse.birt.chart.model.layout.impl that return TitleBlockModifier and TypeMethodDescriptionTitleBlockImpl.copyInstance()
LayoutFactoryImpl.createTitleBlock()
-
Uses of TitleBlock in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render with parameters of type TitleBlockModifier and TypeMethodDescriptionvoid
BaseRenderer.renderTitle
(IPrimitiveRenderer ipr, TitleBlock b) Renders the Chart Title Block