Uses of Interface
org.eclipse.birt.chart.model.layout.Block
Packages that use Block
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 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.
Contains classes that represent the core plot rendering framework.
-
Uses of Block in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event with parameters of type BlockModifier and TypeMethodDescriptionstatic 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.model
Methods in org.eclipse.birt.chart.model that return BlockModifier and TypeMethodDescriptionChart.getBlock()
Returns the value of the 'Block' containment reference.Methods in org.eclipse.birt.chart.model with parameters of type Block -
Uses of Block in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return types with arguments of type Block -
Uses of Block in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type Block -
Uses of Block in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return BlockMethods in org.eclipse.birt.chart.model.impl with parameters of type BlockModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ChartImpl.basicSetBlock
(Block newBlock, org.eclipse.emf.common.notify.NotificationChain msgs) void
-
Uses of Block in org.eclipse.birt.chart.model.layout
Subinterfaces of Block in org.eclipse.birt.chart.model.layoutModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Label Block'.interface
A representation of the model object 'Legend'.interface
A representation of the model object 'Plot'.interface
A representation of the model object 'Title Block'.Methods in org.eclipse.birt.chart.model.layout that return BlockModifier and TypeMethodDescriptionBlock.copyInstance()
LayoutFactory.createBlock()
Returns a new object of class 'Block'.Methods in org.eclipse.birt.chart.model.layout that return types with arguments of type BlockModifier and TypeMethodDescriptionBlock.children
(boolean bRecursive) org.eclipse.emf.common.util.EList<Block>
Block.getChildren()
Returns the value of the 'Children' containment reference list.Methods in org.eclipse.birt.chart.model.layout with parameters of type Block -
Uses of Block in org.eclipse.birt.chart.model.layout.impl
Classes in org.eclipse.birt.chart.model.layout.impl that implement BlockModifier and TypeClassDescriptionclass
An implementation of the model object ' Block'.class
An implementation of the model object ' Label Block'.class
An implementation of the model object ' Legend'.class
An implementation of the model object ' Plot'.class
An implementation of the model object 'Title Block'.Methods in org.eclipse.birt.chart.model.layout.impl that return BlockModifier and TypeMethodDescriptionBlockImpl.copyInstance()
static Block
BlockImpl.create()
A convenience method to create an initialized 'Block' instance Note: Manually writtenstatic Block
LabelBlockImpl.create()
A convenience method to create an initialized 'LabelBlock' instancestatic final Block
LegendImpl.create()
A convenience method to create an initialized 'Legend' instancestatic final Block
PlotImpl.create()
A convenience method to create an initialized 'Plot' instancestatic Block
TitleBlockImpl.create()
A convenience method to create an initialized 'TitleBlock' instanceLayoutFactoryImpl.createBlock()
static Block
BlockImpl.createDefault()
A convenience method to create an initialized 'Block' instance Note: Manually writtenstatic Block
LabelBlockImpl.createDefault()
A convenience method to create an initialized 'LabelBlock' instancestatic final Block
LegendImpl.createDefault()
A convenience method to create an initialized 'Legend' instancestatic final Block
PlotImpl.createDefault()
A convenience method to create an initialized 'Plot' instancestatic Block
TitleBlockImpl.createDefault()
A convenience method to create an initialized 'TitleBlock' instanceMethods in org.eclipse.birt.chart.model.layout.impl that return types with arguments of type BlockModifier and TypeMethodDescriptionfinal Enumeration<Block>
BlockImpl.children
(boolean bRecursive) Note: Manually writtenorg.eclipse.emf.common.util.EList<Block>
BlockImpl.getChildren()
Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Block -
Uses of Block in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render with parameters of type BlockModifier and TypeMethodDescriptionvoid
BaseRenderer.renderLabel
(IPrimitiveRenderer ipr, Block b, Object oSource) Renders label of a LabelBlock. -
Uses of Block in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script with parameters of type BlockModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterDrawBlock
(Block block, IChartScriptContext icsc) void
IChartEventHandler.afterDrawBlock
(Block block, IChartScriptContext icsc) Called after drawing each block.void
ChartEventHandlerAdapter.beforeDrawBlock
(Block block, IChartScriptContext icsc) void
IChartEventHandler.beforeDrawBlock
(Block block, IChartScriptContext icsc) Called before drawing each block.