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

Packages that use Axis
org.eclipse.birt.chart.computation.withaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes 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.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.impl Represents the chart model implementation classes that define the starting point for creating a new chart. 
org.eclipse.birt.chart.render Contains classes that represent the core plot rendering framework. 
org.eclipse.birt.chart.script   
 

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

Methods in org.eclipse.birt.chart.computation.withaxes that return Axis
 Axis OneAxis.getModelAxis()
           
 

Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type Axis
 java.util.ArrayList StackedSeriesLookup.getStackGroups(Axis ax)
           
 int StackedSeriesLookup.getSeriesCount(Axis ax)
           
 

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

Methods in org.eclipse.birt.chart.event with parameters of type Axis
static StructureSource StructureSource.createAxis(Axis ax)
          Creates a Structure Source for type Axis.
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.
 

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

Methods in org.eclipse.birt.chart.model that return Axis
 Axis[] ChartWithAxes.getBaseAxes()
          This method returns all base axes associated with the chart model NOTE: Manually written
 Axis[] ChartWithAxes.getPrimaryBaseAxes()
          This method returns all primary base axes associated with the chart model NOTE: Manually written
 Axis[] ChartWithAxes.getOrthogonalAxes(Axis axBase, boolean bIncludePrimary)
          This method returns all (primary and overlay) orthogonal axes for a given base axis If the primary orthogonal is requested for, it would be returned as the first element in the array NOTE: Manually written
 Axis ChartWithAxes.getPrimaryOrthogonalAxis(Axis axBase)
          This method returns the primary orthogonal axis for a given base axis NOTE: Manually written
 Axis ChartWithAxes.getAncillaryBaseAxis(Axis axBase)
          This method returns the ancillary base axis for a given base axis NOTE: Manually written
 

Methods in org.eclipse.birt.chart.model with parameters of type Axis
 Axis[] ChartWithAxes.getOrthogonalAxes(Axis axBase, boolean bIncludePrimary)
          This method returns all (primary and overlay) orthogonal axes for a given base axis If the primary orthogonal is requested for, it would be returned as the first element in the array NOTE: Manually written
 Axis ChartWithAxes.getPrimaryOrthogonalAxis(Axis axBase)
          This method returns the primary orthogonal axis for a given base axis NOTE: Manually written
 Axis ChartWithAxes.getAncillaryBaseAxis(Axis axBase)
          This method returns the ancillary base axis for a given base axis NOTE: Manually written
 

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

Methods in org.eclipse.birt.chart.model.component that return Axis
 Axis ComponentFactory.createAxis()
          Returns a new object of class 'Axis'.
 

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

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

Methods in org.eclipse.birt.chart.model.component.impl that return Axis
 Axis ComponentFactoryImpl.createAxis()
           
static Axis AxisImpl.create(int iAxisType)
          A convenience method to create an initialized 'Axis' instance
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Axis
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 MarkerLine MarkerLineImpl.create(Axis ax, DataElement de)
          A convenience method provided to add a marker line instance to an axis
static MarkerLine MarkerLineImpl.create(Axis ax, DataElement de, ColorDefinition lineColor)
          A convenience method provided to add a marker line instance to an axis
 

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

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

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

Methods in org.eclipse.birt.chart.model.impl that return Axis
 Axis[] ChartWithAxesImpl.getBaseAxes()
          This method returns all base axes associated with the chart model NOTE: Manually written
 Axis[] ChartWithAxesImpl.getPrimaryBaseAxes()
          This method returns all primary base axes associated with the chart model NOTE: Manually written
 Axis[] ChartWithAxesImpl.getOrthogonalAxes(Axis axBase, boolean bIncludePrimary)
          This method returns all (primary and overlay) orthogonal axes for a given base axis If the primary orthogonal is requested for, it would be returned as the first element in the array NOTE: Manually written
 Axis ChartWithAxesImpl.getPrimaryOrthogonalAxis(Axis axBase)
          This method returns the primary orthogonal axis for a given base axis NOTE: Manually written
 Axis ChartWithAxesImpl.getAncillaryBaseAxis(Axis axBase)
           
 

Methods in org.eclipse.birt.chart.model.impl with parameters of type Axis
 Axis[] ChartWithAxesImpl.getOrthogonalAxes(Axis axBase, boolean bIncludePrimary)
          This method returns all (primary and overlay) orthogonal axes for a given base axis If the primary orthogonal is requested for, it would be returned as the first element in the array NOTE: Manually written
 Axis ChartWithAxesImpl.getPrimaryOrthogonalAxis(Axis axBase)
          This method returns the primary orthogonal axis for a given base axis NOTE: Manually written
 Axis ChartWithAxesImpl.getAncillaryBaseAxis(Axis axBase)
           
 

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

Methods in org.eclipse.birt.chart.render that return Axis
 Axis AxesRenderer.getAxis()
          Gets current model Axis
 Axis AxesRenderer.getAxis()
          Gets current model Axis
 

Methods in org.eclipse.birt.chart.render with parameters of type Axis
 void AxesRenderer.set(Chart _cm, java.lang.Object _o, Series _se, Axis _ax, SeriesDefinition _sd)
           
 void AxesRenderer.set(Chart _cm, java.lang.Object _o, Series _se, Axis _ax, SeriesDefinition _sd)
           
 

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

Methods in org.eclipse.birt.chart.script with parameters of type Axis
 void ChartEventHandlerAdapter.beforeDrawAxisLabel(Axis axis, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.beforeDrawAxisTitle(Axis axis, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.beforeDrawMarkerLine(Axis axis, MarkerLine mLine, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.beforeDrawMarkerRange(Axis axis, MarkerRange mRange, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawMarkerLine(Axis axis, MarkerLine mLine, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawMarkerRange(Axis axis, MarkerRange mRange, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawAxisLabel(Axis axis, Label label, IChartScriptContext icsc)
           
 void ChartEventHandlerAdapter.afterDrawAxisTitle(Axis axis, Label label, IChartScriptContext icsc)
           
 void IChartEventHandler.beforeDrawMarkerLine(Axis axis, MarkerLine mLine, IChartScriptContext icsc)
          Called before drawing each marker line in an Axis.
 void IChartEventHandler.afterDrawMarkerLine(Axis axis, MarkerLine mLine, IChartScriptContext icsc)
          Called after drawing each marker line in an Axis.
 void IChartEventHandler.beforeDrawMarkerRange(Axis axis, MarkerRange mRange, IChartScriptContext icsc)
          Called before drawing each marker range in an Axis.
 void IChartEventHandler.afterDrawMarkerRange(Axis axis, MarkerRange mRange, IChartScriptContext icsc)
          Called after drawing each marker range in an Axis.
 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.
 



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