Uses of Interface
org.eclipse.birt.chart.model.attribute.Fill

Packages that use Fill
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.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
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   
org.eclipse.birt.chart.util Provides miscellaneous classes associated with data types and extension lookup services. 
 

Uses of Fill in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that return Fill
 Fill LegendEntryRenderingHints.getFill()
           
 

Constructors in org.eclipse.birt.chart.computation with parameters of type Fill
LegendEntryRenderingHints(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 Fill
 Fill PolygonRenderEvent.getBackground()
           
 Fill Polygon3DRenderEvent.getBackground()
           
 Fill OvalRenderEvent.getBackground()
           
 Fill AreaRenderEvent.getBackground()
           
 Fill PrimitiveRenderEvent.getBackground()
           
 Fill RectangleRenderEvent.getBackground()
           
 Fill ArcRenderEvent.getBackground()
           
 

Methods in org.eclipse.birt.chart.event with parameters of type Fill
 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 RectangleRenderEvent.setBackground(Fill ifBackground)
          Sets the background fill associated with the rectangle.
 void ArcRenderEvent.setBackground(Fill ifBackground)
          Sets the backgound for this arc.
 

Uses of Fill in org.eclipse.birt.chart.model
 

Methods in org.eclipse.birt.chart.model that return Fill
 Fill ChartWithAxes.getWallFill()
          Returns the value of the 'Wall Fill' containment reference.
 Fill ChartWithAxes.getFloorFill()
          Returns the value of the 'Floor Fill' containment reference.
 

Methods in org.eclipse.birt.chart.model with parameters of type Fill
 void ChartWithAxes.setWallFill(Fill value)
          Sets the value of the 'Wall Fill' containment reference.
 void ChartWithAxes.setFloorFill(Fill value)
          Sets the value of the 'Floor Fill' containment reference.
 

Uses of Fill in org.eclipse.birt.chart.model.attribute
 

Subinterfaces of Fill in org.eclipse.birt.chart.model.attribute
 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'.
 

Methods in org.eclipse.birt.chart.model.attribute that return Fill
 Fill AttributeFactory.createFill()
          Returns a new object of class 'Fill'.
 Fill Marker.getFill()
          Returns the value of the 'Fill' containment reference.
 

Methods in org.eclipse.birt.chart.model.attribute with parameters of type Fill
 void Palette.update(Fill f)
          This convenience method updates the content of a palette with a single color NOTE: Manually written
 void Marker.setFill(Fill value)
          Sets the value of the 'Fill' containment reference.
 

Uses of Fill in org.eclipse.birt.chart.model.attribute.impl
 

Classes in org.eclipse.birt.chart.model.attribute.impl that implement Fill
 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'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return Fill
 Fill MarkerImpl.getFill()
           
 Fill AttributeFactoryImpl.createFill()
           
 

Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Fill
 org.eclipse.emf.common.notify.NotificationChain MarkerImpl.basicSetFill(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MarkerImpl.setFill(Fill newFill)
           
static Palette PaletteImpl.create(Fill f)
          A convenience method provided to create a palette with a single color entry NOTE: Manually written
 void PaletteImpl.update(Fill f)
           
 

Uses of Fill in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Fill
 boolean AttributeValidator.validateFill(Fill fill, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object AttributeSwitch.caseFill(Fill object)
          Returns the result of interpretting the object as an instance of 'Fill'.
 

Uses of Fill in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component that return Fill
 Fill Dial.getFill()
          Returns the value of the 'Fill' containment reference.
 Fill MarkerRange.getFill()
          Returns the value of the 'Fill' containment reference.
 Fill Label.getBackground()
          Returns the value of the 'Background' containment reference.
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Fill
 void Dial.setFill(Fill value)
          Sets the value of the 'Fill' containment reference.
 void MarkerRange.setFill(Fill value)
          Sets the value of the 'Fill' containment reference.
 void Label.setBackground(Fill value)
          Sets the value of the 'Background' containment reference.
 

Uses of Fill in org.eclipse.birt.chart.model.component.impl
 

Methods in org.eclipse.birt.chart.model.component.impl that return Fill
 Fill DialImpl.getFill()
           
 Fill MarkerRangeImpl.getFill()
           
 Fill LabelImpl.getBackground()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Fill
 org.eclipse.emf.common.notify.NotificationChain DialImpl.basicSetFill(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DialImpl.setFill(Fill newFill)
           
 org.eclipse.emf.common.notify.NotificationChain MarkerRangeImpl.basicSetFill(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MarkerRangeImpl.setFill(Fill newFill)
           
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
 org.eclipse.emf.common.notify.NotificationChain LabelImpl.basicSetBackground(Fill newBackground, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LabelImpl.setBackground(Fill newBackground)
           
 

Uses of Fill in org.eclipse.birt.chart.model.impl
 

Methods in org.eclipse.birt.chart.model.impl that return Fill
 Fill ChartWithAxesImpl.getWallFill()
           
 Fill ChartWithAxesImpl.getFloorFill()
           
 

Methods in org.eclipse.birt.chart.model.impl with parameters of type Fill
 org.eclipse.emf.common.notify.NotificationChain ChartWithAxesImpl.basicSetWallFill(Fill newWallFill, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ChartWithAxesImpl.setWallFill(Fill newWallFill)
           
 org.eclipse.emf.common.notify.NotificationChain ChartWithAxesImpl.basicSetFloorFill(Fill newFloorFill, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ChartWithAxesImpl.setFloorFill(Fill newFloorFill)
           
 

Uses of Fill in org.eclipse.birt.chart.model.layout
 

Methods in org.eclipse.birt.chart.model.layout that return Fill
 Fill ClientArea.getBackground()
          Returns the value of the 'Background' containment reference.
 Fill Block.getBackground()
          Returns the value of the 'Background' containment reference.
 

Methods in org.eclipse.birt.chart.model.layout with parameters of type Fill
 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.
 

Uses of Fill in org.eclipse.birt.chart.model.layout.impl
 

Methods in org.eclipse.birt.chart.model.layout.impl that return Fill
 Fill BlockImpl.getBackground()
           
 Fill ClientAreaImpl.getBackground()
           
 

Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Fill
 org.eclipse.emf.common.notify.NotificationChain BlockImpl.basicSetBackground(Fill newBackground, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BlockImpl.setBackground(Fill newBackground)
           
 org.eclipse.emf.common.notify.NotificationChain ClientAreaImpl.basicSetBackground(Fill newBackground, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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 Fill
 Fill StockSeries.getFill()
          Returns the value of the 'Fill' containment reference.
 Fill GanttSeries.getOutlineFill()
          Returns the value of the 'Outline Fill' containment reference.
 

Methods in org.eclipse.birt.chart.model.type with parameters of type Fill
 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.
 

Uses of Fill in org.eclipse.birt.chart.model.type.impl
 

Methods in org.eclipse.birt.chart.model.type.impl that return Fill
 Fill StockSeriesImpl.getFill()
           
 Fill GanttSeriesImpl.getOutlineFill()
           
 

Methods in org.eclipse.birt.chart.model.type.impl with parameters of type Fill
 org.eclipse.emf.common.notify.NotificationChain StockSeriesImpl.basicSetFill(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StockSeriesImpl.setFill(Fill newFill)
           
 org.eclipse.emf.common.notify.NotificationChain GanttSeriesImpl.basicSetOutlineFill(Fill newOutlineFill, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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 Fill
 void BaseRenderer.updateTranslucency(Fill fill, Series se)
          Updates the tranlucency of the fill according to series setting.
 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 EmptyWithAxes.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 EmptyWithoutAxes.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.
 

Constructors in org.eclipse.birt.chart.render with parameters of type Fill
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)
          The constructor.
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.
 

Uses of Fill in org.eclipse.birt.chart.script
 

Methods in org.eclipse.birt.chart.script with parameters of type Fill
 void IChartEventHandler.beforeDrawDataPoint(DataPointHints dph, Fill fill, IChartScriptContext icsc)
          Called before drawing each datapoint graphical representation or marker.
 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 ChartEventHandlerAdapter.afterDrawDataPoint(DataPointHints dph, Fill fill, IChartScriptContext icsc)
           
 

Uses of Fill in org.eclipse.birt.chart.util
 

Methods in org.eclipse.birt.chart.util that return Fill
static Fill FillUtil.getDarkerFill(Fill fill)
          Returns a darker fill.
static Fill FillUtil.getBrighterFill(Fill fill)
          Returns a brighter fill.
static Fill FillUtil.convertFillToGradient(Fill fill, boolean bTransposed)
          Converts Fill to Gradient if possible, and changes gradient angle according to chart direction.
static Fill ChartUtil.convertFill(Fill fill, double dValue, Fill fNegative)
          Converts Fill if possible.
 

Methods in org.eclipse.birt.chart.util with parameters of type Fill
static ColorDefinition FillUtil.getDarkerColor(Fill fill)
          Returns a darker color.
static Fill FillUtil.getDarkerFill(Fill fill)
          Returns a darker fill.
static ColorDefinition FillUtil.getBrighterColor(Fill fill)
          Returns a brighter color.
static Fill FillUtil.getBrighterFill(Fill fill)
          Returns a brighter fill.
static Fill FillUtil.convertFillToGradient(Fill fill, boolean bTransposed)
          Converts Fill to Gradient if possible, and changes gradient angle according to chart direction.
static Fill ChartUtil.convertFill(Fill fill, double dValue, Fill fNegative)
          Converts Fill if possible.
 



Copyright © 2005-2007 Actuate Corp. All rights reserved.