A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

R

read(InputStream) - Method in class org.eclipse.birt.chart.model.impl.SerializerImpl
 
read(URI) - Method in class org.eclipse.birt.chart.model.impl.SerializerImpl
 
read(InputStream) - Method in interface org.eclipse.birt.chart.model.Serializer
Reads the chart model from the given InputStream
read(URI) - Method in interface org.eclipse.birt.chart.model.Serializer
Reads the chart model from the location defined by the URI provided.
readEmbedded(URI) - Method in class org.eclipse.birt.chart.model.impl.SerializerImpl
 
readEmbedded(URI) - Method in interface org.eclipse.birt.chart.model.Serializer
Reads the chart model embedded inside other XML content defined by the URI provided.
Rectangle - Class in org.eclipse.birt.chart.computation
The Rectangle class defines a rectangle specified in Rectangle coordinates.
Rectangle() - Constructor for class org.eclipse.birt.chart.computation.Rectangle
Constructs a new Rectangle, initialized to location (0, 0) and size (0, 0).
Rectangle(BoundingBox) - Constructor for class org.eclipse.birt.chart.computation.Rectangle
 
Rectangle(double, double, double, double) - Constructor for class org.eclipse.birt.chart.computation.Rectangle
Constructs and initializes a Rectangle from the specified Rectangle coordinates.
RECTANGLE - Static variable in enum org.eclipse.birt.chart.model.attribute.MarkerType
The 'Rectangle' literal value.
RECTANGLE - Static variable in enum org.eclipse.birt.chart.model.attribute.RiserType
The 'Rectangle' literal value.
RectangleRenderEvent - Class in org.eclipse.birt.chart.event
A rendering event type for rendering Rectangle object.
RectangleRenderEvent(Object) - Constructor for class org.eclipse.birt.chart.event.RectangleRenderEvent
The constructor.
recursivelyGetSeries(<any>, ArrayList<Series>, int, int) - Method in class org.eclipse.birt.chart.model.impl.ChartWithoutAxesImpl
Walks down the series definition tree and retrieves all runtime series.
recycleTextMetrics(ITextMetrics) - Method in class org.eclipse.birt.chart.computation.BIRTChartComputation
 
recycleTextMetrics(ITextMetrics) - Method in interface org.eclipse.birt.chart.computation.IChartComputation
Dispose the text metrics.
RED() - Method in class org.eclipse.birt.chart.computation.GObjectFactory
 
RED() - Method in interface org.eclipse.birt.chart.computation.IGObjectFactory
 
RED() - Static method in class org.eclipse.birt.chart.model.attribute.impl.ColorDefinitionImpl
A light opaque red color with (r=255;g=0;b=0) Note: Manually written
refresh(GeneratedChartState) - Method in class org.eclipse.birt.chart.factory.Generator
Performs a minimal rebuild of the chart if non-sizing attributes are altered or the dataset for any series has changed.
refresh(GeneratedChartState) - Method in interface org.eclipse.birt.chart.factory.IGenerator
Performs a minimal rebuild of the chart if non-sizing attributes are altered or the dataset for any series has changed.
refresh(GeneratedChartState) - Method in interface org.eclipse.birt.chart.factory.IGenerator
Performs a minimal rebuild of the chart if non-sizing attributes are altered or the dataset for any series has changed.
regenerateChart() - Method in class org.eclipse.birt.chart.device.EmptyUpdateNotifier
 
regenerateChart() - Method in interface org.eclipse.birt.chart.device.IUpdateNotifier
Requests the container to regenerate the chart using the design-time model.
register(String, String) - Method in class org.eclipse.birt.chart.script.AbstractScriptHandler
Register the script content for current script handler.
registerAction(StructureSource, ActionType) - Method in class org.eclipse.birt.chart.render.InteractiveRenderer
Register a chart element with an interactive action
registerExistingScriptableObject(ScriptableObject, String) - Method in class org.eclipse.birt.chart.script.AbstractScriptHandler
Registers an existing scriptable object into current JavaScript context.
registerNewScriptableObject(Class<? extends Scriptable>, String) - Method in class org.eclipse.birt.chart.script.AbstractScriptHandler
Registers a new scriptable object into current JavaScript context.
registerVariable(String, Object) - Method in class org.eclipse.birt.chart.script.AbstractScriptHandler
Registers a new variable to current JavaScript context.
remove() - Method in class org.eclipse.birt.chart.computation.DataSetIterator
 
remove(Block) - Method in interface org.eclipse.birt.chart.model.layout.Block
Removes a block from the children hierarchy
remove(Block) - Method in class org.eclipse.birt.chart.model.layout.impl.BlockImpl
Note: Manually written
removeState(Object) - Method in class org.eclipse.birt.chart.factory.RunTimeContext
Removes the state object by the key.
removeState(Object) - Method in class org.eclipse.birt.chart.factory.RunTimeContext
Removes the state object by the key.
render(IDeviceRenderer, GeneratedChartState) - Method in class org.eclipse.birt.chart.factory.Generator
Draws a previously built chart using the specified device renderer into a target output device.
render(IDeviceRenderer, GeneratedChartState) - Method in interface org.eclipse.birt.chart.factory.IGenerator
Draws a previously built chart using the specified device renderer into a target output device.
render(IDeviceRenderer, GeneratedChartState) - Method in interface org.eclipse.birt.chart.factory.IGenerator
Draws a previously built chart using the specified device renderer into a target output device.
render(Map<Series, LegendItemRenderingHints>, Bounds) - Method in class org.eclipse.birt.chart.render.AxesRenderer
Overridden behavior for graphic element series that are plotted along axes
render(Map<Series, LegendItemRenderingHints>, Bounds) - Method in class org.eclipse.birt.chart.render.AxesRenderer
Overridden behavior for graphic element series that are plotted along axes
render(Map<Series, LegendItemRenderingHints>, Bounds) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders all blocks using the appropriate block z-order and the containment hierarchy.
render(Map<Series, LegendItemRenderingHints>, Bounds) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders all blocks using the appropriate block z-order and the containment hierarchy.
RENDER_SHADOW_AT_LOCATION - Static variable in class org.eclipse.birt.chart.event.TextRenderEvent
Renders a shadow offset with the encapsulating container rectangle's corner or edge aligned with a given point This action requires Label, Location, TextPosition to be set
RENDER_TEXT_AT_LOCATION - Static variable in class org.eclipse.birt.chart.event.TextRenderEvent
Renders text (with optional insets, border, fill, etc) with the encapsulating container rectangle's corner or edge aligning with a given point This action requires Label, Location, TextPosition to be set
RENDER_TEXT_IN_BLOCK - Static variable in class org.eclipse.birt.chart.event.TextRenderEvent
Renders text (with optional insets, border, fill, etc) with the encapsulating container rectangle's bounding box aligned with a parent block's bounds This action requires Label, BlockBounds, BlockAlignment to be set
renderEachAxis(IPrimitiveRenderer, Plot, OneAxis, int) - Method in class org.eclipse.birt.chart.render.AxesRenderer
Renders the axis.
renderEachAxis(IPrimitiveRenderer, Plot, OneAxis, int) - Method in class org.eclipse.birt.chart.render.AxesRenderer
Renders the axis.
renderEachAxis() - Method in class org.eclipse.birt.chart.render.AxesRenderHelper
Renders the axis.
RENDERING - Static variable in class org.eclipse.birt.chart.exception.ChartException
Exception type for Rendering error.
renderLabel(IPrimitiveRenderer, Block, Object) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders label of a LabelBlock.
renderLabel(Object, int, Label, Position, Location, Bounds) - Method in class org.eclipse.birt.chart.render.BaseRenderer
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.
renderLabel(Object, int, Label, Position, Location, Bounds, DeferredCache) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renderer label with specified DeferredCache.
renderLabel(IPrimitiveRenderer, Block, Object) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders label of a LabelBlock.
renderLabel(Object, int, Label, Position, Location, Bounds) - Method in class org.eclipse.birt.chart.render.BaseRenderer
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.
renderLabel(Object, int, Label, Position, Location, Bounds, DeferredCache) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renderer label with specified DeferredCache.
renderLegend(IPrimitiveRenderer, Legend, Map<Series, LegendItemRenderingHints>) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders the legend block based on the legend rendering rules.
renderLegend(IPrimitiveRenderer, Legend, Map<Series, LegendItemRenderingHints>) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders the legend block based on the legend rendering rules.
renderLegendGraphic(IPrimitiveRenderer, Legend, Fill, Bounds) - Method in class org.eclipse.birt.chart.render.EmptyWithAxes
 
renderLegendGraphic(IPrimitiveRenderer, Legend, Fill, Bounds) - Method in class org.eclipse.birt.chart.render.EmptyWithoutAxes
 
renderLegendGraphic(IPrimitiveRenderer, Legend, Fill, Bounds) - Method in interface org.eclipse.birt.chart.render.ISeriesRenderer
Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer.
renderLegendGraphic(IPrimitiveRenderer, Legend, Fill, Bounds) - Method in interface org.eclipse.birt.chart.render.ISeriesRenderer
Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer.
renderPlot(IPrimitiveRenderer, Plot) - Method in class org.eclipse.birt.chart.render.AxesRenderer
This method renders the bar graphic elements superimposed over the plot background and any previously rendered series' graphic elements.
renderPlot(IPrimitiveRenderer, Plot) - Method in class org.eclipse.birt.chart.render.AxesRenderer
This method renders the bar graphic elements superimposed over the plot background and any previously rendered series' graphic elements.
renderPlot(IPrimitiveRenderer, Plot) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders the Plot
renderPlot(IPrimitiveRenderer, Plot) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders the Plot
renderSeries(IPrimitiveRenderer, Plot, ISeriesRenderingHints) - Method in class org.eclipse.birt.chart.render.EmptyWithAxes
 
renderSeries(IPrimitiveRenderer, Plot, ISeriesRenderingHints) - Method in class org.eclipse.birt.chart.render.EmptyWithoutAxes
 
renderSeries(IPrimitiveRenderer, Plot, ISeriesRenderingHints) - Method in interface org.eclipse.birt.chart.render.ISeriesRenderer
Notifies the series renderer to render itself in the provided plot area.
renderSeries(IPrimitiveRenderer, Plot, ISeriesRenderingHints) - Method in interface org.eclipse.birt.chart.render.ISeriesRenderer
Notifies the series renderer to render itself in the provided plot area.
renderShadowAtLocation(IPrimitiveRenderer, int, Location, Label) - Method in interface org.eclipse.birt.chart.device.ITextRenderer
This method renders the 'shadow' at an offset from the text 'rotated rectangle' subsequently rendered.
renderShadowAtLocation(IPrimitiveRenderer, int, Location, Label) - Method in class org.eclipse.birt.chart.device.TextRendererAdapter
 
renderTextAtLocation(IPrimitiveRenderer, int, Location, Label) - Method in interface org.eclipse.birt.chart.device.ITextRenderer
 
renderTextAtLocation(IPrimitiveRenderer, int, Location, Label) - Method in class org.eclipse.birt.chart.device.TextRendererAdapter
 
renderTextInBlock(IDeviceRenderer, Bounds, TextAlignment, Label) - Method in interface org.eclipse.birt.chart.device.ITextRenderer
 
renderTextInBlock(IDeviceRenderer, Bounds, TextAlignment, Label) - Method in class org.eclipse.birt.chart.device.TextRendererAdapter
 
renderTitle(IPrimitiveRenderer, TitleBlock) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders the Chart Title Block
renderTitle(IPrimitiveRenderer, TitleBlock) - Method in class org.eclipse.birt.chart.render.BaseRenderer
Renders the Chart Title Block
repaintChart() - Method in class org.eclipse.birt.chart.device.EmptyUpdateNotifier
 
repaintChart() - Method in interface org.eclipse.birt.chart.device.IUpdateNotifier
Requests the container to repaint the last generated chart This should call IGenerator.render(), but not build() nor refresh().
reset() - Method in class org.eclipse.birt.chart.computation.DataSetIterator
 
reset() - Method in class org.eclipse.birt.chart.computation.Engine3D
Resets the engine to default state.
reset() - Method in class org.eclipse.birt.chart.computation.Object3D
Resets all values to defaults.
reset() - Method in class org.eclipse.birt.chart.computation.UserDataSetHints
Resets all associated datasetiterators.
reset() - Method in class org.eclipse.birt.chart.computation.withaxes.AxisSubUnit
 
reset() - Method in interface org.eclipse.birt.chart.datafeed.IResultSetDataSet
Resets data set if data has been iterated.
reset() - Method in class org.eclipse.birt.chart.event.ArcRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.AreaRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.BlockGenerationEvent
 
reset() - Method in class org.eclipse.birt.chart.event.ChartEvent
Resets the inner state of current event.
reset() - Method in class org.eclipse.birt.chart.event.ClipRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.Image3DRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.ImageRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.InteractionEvent
 
reset() - Method in class org.eclipse.birt.chart.event.Line3DRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.LineRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.OvalRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.Polygon3DRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.PolygonRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.RectangleRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.StructureChangeEvent
 
reset() - Method in class org.eclipse.birt.chart.event.Text3DRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.TextRenderEvent
 
reset() - Method in class org.eclipse.birt.chart.event.TransformationEvent
 
reset() - Method in class org.eclipse.birt.chart.render.InteractiveRenderer
 
resetSubUnits() - Method in class org.eclipse.birt.chart.computation.withaxes.StackedSeriesLookup
 
reuse(Label) - Method in interface org.eclipse.birt.chart.device.ITextMetrics
Permits reuse of the text metrics instance for a new label with new attributes.
reuse(Label, double) - Method in interface org.eclipse.birt.chart.device.ITextMetrics
Permits reuse of the text metrics instance for a new label with new attributes and a forcing wrapping size.
reuse(Label) - Method in class org.eclipse.birt.chart.device.TextAdapter
 
reuse(Label, double) - Method in class org.eclipse.birt.chart.device.TextAdapter
 
reuse(StructureSource) - Method in class org.eclipse.birt.chart.event.InteractionEvent
Reuses current event by given new source object.
reverse(boolean) - Method in class org.eclipse.birt.chart.computation.DataSetIterator
Reverses the series categories.
RGB_VALUE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'RGB Value' data type.
RGB_VALUE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'RGB Value' data type.
RGB_VALUE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'RGB Value Object' data type.
RGB_VALUE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'RGB Value Object' data type.
RIGHT - Static variable in interface org.eclipse.birt.chart.computation.IConstants
 
RIGHT - Static variable in class org.eclipse.birt.chart.event.TextRenderEvent
A constant used with the 'TextPosition' attribute.
RIGHT - Static variable in enum org.eclipse.birt.chart.model.attribute.HorizontalAlignment
The 'Right' literal value.
RIGHT - Static variable in enum org.eclipse.birt.chart.model.attribute.Position
The 'Right' literal value.
RIGHT - Static variable in enum org.eclipse.birt.chart.model.attribute.TickStyle
The 'Right' literal value.
RISER_TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Riser Type' enum.
RISER_TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Riser Type' enum.
RISER_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Riser Type Object' data type.
RISER_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Riser Type Object' data type.
RiserType - Enum in org.eclipse.birt.chart.model.attribute
A representation of the literals of the enumeration ' Riser Type', and utility methods for working with them.
rotate(Angle3D) - Method in class org.eclipse.birt.chart.computation.Vector
 
ROTATE - Static variable in class org.eclipse.birt.chart.event.TransformationEvent
Indicates this is a rotating transformation.
RotatedRectangle - Class in org.eclipse.birt.chart.computation
RotatedRectangle
ROTATION3_D - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Rotation3 D' class.
ROTATION3_D - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Rotation3 D' class.
ROTATION3_D__ANGLES - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Angles' containment reference list feature.
ROTATION3_D__ANGLES - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The feature id for the 'Angles' containment reference list.
ROTATION3_D_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The number of structural features of the 'Rotation3 D' class.
Rotation3D - Interface in org.eclipse.birt.chart.model.attribute
A representation of the model object 'Rotation3 D'.
Rotation3DImpl - Class in org.eclipse.birt.chart.model.attribute.impl
An implementation of the model object 'Rotation3 D'.
RULE - Static variable in interface org.eclipse.birt.chart.model.data.DataPackage.Literals
The meta object literal for the 'Rule' class.
RULE - Static variable in interface org.eclipse.birt.chart.model.data.DataPackage
The meta object id for the 'Rule' class.
Rule - Interface in org.eclipse.birt.chart.model.data
Deprecated.
only reserved for compatibility
RULE__TYPE - Static variable in interface org.eclipse.birt.chart.model.data.DataPackage.Literals
The meta object literal for the 'Type' attribute feature.
RULE__TYPE - Static variable in interface org.eclipse.birt.chart.model.data.DataPackage
The feature id for the 'Type' attribute.
RULE__VALUE - Static variable in interface org.eclipse.birt.chart.model.data.DataPackage.Literals
The meta object literal for the 'Value' attribute feature.
RULE__VALUE - Static variable in interface org.eclipse.birt.chart.model.data.DataPackage
The feature id for the 'Value' attribute.
RULE_FEATURE_COUNT - Static variable in interface org.eclipse.birt.chart.model.data.DataPackage
The number of structural features of the 'Rule' class.
RULE_TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Rule Type' enum.
RULE_TYPE - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Rule Type' enum.
RULE_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage.Literals
The meta object literal for the 'Rule Type Object' data type.
RULE_TYPE_OBJECT - Static variable in interface org.eclipse.birt.chart.model.attribute.AttributePackage
The meta object id for the 'Rule Type Object' data type.
RuleImpl - Class in org.eclipse.birt.chart.model.data.impl
Deprecated.
only reserved for compatibility
RuleType - Enum in org.eclipse.birt.chart.model.attribute
Deprecated.
only reserved for compatibility
RUN_TIME - Static variable in interface org.eclipse.birt.chart.computation.IConstants
 
RUNNING_AGGR - Static variable in interface org.eclipse.birt.chart.aggregate.IAggregateFunction
 
RunTimeContext - Class in org.eclipse.birt.chart.factory
Encapsulates runtime information associated with each chart generation and rendering session.
RunTimeContext - Class in org.eclipse.birt.chart.factory
Encapsulates runtime information associated with each chart generation and rendering session.
RunTimeContext() - Constructor for class org.eclipse.birt.chart.factory.RunTimeContext
A default zero-arg public constructor used for object creation.
RunTimeContext() - Constructor for class org.eclipse.birt.chart.factory.RunTimeContext
A default zero-arg public constructor used for object creation.
RunTimeContext.StateKey<T> - Class in org.eclipse.birt.chart.factory
Predifined static keys for states.
RunTimeContext.StateKey<T> - Class in org.eclipse.birt.chart.factory
Predifined static keys for states.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2005-2014 OpenText Corp. All rights reserved.