Class OneAxis
java.lang.Object
org.eclipse.birt.chart.computation.withaxes.OneAxis
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
Modifier and TypeMethodDescriptiondouble
int
int
getGrid()
getLabel()
int
int
getScale()
getTitle()
double
int
boolean
boolean
boolean
void
setAxisCoordinate
(double _dAxisRenderingCoordinate) void
setShowLabels
(boolean bShowLabels) void
setTitleCoordinate
(double _dTitleRenderingCoordinate)
-
Method Details
-
getAxisType
public int getAxisType()- Returns:
-
setAxisCoordinate
public void setAxisCoordinate(double _dAxisRenderingCoordinate) -
setTitleCoordinate
public void setTitleCoordinate(double _dTitleRenderingCoordinate) -
getCombinedTickStyle
public int getCombinedTickStyle()- Returns:
-
getAxisCoordinate
public double getAxisCoordinate()- Returns:
-
getAxisCoordinate3D
- Returns:
-
getTitleCoordinate
public double getTitleCoordinate()- Returns:
-
getLabelPosition
public int getLabelPosition()- Returns:
-
getTitlePosition
public int getTitlePosition()- Returns:
-
getModelAxis
- Returns:
-
getGrid
- Returns:
-
getOrientation
public int getOrientation()- Returns:
-
isCategoryScale
public boolean isCategoryScale()- Returns:
-
isTickBwtweenCategories
public boolean isTickBwtweenCategories() -
getChartModel
-
getScale
- Returns:
-
getLineAttributes
- Returns:
-
getIntersectionValue
- Returns:
-
getLabel
- Returns:
-
getTitle
- Returns:
-
getFormatSpecifier
- Returns:
-
getRunTimeContext
- Returns:
-
isShowLabels
public boolean isShowLabels()- Returns:
- Returns the bShowLabels.
-
setShowLabels
public void setShowLabels(boolean bShowLabels) - Parameters:
bShowLabels
- The bShowLabels to set.
-