|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Block | |
org.eclipse.birt.chart.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
org.eclipse.birt.chart.internal.layout | |
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.model.layout.util | This is a placeholder file for the org.eclipse.birt.chart.model.layout.util package. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
org.eclipse.birt.chart.script |
Uses of Block in org.eclipse.birt.chart.event |
Methods in org.eclipse.birt.chart.event with parameters of type Block | |
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. |
Uses of Block in org.eclipse.birt.chart.internal.layout |
Constructors in org.eclipse.birt.chart.internal.layout with parameters of type Block | |
LayoutManager(Block _blRoot)
The constructor. |
Uses of Block in org.eclipse.birt.chart.model |
Methods in org.eclipse.birt.chart.model that return Block | |
Block |
Chart.getBlock()
Returns the value of the 'Block' containment reference. |
Methods in org.eclipse.birt.chart.model with parameters of type Block | |
void |
Chart.setBlock(Block value)
Sets the value of the ' Block ' containment reference. |
Uses of Block in org.eclipse.birt.chart.model.impl |
Methods in org.eclipse.birt.chart.model.impl that return Block | |
Block |
ChartImpl.getBlock()
|
Methods in org.eclipse.birt.chart.model.impl with parameters of type Block | |
org.eclipse.emf.common.notify.NotificationChain |
ChartImpl.basicSetBlock(Block newBlock,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ChartImpl.setBlock(Block newBlock)
|
Uses of Block in org.eclipse.birt.chart.model.layout |
Subinterfaces of Block in org.eclipse.birt.chart.model.layout | |
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'. |
Methods in org.eclipse.birt.chart.model.layout that return Block | |
Block |
LayoutFactory.createBlock()
Returns a new object of class 'Block'. |
Methods in org.eclipse.birt.chart.model.layout with parameters of type Block | |
void |
Block.add(Block bl)
Adds a block into the children hierarchy |
void |
Block.remove(Block bl)
Removes a block from the children hierarchy |
Uses of Block in org.eclipse.birt.chart.model.layout.impl |
Classes in org.eclipse.birt.chart.model.layout.impl that implement Block | |
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'. |
Methods in org.eclipse.birt.chart.model.layout.impl that return Block | |
static Block |
LegendImpl.create()
A convenience method to create an initialized 'Legendt' instance |
static Block |
LabelBlockImpl.create()
A convenience method to create an initialized 'LabelBlock' instance |
Block |
LayoutFactoryImpl.createBlock()
|
static Block |
PlotImpl.create()
A convenience method to create an initialized 'Plot' instance |
static Block |
BlockImpl.create()
A convenience method to create an initialized 'Block' instance Note: Manually written |
static Block |
TitleBlockImpl.create()
A convenience method to create an initialized 'TitleBlock' instance |
Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Block | |
void |
BlockImpl.add(Block bl)
Note: Manually written |
void |
BlockImpl.remove(Block bl)
Note: Manually written |
Uses of Block in org.eclipse.birt.chart.model.layout.util |
Methods in org.eclipse.birt.chart.model.layout.util with parameters of type Block | |
java.lang.Object |
LayoutSwitch.caseBlock(Block object)
Returns the result of interpretting the object as an instance of 'Block'. |
Uses of Block in org.eclipse.birt.chart.render |
Methods in org.eclipse.birt.chart.render with parameters of type Block | |
void |
BaseRenderer.renderLabel(IPrimitiveRenderer ipr,
Block b,
java.lang.Object oSource)
Renders label. |
void |
BaseRenderer.renderLabel(IPrimitiveRenderer ipr,
Block b,
java.lang.Object oSource)
Renders label. |
Uses of Block in org.eclipse.birt.chart.script |
Methods in org.eclipse.birt.chart.script with parameters of type Block | |
void |
ChartEventHandlerAdapter.beforeDrawBlock(Block block,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.afterDrawBlock(Block block,
IChartScriptContext icsc)
|
void |
IChartEventHandler.beforeDrawBlock(Block block,
IChartScriptContext icsc)
Called before drawing each block. |
void |
IChartEventHandler.afterDrawBlock(Block block,
IChartScriptContext icsc)
Called after drawing each block. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |