|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bounds | |
org.eclipse.birt.chart.computation.withaxes | This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. |
org.eclipse.birt.chart.computation.withoutaxes | This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package. |
org.eclipse.birt.chart.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.impl | Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
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. |
Uses of Bounds in org.eclipse.birt.chart.computation.withaxes |
Methods in org.eclipse.birt.chart.computation.withaxes that return Bounds | |
Bounds |
SeriesRenderingHints3D.getClientAreaBounds(boolean bReduceByInsets)
|
Bounds |
SeriesRenderingHints.getClientAreaBounds(boolean bReduceByInsets)
|
Bounds |
PlotWithAxes.getPlotBounds()
|
Bounds |
LegendItemRenderingHints.getLegendGraphicBounds()
|
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type Bounds | |
abstract void |
PlotWithAxes.compute(Bounds bo)
This method computes the entire chart within the given bounds. |
void |
PlotWith3DAxes.compute(Bounds bo)
|
void |
PlotWith2DAxes.compute(Bounds bo)
This method computes the entire chart within the given bounds. |
Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type Bounds | |
LegendItemRenderingHints(BaseRenderer _br,
Bounds _boLegendGraphic)
|
Uses of Bounds in org.eclipse.birt.chart.computation.withoutaxes |
Methods in org.eclipse.birt.chart.computation.withoutaxes that return Bounds | |
Bounds |
SeriesRenderingHints.getClientAreaBounds(boolean bReduceByInsets)
|
Bounds |
PlotWithoutAxes.getBounds()
|
Methods in org.eclipse.birt.chart.computation.withoutaxes with parameters of type Bounds | |
void |
PlotWithoutAxes.compute(Bounds bo)
|
Uses of Bounds in org.eclipse.birt.chart.event |
Methods in org.eclipse.birt.chart.event that return Bounds | |
Bounds |
WrappedInstruction.getBounds()
|
Bounds |
TextRenderEvent.getBlockBounds()
|
Bounds |
RectangleRenderEvent.getBounds()
|
Bounds |
PrimitiveRenderEvent.getBounds()
|
Bounds |
PolygonRenderEvent.getBounds()
|
Bounds |
OvalRenderEvent.getBounds()
|
Bounds |
LineRenderEvent.getBounds()
|
Bounds |
AreaRenderEvent.getBounds()
Returns the bounds of all combined elements in this 'area' |
Bounds |
ArcRenderEvent.getEllipseBounds()
|
Bounds |
ArcRenderEvent.getBounds()
|
Methods in org.eclipse.birt.chart.event with parameters of type Bounds | |
void |
TextRenderEvent.setBlockBounds(Bounds boBlock)
|
void |
RectangleRenderEvent.setBounds(Bounds bo)
|
static int |
PrimitiveRenderEvent.compareRegular(Bounds bo1,
Bounds bo2)
|
static int |
PrimitiveRenderEvent.compareTransposed(Bounds bo1,
Bounds bo2)
|
void |
OvalRenderEvent.setBounds(Bounds bo)
|
void |
ArcRenderEvent.setBounds(Bounds bo)
|
Uses of Bounds in org.eclipse.birt.chart.factory |
Methods in org.eclipse.birt.chart.factory with parameters of type Bounds | |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc)
Deprecated. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Deprecated. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc)
Deprecated. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Deprecated. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc,
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 Bounds | |
Bounds |
Bounds.adjustedInstance(Insets ins)
Creates a new 'Bounds' instance by adjusting the existing 'Bounds' instance using the given 'Insets' NOTE: Manually written |
Bounds |
Bounds.translateInstance(double dTranslateX,
double dTranslateY)
Creates a new 'Bounds' instance by translate the existing 'Bounds' instance using given offsets. |
Bounds |
Bounds.scaledInstance(double dScale)
Returns a new Bounds instance with scaled members |
Bounds |
AttributeFactory.createBounds()
Returns a new object of class 'Bounds'. |
Uses of Bounds in org.eclipse.birt.chart.model.attribute.impl |
Classes in org.eclipse.birt.chart.model.attribute.impl that implement Bounds | |
class |
BoundsImpl
An implementation of the model object ' Bounds'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return Bounds | |
static Bounds |
BoundsImpl.create(double dLeft,
double dTop,
double dWidth,
double dHeight)
Convenient creation of a Bounds object and instantiates member variables NOTE: Manually written |
Bounds |
BoundsImpl.adjustedInstance(Insets ins)
Creates a new 'Bounds' instance by adjusting the existing 'Bounds' instance using the given 'Insets' NOTE: Manually written |
Bounds |
BoundsImpl.translateInstance(double dTranslateX,
double dTranslateY)
Creates a new 'Bounds' instance by translate the existing 'Bounds' instance using given offsets. |
Bounds |
BoundsImpl.scaledInstance(double dScale)
|
Bounds |
AttributeFactoryImpl.createBounds()
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Bounds | |
void |
BoundsImpl.max(Bounds bo)
|
Uses of Bounds in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Bounds | |
boolean |
AttributeValidator.validateBounds(Bounds bounds,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
AttributeSwitch.caseBounds(Bounds object)
Returns the result of interpretting the object as an instance of 'Bounds'. |
Uses of Bounds in org.eclipse.birt.chart.model.layout |
Methods in org.eclipse.birt.chart.model.layout that return Bounds | |
Bounds |
Block.getBounds()
Returns the value of the 'Bounds' containment reference. |
Methods in org.eclipse.birt.chart.model.layout with parameters of type Bounds | |
void |
LayoutManager.doLayout_tmp(IDisplayServer xs,
Chart cm,
Bounds boFull,
RunTimeContext rtc)
|
void |
LayoutManager.doLayout(IDisplayServer xs,
Chart cm,
Bounds bo)
This method recursively walks down the chart layout and establishes bounds for each contained block based on the following rule: All immediate children under 'blRoot' are added as ElasticLayout with appropriate constraints All other children (at deeper levels) are added as NullLayout with fixed 'relative' bounds NOTE: This method is incomplete and not currently referenced |
void |
Block.setBounds(Bounds value)
Sets the value of the ' Bounds ' containment reference. |
Uses of Bounds in org.eclipse.birt.chart.model.layout.impl |
Methods in org.eclipse.birt.chart.model.layout.impl that return Bounds | |
Bounds |
BlockImpl.getBounds()
|
Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Bounds | |
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetBounds(Bounds newBounds,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
BlockImpl.setBounds(Bounds newBounds)
|
Uses of Bounds in org.eclipse.birt.chart.render |
Methods in org.eclipse.birt.chart.render that return Bounds | |
Bounds |
ISeriesRenderingHints.getClientAreaBounds(boolean bReduceByInsets)
|
Bounds |
ISeriesRenderingHints.getClientAreaBounds(boolean bReduceByInsets)
|
Methods in org.eclipse.birt.chart.render with parameters of type Bounds | |
void |
BaseRenderer.render(java.util.Map htRenderers,
Bounds bo)
Renders all blocks using the appropriate block z-order and the containment hierarchy. |
void |
BaseRenderer.renderLabel(java.lang.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. |
void |
AxesRenderer.render(java.util.Map htRenderers,
Bounds bo)
Overridden behavior for graphic element series that are plotted along axes |
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. |
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. |
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. |
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. |
void |
EmptyWithoutAxes.compute(Bounds bo,
Plot p,
ISeriesRenderingHints isrh)
|
void |
EmptyWithoutAxes.renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo)
|
void |
EmptyWithAxes.compute(Bounds bo,
Plot p,
ISeriesRenderingHints isrh)
|
void |
EmptyWithAxes.renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo)
|
void |
BaseRenderer.render(java.util.Map htRenderers,
Bounds bo)
Renders all blocks using the appropriate block z-order and the containment hierarchy. |
void |
BaseRenderer.renderLabel(java.lang.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. |
void |
AxesRenderer.render(java.util.Map htRenderers,
Bounds bo)
Overridden behavior for graphic element series that are plotted along axes |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |