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 - Static variable in class org.eclipse.birt.chart.model.attribute.MarkerType
The 'Rectangle' literal value.
RECTANGLE - Static variable in class org.eclipse.birt.chart.model.attribute.RiserType
The 'Rectangle' literal value.
RECTANGLE_LITERAL - Static variable in class org.eclipse.birt.chart.model.attribute.MarkerType
The 'Rectangle' literal object.
RECTANGLE_LITERAL - Static variable in class org.eclipse.birt.chart.model.attribute.RiserType
The 'Rectangle' literal object.
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(EList, ArrayList, int, int) - Method in class org.eclipse.birt.chart.model.impl.ChartWithoutAxesImpl
Walks down the series definition tree and retrieves all runtime series.
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 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.
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.
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, Bounds) - Method in class org.eclipse.birt.chart.render.AxesRenderer
Overridden behavior for graphic element series that are plotted along axes
render(Map, 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.
RENDERING - Static variable in exception 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.
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) - 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 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.BaseRenderer
Renders the Plot
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
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.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
 
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.
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 class org.eclipse.birt.chart.event.TextRenderEvent
A constant used with the 'TextPosition' attribute.
RIGHT - Static variable in class org.eclipse.birt.chart.model.attribute.HorizontalAlignment
The 'Right' literal value.
RIGHT - Static variable in class org.eclipse.birt.chart.model.attribute.Position
The 'Right' literal value.
RIGHT - Static variable in class org.eclipse.birt.chart.model.attribute.TickStyle
The 'Right' literal value.
RIGHT_LITERAL - Static variable in class org.eclipse.birt.chart.model.attribute.HorizontalAlignment
The 'Right' literal object.
RIGHT_LITERAL - Static variable in class org.eclipse.birt.chart.model.attribute.Position
The 'Right' literal object.
RIGHT_LITERAL - Static variable in class org.eclipse.birt.chart.model.attribute.TickStyle
The 'Right' literal object.
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 - Class 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 - Static variable in class org.eclipse.birt.chart.event.TransformationEvent
Indicates this is a rotating transformation.
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 - Class in org.eclipse.birt.chart.model.attribute
Deprecated. only reserved for compatibility
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() - Constructor for class org.eclipse.birt.chart.factory.RunTimeContext
A default zero-arg public constructor used for object creation.

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-2008 Actuate Corp. All rights reserved.