Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.event |
Contains classes that define a rendering notification that is interpreted by
a device renderer.
|
org.eclipse.birt.chart.model |
Contains the chart model interfaces that define the starting point for creating
a new chart.
|
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.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
org.eclipse.birt.chart.model.impl |
Represents the chart model implementation classes that define the starting
point for creating a new chart.
|
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.model.type |
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
|
org.eclipse.birt.chart.model.type.impl |
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
org.eclipse.birt.chart.script |
Modifier and Type | Method and Description |
---|---|
Fill |
IGObjectFactory.copyOf(Fill src) |
Fill |
GObjectFactory.copyOf(Fill src) |
Fill |
LegendEntryRenderingHints.getFill() |
Modifier and Type | Method and Description |
---|---|
Fill |
IGObjectFactory.copyOf(Fill src) |
Fill |
GObjectFactory.copyOf(Fill src) |
Constructor and Description |
---|
LegendEntryRenderingHints(Label la,
Label valueLa,
int dataIndex,
Fill fill) |
Modifier and Type | Method and Description |
---|---|
Fill |
RectangleRenderEvent.getBackground() |
Fill |
PrimitiveRenderEvent.getBackground() |
Fill |
PolygonRenderEvent.getBackground() |
Fill |
Polygon3DRenderEvent.getBackground() |
Fill |
OvalRenderEvent.getBackground() |
Fill |
AreaRenderEvent.getBackground() |
Fill |
ArcRenderEvent.getBackground() |
Modifier and Type | Method and Description |
---|---|
void |
RectangleRenderEvent.setBackground(Fill ifBackground)
Sets the background fill associated with the rectangle.
|
void |
PolygonRenderEvent.setBackground(Fill ifBackground)
Sets the background fill attributes for the polygon
|
void |
Polygon3DRenderEvent.setBackground(Fill ifBackground) |
void |
OvalRenderEvent.setBackground(Fill ifBackground)
Sets the background attributes.
|
void |
AreaRenderEvent.setBackground(Fill fill)
Sets the background of this area.
|
void |
ArcRenderEvent.setBackground(Fill ifBackground)
Sets the backgound for this arc.
|
Modifier and Type | Method and Description |
---|---|
Fill |
ChartWithAxes.getFloorFill()
Returns the value of the 'Floor Fill' containment reference.
|
Fill |
ChartWithAxes.getWallFill()
Returns the value of the 'Wall Fill' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartWithAxes.setFloorFill(Fill value)
Sets the value of the '
Floor Fill ' containment reference. |
void |
ChartWithAxes.setWallFill(Fill value)
Sets the value of the '
Wall Fill ' containment reference. |
Modifier and Type | Interface and Description |
---|---|
interface |
ColorDefinition
A representation of the model object 'Color Definition'.
|
interface |
EmbeddedImage
A representation of the model object 'Embedded Image'.
|
interface |
Gradient
A representation of the model object 'Gradient'.
|
interface |
Image
A representation of the model object 'Image'.
|
interface |
MultipleFill
A representation of the model object 'Multiple Fill'.
|
interface |
PatternImage
A representation of the model object 'Pattern Image'.
|
Modifier and Type | Method and Description |
---|---|
Fill |
Fill.copyInstance() |
Fill |
AttributeFactory.createFill()
Returns a new object of class 'Fill'.
|
Fill |
Marker.getFill()
Returns the value of the 'Fill' containment
reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Fill> |
Palette.getEntries()
Returns the value of the 'Entries' containment reference list.
|
org.eclipse.emf.common.util.EList<Fill> |
MultipleFill.getFills()
Returns the value of the 'Fills' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Marker.setFill(Fill value)
Sets the value of the '
Fill ' containment reference. |
void |
Palette.update(Fill f)
This convenience method updates the content of a palette with a single color
NOTE: Manually written
|
Modifier and Type | Class and Description |
---|---|
class |
ColorDefinitionImpl
An implementation of the model object '
Color Definition'.
|
class |
EmbeddedImageImpl
An implementation of the model object 'Embedded Image'.
|
class |
FillImpl
An implementation of the model object '
Fill'.
|
class |
GradientImpl
An implementation of the model object '
Gradient'.
|
class |
ImageImpl
An implementation of the model object '
Image'.
|
class |
MultipleFillImpl
An implementation of the model object 'Multiple Fill'.
|
class |
PatternImageImpl
An implementation of the model object 'Pattern Image'.
|
Modifier and Type | Method and Description |
---|---|
Fill |
FillImpl.copyInstance()
A convenient method to get an instance copy.
|
Fill |
AttributeFactoryImpl.createFill() |
Fill |
MarkerImpl.getFill() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Fill> |
PaletteImpl.getEntries() |
org.eclipse.emf.common.util.EList<Fill> |
MultipleFillImpl.getFills() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MarkerImpl.basicSetFill(Fill newFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
static Palette |
PaletteImpl.create(Fill f)
A convenience method provided to create a palette with a single color
entry
NOTE: Manually written
|
void |
MarkerImpl.setFill(Fill newFill) |
static void |
MarkerImpl.setFillSimple(Marker marker,
Fill fill)
To set the fill without EMF notifying for accelerating graphic purpose.
|
void |
PaletteImpl.update(Fill f) |
Modifier and Type | Method and Description |
---|---|
Fill |
Label.getBackground()
Returns the value of the 'Background' containment reference.
|
Fill |
MarkerRange.getFill()
Returns the value of the 'Fill' containment reference.
|
Fill |
Dial.getFill()
Returns the value of the 'Fill' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Label.setBackground(Fill value)
Sets the value of the '
Background ' containment reference. |
void |
MarkerRange.setFill(Fill value)
Sets the value of the '
Fill ' containment reference. |
void |
Dial.setFill(Fill value)
Sets the value of the '
Fill ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Fill |
LabelImpl.getBackground() |
Fill |
MarkerRangeImpl.getFill() |
Fill |
DialImpl.getFill() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LabelImpl.basicSetBackground(Fill newBackground,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MarkerRangeImpl.basicSetFill(Fill newFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DialImpl.basicSetFill(Fill newFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
static MarkerRange |
MarkerRangeImpl.create(Axis ax,
DataElement deStart,
DataElement deEnd,
Fill fillColor)
A convenience method provided to add a marker range instance to an axis
|
static MarkerRange |
MarkerRangeImpl.create(Axis ax,
DataElement deStart,
DataElement deEnd,
Fill fillColor,
ColorDefinition outlineColor)
A convenience method provided to add a marker range instance to an axis
|
static MarkerRange |
MarkerRangeImpl.createDefault(Axis ax,
DataElement deStart,
DataElement deEnd,
Fill fillColor,
ColorDefinition outlineColor)
A convenience method provided to add a marker range instance to an axis
|
void |
LabelImpl.setBackground(Fill newBackground) |
void |
MarkerRangeImpl.setFill(Fill newFill) |
void |
DialImpl.setFill(Fill newFill) |
Modifier and Type | Method and Description |
---|---|
Fill |
ChartWithAxesImpl.getFloorFill() |
Fill |
ChartWithAxesImpl.getWallFill() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChartWithAxesImpl.basicSetFloorFill(Fill newFloorFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ChartWithAxesImpl.basicSetWallFill(Fill newWallFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChartWithAxesImpl.setFloorFill(Fill newFloorFill) |
void |
ChartWithAxesImpl.setWallFill(Fill newWallFill) |
Modifier and Type | Method and Description |
---|---|
Fill |
ClientArea.getBackground()
Returns the value of the 'Background' containment reference.
|
Fill |
Block.getBackground()
Returns the value of the 'Background' containment
reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientArea.setBackground(Fill value)
Sets the value of the '
Background ' containment reference. |
void |
Block.setBackground(Fill value)
Sets the value of the '
Background ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Fill |
ClientAreaImpl.getBackground() |
Fill |
BlockImpl.getBackground() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ClientAreaImpl.basicSetBackground(Fill newBackground,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetBackground(Fill newBackground,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ClientAreaImpl.setBackground(Fill newBackground) |
void |
BlockImpl.setBackground(Fill newBackground) |
Modifier and Type | Method and Description |
---|---|
Fill |
StockSeries.getFill()
Returns the value of the 'Fill' containment reference.
|
Fill |
GanttSeries.getOutlineFill()
Returns the value of the 'Outline Fill' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
StockSeries.setFill(Fill value)
Sets the value of the '
Fill ' containment reference. |
void |
GanttSeries.setOutlineFill(Fill value)
Sets the value of the '
Outline Fill ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Fill |
StockSeriesImpl.getFill() |
Fill |
GanttSeriesImpl.getOutlineFill() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
StockSeriesImpl.basicSetFill(Fill newFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
GanttSeriesImpl.basicSetOutlineFill(Fill newOutlineFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
StockSeriesImpl.setFill(Fill newFill) |
void |
GanttSeriesImpl.setOutlineFill(Fill newOutlineFill) |
Modifier and Type | Method and Description |
---|---|
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.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.renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo) |
void |
EmptyWithAxes.renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo) |
void |
BaseRenderer.updateTranslucency(Fill fill,
Series se)
Updates the tranlucency of the fill according to series setting.
|
void |
BaseRenderer.updateTranslucency(Fill fill,
Series se)
Updates the tranlucency of the fill according to series setting.
|
Constructor and Description |
---|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor.
|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
double _zeroLocation,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bFillArea,
boolean _bTranslucent,
boolean _bUseLastState,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor.
|
MarkerRenderer(IDeviceRenderer _render,
java.lang.Object _oSource,
Location _lo,
LineAttributes _la,
Fill _paletteEntry,
Marker _m,
java.lang.Integer _markerSize,
DeferredCache _dc,
boolean _bDeferred,
boolean _bTransposed) |
MarkerRenderer(IDeviceRenderer _render,
java.lang.Object _oSource,
Location _lo,
LineAttributes _la,
Fill _paletteEntry,
Marker _m,
java.lang.Integer _markerSize,
DeferredCache _dc,
boolean _bDeferred,
boolean _bTransposed,
int _zOrder)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
IChartEventHandler.afterDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
Called after drawing each datapoint graphical representation or marker.
|
void |
ChartEventHandlerAdapter.afterDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
Called before drawing each datapoint graphical representation or marker.
|
void |
ChartEventHandlerAdapter.beforeDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.