Uses of Interface
org.eclipse.birt.chart.model.attribute.Bounds
Packages that use Bounds
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package.
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains classes and interfaces used in the chart building and generation
phase.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
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 Bounds in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return BoundsModifier and TypeMethodDescriptionGObjectFactory.adjusteBounds
(Bounds bo, Insets ins) IGObjectFactory.adjusteBounds
(Bounds bo, Insets ins) GObjectFactory.createBounds
(double dLeft, double dTop, double dWidth, double dHeight) IGObjectFactory.createBounds
(double dLeft, double dTop, double dWidth, double dHeight) Rectangle.getBounds()
LegendItemRenderingHints.getLegendGraphicBounds()
final Bounds
PlotComputation.getPlotBounds()
GObjectFactory.scaleBounds
(Bounds bo, double dScale) IGObjectFactory.scaleBounds
(Bounds bo, double dScale) GObjectFactory.translateBounds
(Bounds bo, double dTranslateX, double dTranslateY) IGObjectFactory.translateBounds
(Bounds bo, double dTranslateX, double dTranslateY) Methods in org.eclipse.birt.chart.computation with parameters of type BoundsModifier and TypeMethodDescriptionGObjectFactory.adjusteBounds
(Bounds bo, Insets ins) IGObjectFactory.adjusteBounds
(Bounds bo, Insets ins) abstract void
This method computes the entire chart within the given bounds.GObjectFactory.scaleBounds
(Bounds bo, double dScale) IGObjectFactory.scaleBounds
(Bounds bo, double dScale) GObjectFactory.translateBounds
(Bounds bo, double dTranslateX, double dTranslateY) IGObjectFactory.translateBounds
(Bounds bo, double dTranslateX, double dTranslateY) Constructors in org.eclipse.birt.chart.computation with parameters of type BoundsModifierConstructorDescriptionLegendItemRenderingHints
(BaseRenderer _br, Bounds _boLegendGraphic) -
Uses of Bounds in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes that return BoundsModifier and TypeMethodDescriptionPlotWith3DAxes.getAdjustedPlotBounds
(boolean refresh) SeriesRenderingHints.getClientAreaBounds
(boolean bReduceByInsets) Returns client area bounds for current series.SeriesRenderingHints3D.getClientAreaBounds
(boolean bReduceByInsets) PlotWith2DAxes.getPlotBoundsWithMargin()
Returns the plot bounds with margin area.Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type BoundsModifier and TypeMethodDescriptionvoid
This method computes the entire chart within the given bounds.void
void
PlotWith2DAxes.initDynamicPlotBounds
(Bounds bo) Initializes the chart plot bounds for the dynamic size case.void
SeriesRenderingHints.setClientAreaBounds
(Bounds bounds) Set client area bounds for current series.void
SharedScaleContext.updateBounds
(Bounds bo) update the bounds info, shared scale should be recalculated when bounds changed.Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type BoundsModifierConstructorDescriptionAxesAdjuster
(PlotWithAxes plotWithAxes, org.eclipse.birt.chart.computation.withaxes.ValueAxesHelper valueAxesHelper, Bounds boPlot) Constructor.HorizontalAxesAdjuster
(OneAxis[] horizontalAxes, OneAxis verticalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.HorizontalAxisAdjuster
(OneAxis horizontalAxis, OneAxis verticalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) VerticalAxesAdjuster
(OneAxis[] verticalAxes, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.VerticalAxisAdjuster
(OneAxis verticalAxis, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor. -
Uses of Bounds in org.eclipse.birt.chart.computation.withoutaxes
Methods in org.eclipse.birt.chart.computation.withoutaxes that return BoundsModifier and TypeMethodDescriptionSeriesRenderingHints.getClientAreaBounds
(boolean bReduceByInsets) Methods in org.eclipse.birt.chart.computation.withoutaxes with parameters of type Bounds -
Uses of Bounds in org.eclipse.birt.chart.device
Methods in org.eclipse.birt.chart.device with parameters of type BoundsModifier and TypeMethodDescriptionvoid
ITextRenderer.renderTextInBlock
(IDeviceRenderer idr, Bounds boBlock, TextAlignment taBlock, Label la) void
TextRendererAdapter.renderTextInBlock
(IDeviceRenderer idr, Bounds boBlock, TextAlignment taBlock, Label la) -
Uses of Bounds in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event that return BoundsModifier and TypeMethodDescriptionfinal Bounds
TextRenderEvent.getBlockBounds()
ArcRenderEvent.getBounds()
final Bounds
AreaRenderEvent.getBounds()
IRenderInstruction.getBounds()
final Bounds
LineRenderEvent.getBounds()
final Bounds
MarkerInstruction.getBounds()
final Bounds
OvalRenderEvent.getBounds()
PolygonRenderEvent.getBounds()
PrimitiveRenderEvent.getBounds()
Returns the mimimum bounds required to contain the rendering area for current event.RectangleRenderEvent.getBounds()
WrappedInstruction.getBounds()
WrappedInstruction.getCompareBounds()
Returns compare bounds.ArcRenderEvent.getEllipseBounds()
Returns the full containing bounds of the complete ellipse.Methods in org.eclipse.birt.chart.event with parameters of type BoundsModifier and TypeMethodDescriptionstatic final int
PrimitiveRenderEvent.compareRegular
(Bounds bo1, Bounds bo2) Compare two bounds regularly.static final int
PrimitiveRenderEvent.compareTransposed
(Bounds bo1, Bounds bo2) Compare two bounds in transposed way.final void
TextRenderEvent.setBlockBounds
(Bounds boBlock) Sets the block bounds of the text.final void
Sets the containing bounds of this arc.final void
Sets the bounds of the oval.void
Sets the bounds associated with this rectangle.void
WrappedInstruction.setCompareBounds
(Bounds bounds) This method set a bounds to be used for polygon comparison to reset polygon rendering order. -
Uses of Bounds in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory with parameters of type BoundsModifier and TypeMethodDescriptionGenerator.build
(IDisplayServer ids, Chart cmRunTime, Bounds bo, RunTimeContext rtc) Builds and computes preferred sizes of various chart components offscreen using the provided display server.Generator.build
(IDisplayServer ids, Chart cmRunTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc) Builds and computes preferred sizes of various chart components offscreen using the provided display server.Generator.build
(IDisplayServer ids, Chart cmRunTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor) Builds and computes preferred sizes of various chart components offscreen using the provided display server.Generator.build
(IDisplayServer ids, Chart cmRunTime, org.mozilla.javascript.Scriptable scParent, Bounds bo, RunTimeContext rtc) Deprecated.Generator.build
(IDisplayServer ids, Chart cmRunTime, org.mozilla.javascript.Scriptable scParent, Bounds bo, RunTimeContext rtc, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor) Deprecated.IGenerator.build
(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc) Builds and computes preferred sizes of various chart components offscreen using the provided display server.IGenerator.build
(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor) Builds and computes preferred sizes of various chart components offscreen using the provided display server. -
Uses of Bounds in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return BoundsModifier and TypeMethodDescriptionBounds.adjustedInstance
(Insets ins) Creates a new 'Bounds' instance by adjusting the existing 'Bounds' instance using the given 'Insets' NOTE: Manually writtenBounds.copyInstance()
AttributeFactory.createBounds()
Returns a new object of class 'Bounds'.Bounds.scaledInstance
(double dScale) Returns a new Bounds instance with scaled membersBounds.translateInstance
(double dTranslateX, double dTranslateY) Creates a new 'Bounds' instance by translate the existing 'Bounds' instance using given offsets.Methods in org.eclipse.birt.chart.model.attribute with parameters of type Bounds -
Uses of Bounds in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement BoundsModifier and TypeClassDescriptionclass
An implementation of the model object ' Bounds'.Methods in org.eclipse.birt.chart.model.attribute.impl that return BoundsModifier and TypeMethodDescriptionfinal Bounds
BoundsImpl.adjustedInstance
(Insets ins) Creates a new 'Bounds' instance by adjusting the existing 'Bounds' instance using the given 'Insets' NOTE: Manually writtenBoundsImpl.copyInstance()
A convenient method to get an instance copy.static final Bounds
BoundsImpl.create
(double dLeft, double dTop, double dWidth, double dHeight) Convenient creation of a Bounds object and instantiates member variables NOTE: Manually writtenAttributeFactoryImpl.createBounds()
static final Bounds
BoundsImpl.createDefault
(double dLeft, double dTop, double dWidth, double dHeight) Convenient creation of a Bounds object and instantiates member variables NOTE: Manually writtenfinal Bounds
BoundsImpl.scaledInstance
(double dScale) final Bounds
BoundsImpl.translateInstance
(double dTranslateX, double dTranslateY) Creates a new 'Bounds' instance by translate the existing 'Bounds' instance using given offsets.Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Bounds -
Uses of Bounds in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return BoundsModifier and TypeMethodDescriptionBlock.getBounds()
Returns the value of the 'Bounds' containment reference.Methods in org.eclipse.birt.chart.model.layout with parameters of type Bounds -
Uses of Bounds in org.eclipse.birt.chart.model.layout.impl
Methods in org.eclipse.birt.chart.model.layout.impl that return BoundsMethods in org.eclipse.birt.chart.model.layout.impl with parameters of type BoundsModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
BlockImpl.basicSetBounds
(Bounds newBounds, org.eclipse.emf.common.notify.NotificationChain msgs) void
-
Uses of Bounds in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render that return BoundsModifier and TypeMethodDescriptionISeriesRenderingHints.getClientAreaBounds
(boolean bReduceByInsets) Returns current client area bounds.Methods in org.eclipse.birt.chart.render with parameters of type BoundsModifier and TypeMethodDescriptionvoid
EmptyWithAxes.compute
(Bounds bo, Plot p, ISeriesRenderingHints isrh) void
EmptyWithoutAxes.compute
(Bounds bo, Plot p, ISeriesRenderingHints isrh) void
ISeriesRenderer.compute
(Bounds bo, Plot p, ISeriesRenderingHints isrh) Sends out a first pass notification to the series renderer implementation to perform any necessary pre-computations prior to a second pass rendering.final void
AxesRenderer.render
(Map<Series, LegendItemRenderingHints> htRenderers, Bounds bo) Overridden behavior for graphic element series that are plotted along axesvoid
BaseRenderer.render
(Map<Series, LegendItemRenderingHints> htRenderers, Bounds bo) Renders all blocks using the appropriate block z-order and the containment hierarchy.final void
BaseRenderer.renderLabel
(Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo) This convenience method renders the data point label along with the shadow If there's a need to render the data point label and the shadow separately, each call should be made separately by calling into the primitive rendering interface directly.final void
BaseRenderer.renderLabel
(Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo, DeferredCache _dc) Renderer label with specifiedDeferredCache
.void
EmptyWithAxes.renderLegendGraphic
(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo) void
EmptyWithoutAxes.renderLegendGraphic
(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo) void
ISeriesRenderer.renderLegendGraphic
(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo) Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer. -
Uses of Bounds in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script with parameters of type BoundsModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterDrawLegendItem
(LegendEntryRenderingHints lerh, Bounds bo, IChartScriptContext icsc) void
IChartEventHandler.afterDrawLegendItem
(LegendEntryRenderingHints lerh, Bounds bo, IChartScriptContext icsc) Called after drawing the legend item.void
ChartEventHandlerAdapter.beforeDrawLegendItem
(LegendEntryRenderingHints lerh, Bounds bo, IChartScriptContext icsc) void
IChartEventHandler.beforeDrawLegendItem
(LegendEntryRenderingHints lerh, Bounds bo, IChartScriptContext icsc) Called before drawing the legend item.
Generator.build(IDisplayServer, Chart, Bounds, IExternalContext, RunTimeContext)
instead.