Uses of Interface
org.eclipse.birt.chart.model.component.Label

Packages that use Label
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
org.eclipse.birt.chart.computation.withaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. 
org.eclipse.birt.chart.device Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. 
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
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.component.util This is a placeholder file for the org.eclipse.birt.chart.model.component.util package. 
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 Label in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that return Label
 Label LegendEntryRenderingHints.getLabel()
           
 Label LegendEntryRenderingHints.getValueLabel()
           
 

Methods in org.eclipse.birt.chart.computation with parameters of type Label
static double Methods.computeWidth(IDisplayServer xs, Label la)
           
static double Methods.computeHeight(IDisplayServer xs, Label la)
           
static RotatedRectangle Methods.computePolygon(IDisplayServer xs, int iLabelLocation, Label la, double dX, double dY)
           
static Location Methods.computeRotatedTopPoint(IDisplayServer xs, BoundingBox bbox, Label la, double fullHeight)
           
static BoundingBox Methods.computeBox(IDisplayServer xs, int iLabelLocation, Label la, double dX, double dY)
           
static BoundingBox Methods.computeBox(IDisplayServer xs, int iLabelLocation, Label la, double dX, double dY, double dWrapping)
           
 

Constructors in org.eclipse.birt.chart.computation with parameters of type Label
LegendEntryRenderingHints(Label la, Label valueLa, int dataIndex, Fill fill)
           
 

Uses of Label in org.eclipse.birt.chart.computation.withaxes
 

Methods in org.eclipse.birt.chart.computation.withaxes that return Label
 Label SeriesRenderingHints3D.getLabelAttributes(Series se)
           
 Label SeriesRenderingHints.getLabelAttributes(Series se)
           
 Label OneAxis.getLabel()
           
 Label OneAxis.getTitle()
           
 

Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type Label
 boolean AutoScale.checkFit(IDisplayServer xs, Label la, int iLabelLocation)
          Checks all labels for any overlap for a given axis' scale
 int AutoScale.computeTicks(IDisplayServer xs, Label la, int iLabelLocation, int iOrientation, double dStart, double dEnd, boolean bConsiderStartEndLabels, AllAxes aax)
           
 int AutoScale.computeTicks(IDisplayServer xs, Label la, int iLabelLocation, int iOrientation, double dStart, double dEnd, boolean bConsiderStartLabel, boolean bConsiderEndLabel, AllAxes aax)
           
 double AutoScale.computeStaggeredAxisLabelOffset(IDisplayServer xs, Label la, int iOrientation)
           
 

Uses of Label in org.eclipse.birt.chart.device
 

Methods in org.eclipse.birt.chart.device with parameters of type Label
 void ITextMetrics.reuse(Label la)
          Permits reuse of the text metrics instance for a new label with new attributes.
 void ITextMetrics.reuse(Label la, double forceWrappingSize)
          Permits reuse of the text metrics instance for a new label with new attributes and a forcing wrapping size.
 void TextAdapter.reuse(Label la)
           
 void TextAdapter.reuse(Label la, double forceWrappingSize)
           
 ITextMetrics IDisplayServer.getTextMetrics(Label la)
          An instance of a text metrics computation class capable of providing text metric information associated with a given Label to aid in typically computing the size of rendered text
 void TextRendererAdapter.renderShadowAtLocation(IPrimitiveRenderer idr, int labelPosition, Location lo, Label la)
           
 void TextRendererAdapter.renderTextAtLocation(IPrimitiveRenderer ipr, int labelPosition, Location lo, Label la)
           
 void TextRendererAdapter.renderTextInBlock(IDeviceRenderer idr, Bounds boBlock, TextAlignment taBlock, Label la)
           
 void ITextRenderer.renderShadowAtLocation(IPrimitiveRenderer idr, int iLabelPosition, Location lo, Label la)
          This method renders the 'shadow' at an offset from the text 'rotated rectangle' subsequently rendered.
 void ITextRenderer.renderTextAtLocation(IPrimitiveRenderer ipr, int iLabelPosition, Location lo, Label la)
           
 void ITextRenderer.renderTextInBlock(IDeviceRenderer idr, Bounds boBlock, TextAlignment taBlock, Label la)
           
 ITextMetrics DisplayAdapter.getTextMetrics(Label la)
           
 

Uses of Label in org.eclipse.birt.chart.event
 

Methods in org.eclipse.birt.chart.event that return Label
 Label PrimitiveRenderEvent.getLabel()
           
 Label TextRenderEvent.getLabel()
           
 

Methods in org.eclipse.birt.chart.event with parameters of type Label
static StructureSource WrappedStructureSource.createLegendTitle(Legend lg, Label title)
          Creates a WrappedStructure Source for type Legend Title with a Legend parent.
