org.eclipse.birt.chart.computation.withaxes
Class OneAxis

java.lang.Object
  extended by org.eclipse.birt.chart.computation.withaxes.OneAxis

public final class OneAxis
extends java.lang.Object

This class provides an internal implementation of the axis class used by the renderer. Note that positions, orientations, rotation angles, etc could be transposed and may not reflect the same values maintained by the model.


Method Summary
 double getAxisCoordinate()
           
 Location3D getAxisCoordinate3D()
           
 int getAxisType()
           
 Chart getChartModel()
           
 int getCombinedTickStyle()
           
 FormatSpecifier getFormatSpecifier()
           
 Grid getGrid()
           
 IntersectionValue getIntersectionValue()
           
 Label getLabel()
           
 int getLabelPosition()
           
 LineAttributes getLineAttributes()
           
 Axis getModelAxis()
           
 int getOrientation()
           
 RunTimeContext getRunTimeContext()
           
 AutoScale getScale()
           
 Label getTitle()
           
 double getTitleCoordinate()
           
 int getTitlePosition()
           
 boolean isCategoryScale()
           
 boolean isShowLabels()
           
 boolean isTickBwtweenCategories()
           
 void setAxisCoordinate(double _dAxisRenderingCoordinate)
           
 void setShowLabels(boolean bShowLabels)
           
 void setTitleCoordinate(double _dTitleRenderingCoordinate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAxisType

public int getAxisType()
Returns:

setAxisCoordinate

public void setAxisCoordinate(double _dAxisRenderingCoordinate)

setTitleCoordinate

public void setTitleCoordinate(double _dTitleRenderingCoordinate)

getCombinedTickStyle

public int getCombinedTickStyle()
Returns:

getAxisCoordinate

public final double getAxisCoordinate()
Returns:

getAxisCoordinate3D

public final Location3D getAxisCoordinate3D()
Returns:

getTitleCoordinate

public final double getTitleCoordinate()
Returns:

getLabelPosition

public final int getLabelPosition()
Returns:

getTitlePosition

public final int getTitlePosition()
Returns:

getModelAxis

public final Axis getModelAxis()
Returns:

getGrid

public final Grid getGrid()
Returns:

getOrientation

public final int getOrientation()
Returns:

isCategoryScale

public final boolean isCategoryScale()
Returns:

isTickBwtweenCategories

public final boolean isTickBwtweenCategories()

getChartModel

public final Chart getChartModel()

getScale

public AutoScale getScale()
Returns:

getLineAttributes

public final LineAttributes getLineAttributes()
Returns:

getIntersectionValue

public final IntersectionValue getIntersectionValue()
Returns:

getLabel

public final Label getLabel()
Returns:

getTitle

public final Label getTitle()
Returns:

getFormatSpecifier

public final FormatSpecifier getFormatSpecifier()
Returns:

getRunTimeContext

public final RunTimeContext getRunTimeContext()
Returns:

isShowLabels

public final boolean isShowLabels()
Returns:
Returns the bShowLabels.

setShowLabels

public final void setShowLabels(boolean bShowLabels)
Parameters:
bShowLabels - The bShowLabels to set.


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