Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TextRenderEvent.updateFrom(LabelBlock lb,
double dScale,
RunTimeContext rtc)
Updates the event by given LabelBlock object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TitleBlock
A representation of the model object 'Title Block'.
|
Modifier and Type | Method and Description |
---|---|
LabelBlock |
LabelBlock.copyInstance() |
LabelBlock |
LayoutFactory.createLabelBlock()
Returns a new object of class 'Label Block'.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelBlockImpl
An implementation of the model object '
Label Block'.
|
class |
TitleBlockImpl
An implementation of the model object 'Title Block'.
|
Modifier and Type | Method and Description |
---|---|
LabelBlock |
LabelBlockImpl.copyInstance() |
LabelBlock |
LayoutFactoryImpl.createLabelBlock() |
Copyright © 2005-2008 Actuate Corp. All rights reserved.