static StructureSource WrappedStructureSource.createAxisTitle(Axis ax, Label title)
          Creates a WrappedStructure Source for type Axis Title with an Axis parent.
static StructureSource WrappedStructureSource.createAxisLabel(Axis ax, Label lb)
          Creates a WrappedStructure Source for type Axis Label with an Axis parent.
static StructureSource WrappedStructureSource.createSeriesTitle(Series se, Label title)
          Creates a WrappedStructure Source for type Series Title with a Series parent.
 void TextRenderEvent.setLabel(Label la)
          Sets the label of the text.
 

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

Methods in org.eclipse.birt.chart.model.component that return Label
 Label Axis.getTitle()
          Returns the value of the 'Title' containment reference.
 Label Axis.getSubTitle()
          Returns the value of the 'Sub Title' containment reference.
 Label Axis.getLabel()
          Returns the value of the 'Label' containment reference.
 Label MarkerLine.getLabel()
          Returns the value of the 'Label' containment reference.
 Label MarkerRange.getLabel()
          Returns the value of the 'Label' containment reference.
 Label Series.getLabel()
          Returns the value of the 'Label' containment reference.
 Label ComponentFactory.createLabel()
          Returns a new object of class 'Label'.
 Label CurveFitting.getLabel()
          Returns the value of the 'Label' containment reference.
 Label Dial.getLabel()
          Returns the value of the 'Label' containment reference.
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Label
 void Axis.setTitle(Label value)
          Sets the value of the 'Title' containment reference.
 void Axis.setSubTitle(Label value)
          Sets the value of the 'Sub Title' containment reference.
 void Axis.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void MarkerLine.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void MarkerRange.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void Series.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void CurveFitting.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void Dial.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 

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

Classes in org.eclipse.birt.chart.model.component.impl that implement Label
 class LabelImpl
           An implementation of the model object ' Label'.
 

Methods in org.eclipse.birt.chart.model.component.impl that return Label
 Label ComponentFactoryImpl.createLabel()
           
 Label CurveFittingImpl.getLabel()
           
 Label MarkerRangeImpl.getLabel()
           
static Label LabelImpl.create()
          A convenience method to create an initialized 'Label' instance
static Label LabelImpl.copyInstance(Label src)
          A convenient method to get an instance copy.
static Label LabelImpl.copyCompactInstance(Label src)
          A convenient method to get an instance copy.
 Label MarkerLineImpl.getLabel()
           
 Label SeriesImpl.getLabel()
           
 Label DialImpl.getLabel()
           
 Label AxisImpl.getTitle()
           
 Label AxisImpl.getSubTitle()
           
 Label AxisImpl.getLabel()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Label
 org.eclipse.emf.common.notify.NotificationChain CurveFittingImpl.basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CurveFittingImpl.setLabel(Label newLabel)
           
 org.eclipse.emf.common.notify.NotificationChain MarkerRangeImpl.basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MarkerRangeImpl.setLabel(Label newLabel)
           
static Label LabelImpl.copyInstance(Label src)
          A convenient method to get an instance copy.
