Uses of Interface
org.eclipse.birt.chart.model.attribute.Fill
Packages that use Fill
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains the chart model interfaces that define the starting point for creating
a new chart.
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.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
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 a default out-of-the-box set of series type interfaces that are
associated with all charts.
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
Contains classes that represent the core plot rendering framework.
-
Uses of Fill in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return FillMethods in org.eclipse.birt.chart.computation with parameters of type FillModifier and TypeMethodDescriptionConstructors in org.eclipse.birt.chart.computation with parameters of type FillModifierConstructorDescriptionLegendEntryRenderingHints
(Label la, Label valueLa, int dataIndex, Fill fill) -
Uses of Fill in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event that return FillModifier and TypeMethodDescriptionfinal Fill
ArcRenderEvent.getBackground()
final Fill
AreaRenderEvent.getBackground()
OvalRenderEvent.getBackground()
Polygon3DRenderEvent.getBackground()
PolygonRenderEvent.getBackground()
PrimitiveRenderEvent.getBackground()
RectangleRenderEvent.getBackground()
Methods in org.eclipse.birt.chart.event with parameters of type FillModifier and TypeMethodDescriptionfinal void
ArcRenderEvent.setBackground
(Fill ifBackground) Sets the backgound for this arc.final void
AreaRenderEvent.setBackground
(Fill fill) Sets the background of this area.void
OvalRenderEvent.setBackground
(Fill ifBackground) Sets the background attributes.void
Polygon3DRenderEvent.setBackground
(Fill ifBackground) void
PolygonRenderEvent.setBackground
(Fill ifBackground) Sets the background fill attributes for the polygonvoid
RectangleRenderEvent.setBackground
(Fill ifBackground) Sets the background fill associated with the rectangle. -
Uses of Fill in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return FillModifier and TypeMethodDescriptionChartWithAxes.getFloorFill()
Returns the value of the 'Floor Fill' containment reference.ChartWithAxes.getWallFill()
Returns the value of the 'Wall Fill' containment reference.Methods in org.eclipse.birt.chart.model with parameters of type FillModifier and TypeMethodDescriptionvoid
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. -
Uses of Fill in org.eclipse.birt.chart.model.attribute
Subinterfaces of Fill in org.eclipse.birt.chart.model.attributeModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Color Definition'.interface
A representation of the model object 'Embedded Image'.interface
A representation of the model object 'Gradient'.interface
A representation of the model object 'Image'.interface
A representation of the model object 'Multiple Fill'.interface
A representation of the model object 'Pattern Image'.Methods in org.eclipse.birt.chart.model.attribute that return FillModifier and TypeMethodDescriptionFill.copyInstance()
AttributeFactory.createFill()
Returns a new object of class 'Fill'.Marker.getFill()
Returns the value of the 'Fill' containment reference.Methods in org.eclipse.birt.chart.model.attribute that return types with arguments of type FillModifier and TypeMethodDescriptionorg.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.Methods in org.eclipse.birt.chart.model.attribute with parameters of type Fill -
Uses of Fill in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement FillModifier and TypeClassDescriptionclass
An implementation of the model object ' Color Definition'.class
An implementation of the model object 'Embedded Image'.class
An implementation of the model object ' Fill'.class
An implementation of the model object ' Gradient'.class
An implementation of the model object ' Image'.class
An implementation of the model object 'Multiple Fill'.class
An implementation of the model object 'Pattern Image'.Methods in org.eclipse.birt.chart.model.attribute.impl that return FillModifier and TypeMethodDescriptionFillImpl.copyInstance()
A convenient method to get an instance copy.AttributeFactoryImpl.createFill()
MarkerImpl.getFill()
Methods in org.eclipse.birt.chart.model.attribute.impl that return types with arguments of type FillModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Fill>
PaletteImpl.getEntries()
org.eclipse.emf.common.util.EList<Fill>
MultipleFillImpl.getFills()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type FillModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
MarkerImpl.basicSetFill
(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs) static final Palette
A convenience method provided to create a palette with a single color entry NOTE: Manually writtenvoid
static final void
MarkerImpl.setFillSimple
(Marker marker, Fill fill) To set the fill without EMF notifying for accelerating graphic purpose.final void
-
Uses of Fill in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return FillModifier and TypeMethodDescriptionLabel.getBackground()
Returns the value of the 'Background' containment reference.Dial.getFill()
Returns the value of the 'Fill' containment reference.MarkerRange.getFill()
Returns the value of the 'Fill' containment reference.Methods in org.eclipse.birt.chart.model.component with parameters of type FillModifier and TypeMethodDescriptionvoid
Label.setBackground
(Fill value) Sets the value of the 'Background
' containment reference.void
Sets the value of the 'Fill
' containment reference.void
Sets the value of the 'Fill
' containment reference. -
Uses of Fill in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return FillModifier and TypeMethodDescriptionLabelImpl.getBackground()
DialImpl.getFill()
MarkerRangeImpl.getFill()
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type FillModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
LabelImpl.basicSetBackground
(Fill newBackground, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
DialImpl.basicSetFill
(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
MarkerRangeImpl.basicSetFill
(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs) static final MarkerRange
MarkerRangeImpl.create
(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor) A convenience method provided to add a marker range instance to an axisstatic final 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 axisstatic final 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 axisvoid
LabelImpl.setBackground
(Fill newBackground) void
void
-
Uses of Fill in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return FillModifier and TypeMethodDescriptionChartWithAxesImpl.getFloorFill()
ChartWithAxesImpl.getWallFill()
Methods in org.eclipse.birt.chart.model.impl with parameters of type FillModifier and TypeMethodDescriptionorg.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) -
Uses of Fill in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return FillModifier and TypeMethodDescriptionBlock.getBackground()
Returns the value of the 'Background' containment reference.ClientArea.getBackground()
Returns the value of the 'Background' containment reference.Methods in org.eclipse.birt.chart.model.layout with parameters of type FillModifier and TypeMethodDescriptionvoid
Block.setBackground
(Fill value) Sets the value of the 'Background
' containment reference.void
ClientArea.setBackground
(Fill value) Sets the value of the 'Background
' containment reference. -
Uses of Fill in org.eclipse.birt.chart.model.layout.impl
Methods in org.eclipse.birt.chart.model.layout.impl that return FillMethods in org.eclipse.birt.chart.model.layout.impl with parameters of type FillModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
BlockImpl.basicSetBackground
(Fill newBackground, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
ClientAreaImpl.basicSetBackground
(Fill newBackground, org.eclipse.emf.common.notify.NotificationChain msgs) void
BlockImpl.setBackground
(Fill newBackground) void
ClientAreaImpl.setBackground
(Fill newBackground) -
Uses of Fill in org.eclipse.birt.chart.model.type
Methods in org.eclipse.birt.chart.model.type that return FillModifier and TypeMethodDescriptionStockSeries.getFill()
Returns the value of the 'Fill' containment reference.GanttSeries.getOutlineFill()
Returns the value of the 'Outline Fill' containment reference.Methods in org.eclipse.birt.chart.model.type with parameters of type FillModifier and TypeMethodDescriptionvoid
Sets the value of the 'Fill
' containment reference.void
GanttSeries.setOutlineFill
(Fill value) Sets the value of the 'Outline Fill
' containment reference. -
Uses of Fill in org.eclipse.birt.chart.model.type.impl
Methods in org.eclipse.birt.chart.model.type.impl that return FillMethods in org.eclipse.birt.chart.model.type.impl with parameters of type FillModifier and TypeMethodDescriptionorg.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
void
GanttSeriesImpl.setOutlineFill
(Fill newOutlineFill) -
Uses of Fill in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render with parameters of type FillModifier and TypeMethodDescriptionvoid
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.void
BaseRenderer.updateTranslucency
(Fill fill, Series se) Updates the tranlucency of the fill according to series setting.Constructors in org.eclipse.birt.chart.render with parameters of type FillModifierConstructorDescriptionCurveRenderer
(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, Object _oSource, Location _lo, LineAttributes _la, Fill _paletteEntry, Marker _m, Integer _markerSize, DeferredCache _dc, boolean _bDeferred, boolean _bTransposed) MarkerRenderer
(IDeviceRenderer _render, Object _oSource, Location _lo, LineAttributes _la, Fill _paletteEntry, Marker _m, Integer _markerSize, DeferredCache _dc, boolean _bDeferred, boolean _bTransposed, int _zOrder) The constructor. -
Uses of Fill in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script with parameters of type FillModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterDrawDataPoint
(DataPointHints dph, Fill fill, IChartScriptContext icsc) void
IChartEventHandler.afterDrawDataPoint
(DataPointHints dph, Fill fill, IChartScriptContext icsc) Called after drawing each datapoint graphical representation or marker.void
ChartEventHandlerAdapter.beforeDrawDataPoint
(DataPointHints dph, Fill fill, IChartScriptContext icsc) void
IChartEventHandler.beforeDrawDataPoint
(DataPointHints dph, Fill fill, IChartScriptContext icsc) Called before drawing each datapoint graphical representation or marker.