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 |
Contains the chart model interfaces that define the starting point for creating
a new 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.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
org.eclipse.birt.chart.script |
Modifier and Type | Method and Description |
---|---|
static StructureSource |
StructureSource.createChartBlock(Block block)
Creates a Structure Source for type Chart Block.
|
void |
BlockGenerationEvent.updateBlock(Block bl)
Updates the associated block object.
|
void |
RectangleRenderEvent.updateFrom(Block bl,
double dScale)
Updates current event by given Block object.
|
Modifier and Type | Method and Description |
---|---|
Block |
Chart.getBlock()
Returns the value of the 'Block' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Chart.setBlock(Block value)
Sets the value of the '
Block ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Block |
ChartImpl.getBlock() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
ChartImpl.basicSetBlock(Block newBlock,
NotificationChain msgs) |
void |
ChartImpl.setBlock(Block newBlock) |
Modifier and Type | Interface and Description |
---|---|
interface |
LabelBlock
A representation of the model object 'Label Block'.
|
interface |
Legend
A representation of the model object 'Legend'.
|
interface |
Plot
A representation of the model object 'Plot'.
|
interface |
TitleBlock
A representation of the model object 'Title Block'.
|
Modifier and Type | Method and Description |
---|---|
Block |
Block.copyInstance() |
Block |
LayoutFactory.createBlock()
Returns a new object of class 'Block'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<Block> |
Block.children(boolean bRecursive) |
Modifier and Type | Method and Description |
---|---|
void |
Block.add(Block bl)
Adds a block into the children hierarchy
|
void |
Block.remove(Block bl)
Removes a block from the children hierarchy
|
Modifier and Type | Class and Description |
---|---|
class |
BlockImpl
An implementation of the model object '
Block'.
|
class |
LabelBlockImpl
An implementation of the model object '
Label Block'.
|
class |
LegendImpl
An implementation of the model object '
Legend'.
|
class |
PlotImpl
An implementation of the model object '
Plot'.
|
class |
TitleBlockImpl
An implementation of the model object 'Title Block'.
|
Modifier and Type | Method and Description |
---|---|
Block |
BlockImpl.copyInstance() |
static Block |
TitleBlockImpl.create()
A convenience method to create an initialized 'TitleBlock' instance
|
static Block |
PlotImpl.create()
A convenience method to create an initialized 'Plot' instance
|
static Block |
LegendImpl.create()
A convenience method to create an initialized 'Legend' instance
|
static Block |
LabelBlockImpl.create()
A convenience method to create an initialized 'LabelBlock' instance
|
static Block |
BlockImpl.create()
A convenience method to create an initialized 'Block' instance
Note: Manually written
|
Block |
LayoutFactoryImpl.createBlock() |
static Block |
TitleBlockImpl.createDefault()
A convenience method to create an initialized 'TitleBlock' instance
|
static Block |
PlotImpl.createDefault()
A convenience method to create an initialized 'Plot' instance
|
static Block |
LegendImpl.createDefault()
A convenience method to create an initialized 'Legend' instance
|
static Block |
LabelBlockImpl.createDefault()
A convenience method to create an initialized 'LabelBlock' instance
|
static Block |
BlockImpl.createDefault()
A convenience method to create an initialized 'Block' instance
Note: Manually written
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<Block> |
BlockImpl.children(boolean bRecursive)
Note: Manually written
|
Modifier and Type | Method and Description |
---|---|
void |
BlockImpl.add(Block bl)
Note: Manually written
|
void |
BlockImpl.remove(Block bl)
Note: Manually written
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRenderer.renderLabel(IPrimitiveRenderer ipr,
Block b,
java.lang.Object oSource)
Renders label of a LabelBlock.
|
void |
BaseRenderer.renderLabel(IPrimitiveRenderer ipr,
Block b,
java.lang.Object oSource)
Renders label of a LabelBlock.
|
Modifier and Type | Method and Description |
---|---|
void |
IChartEventHandler.afterDrawBlock(Block block,
IChartScriptContext icsc)
Called after drawing each block.
|
void |
ChartEventHandlerAdapter.afterDrawBlock(Block block,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawBlock(Block block,
IChartScriptContext icsc)
Called before drawing each block.
|
void |
ChartEventHandlerAdapter.beforeDrawBlock(Block block,
IChartScriptContext icsc) |
Copyright © 2014 OpenText Corp. All rights reserved.