static Label LabelImpl.copyCompactInstance(Label src)
          A convenient method to get an instance copy.
 org.eclipse.emf.common.notify.NotificationChain MarkerLineImpl.basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MarkerLineImpl.setLabel(Label newLabel)
           
 org.eclipse.emf.common.notify.NotificationChain SeriesImpl.basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SeriesImpl.setLabel(Label newLabel)
           
 org.eclipse.emf.common.notify.NotificationChain DialImpl.basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DialImpl.setLabel(Label newLabel)
           
 org.eclipse.emf.common.notify.NotificationChain AxisImpl.basicSetTitle(Label newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AxisImpl.setTitle(Label newTitle)
           
 org.eclipse.emf.common.notify.NotificationChain AxisImpl.basicSetSubTitle(Label newSubTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AxisImpl.setSubTitle(Label newSubTitle)
           
 org.eclipse.emf.common.notify.NotificationChain AxisImpl.basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AxisImpl.setLabel(Label newLabel)
           
 

Uses of Label in org.eclipse.birt.chart.model.component.util
 

Methods in org.eclipse.birt.chart.model.component.util with parameters of type Label
 java.lang.Object ComponentSwitch.caseLabel(Label object)
          Returns the result of interpretting the object as an instance of 'Label'.
 

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

Methods in org.eclipse.birt.chart.model.layout that return Label
 Label LabelBlock.getLabel()
          Returns the value of the 'Label' containment reference.
 Label Legend.getTitle()
          Returns the value of the 'Title' containment reference.
 

Methods in org.eclipse.birt.chart.model.layout with parameters of type Label
 void LabelBlock.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void Legend.setTitle(Label value)
          Sets the value of the 'Title' containment reference.
 

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

Methods in org.eclipse.birt.chart.model.layout.impl that return Label
 Label LegendImpl.getTitle()
           
 Label LabelBlockImpl.getLabel()
           
 

Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Label
 org.eclipse.emf.common.notify.NotificationChain LegendImpl.basicSetTitle(Label newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LegendImpl.setTitle(Label newTitle)
           
 org.eclipse.emf.common.notify.NotificationChain LabelBlockImpl.basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LabelBlockImpl.setLabel(Label newLabel)
           
 

Uses of Label in org.eclipse.birt.chart.model.type
 

Methods in org.eclipse.birt.chart.model.type that return Label
 Label GanttSeries.getDecorationLabel()
          Returns the value of the 'Decoration Label' containment reference.
 Label PieSeries.getTitle()
          Returns the value of the 'Title' containment reference.
 

Methods in org.eclipse.birt.chart.model.type with parameters of type Label
 void GanttSeries.setDecorationLabel(Label value)
          Sets the value of the 'Decoration Label' containment reference.
 void PieSeries.setTitle(Label value)
          Sets the value of the 'Title' containment reference.
 

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

Methods in org.eclipse.birt.chart.model.type.impl that return Label
 Label PieSeriesImpl.getTitle()
           
 Label GanttSeriesImpl.getDecorationLabel()
           
 

Methods in org.eclipse.birt.chart.model.type.impl with parameters of type Label
 org.eclipse.emf.common.notify.NotificationChain PieSeriesImpl.basicSetTitle(Label newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PieSeriesImpl.setTitle(Label newTitle)
           
 org.eclipse.emf.common.notify.NotificationChain GanttSeriesImpl.basicSetDecorationLabel(Label newDecorationLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GanttSeriesImpl.setDecorationLabel(Label newDecorationLabel)
           
 

Uses of Label in org.eclipse.birt.chart.render
 

Methods in org.eclipse.birt.chart.render with parameters of type Label
 void BaseRenderer.renderLabel(java.lang.Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo)
          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.
 void BaseRenderer.renderLabel(java.lang.Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo, DeferredCache _dc)
          Renderer label with specified DeferredCache.
 void BaseRenderer.renderLabel(java.lang.Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo)
          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.
 void BaseRenderer.renderLabel(java.lang.Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo, DeferredCache _dc)
          Renderer label with specified DeferredCache.
 

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

Methods in org.eclipse.birt.chart.script with parameters of type Label
 void ChartEventHandlerAdapter.beforeDrawAxisLabel(Axis axis, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.beforeDrawAxisTitle(Axis axis, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.beforeDrawDataPointLabel(DataPointHints dph, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.beforeDrawLegendEntry(Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.beforeDrawSeriesTitle(Series series, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawLegendEntry(Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawSeriesTitle(Series series, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawDataPointLabel(DataPointHints dph, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawAxisLabel(Axis axis, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawAxisTitle(Axis axis, Label label, IChartScriptContext icsc)
           
 void IChartEventHandler.beforeDrawLegendEntry(Label label, IChartScriptContext icsc)
          Deprecated. Since 2.2.0 use beforeDrawLegendItem( ) instead
 void IChartEventHandler.afterDrawLegendEntry(Label label, IChartScriptContext icsc)
          Deprecated. Since 2.2.0 use afterDrawLegendItem( ) instead
 void IChartEventHandler.beforeDrawSeriesTitle(Series series, Label label, IChartScriptContext icsc)
          Called before rendering the title of a Series.
 void IChartEventHandler.afterDrawSeriesTitle(Series series, Label label, IChartScriptContext icsc)
          Called after rendering the title of a Series .
 void IChartEventHandler.beforeDrawDataPointLabel(DataPointHints dph, Label label, IChartScriptContext icsc)
          Called before rendering the label for each datapoint.
 void IChartEventHandler.afterDrawDataPointLabel(DataPointHints dph, Label label, IChartScriptContext icsc)
          Called after rendering the label for each datapoint.
 void IChartEventHandler.beforeDrawAxisLabel(Axis axis, Label label, IChartScriptContext icsc)
          Called before rendering each label on a given Axis.
 void IChartEventHandler.afterDrawAxisLabel(Axis axis, Label label, IChartScriptContext icsc)
          Called after rendering each label on a given Axis.
 void IChartEventHandler.beforeDrawAxisTitle(Axis axis, Label label, IChartScriptContext icsc)
          Called before rendering the Title of an Axis.
 void IChartEventHandler.afterDrawAxisTitle(Axis axis, Label label, IChartScriptContext icsc)
          Called after rendering the Title of an Axis.
 

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

Methods in org.eclipse.birt.chart.util with parameters of type Label
static boolean ChartUtil.isShadowDefined(Label la)
          Returns if the given label has defined a shadow.
 



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