Package org.jCharts.axisChart.axis
Class LabelAxis
- java.lang.Object
-
- org.jCharts.axisChart.axis.Axis
-
- org.jCharts.axisChart.axis.LabelAxis
-
- All Implemented Interfaces:
java.io.Serializable
,HTMLTestable
public class LabelAxis extends Axis implements HTMLTestable
Deprecated.just using the Axis Object- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
addTextTags()
Deprecated.Add the scale labels.protected boolean
amDataAxis()
Deprecated.protected boolean
amLabelAxis()
Deprecated.protected void
render(java.awt.Graphics2D graphics2D, IDataSeries iDataSeries)
Deprecated.Renders the axis on the passed Graphics2D objectvoid
toHTML(HTMLGenerator htmlGenerator)
Deprecated.Enables the testing routines to display the contents of this Object.-
Methods inherited from class org.jCharts.axisChart.axis.Axis
computeAxisTitleDimensions, computeOneUnitPixelSize, computeScalePixelWidth, computeScalePixelWidthDataAxis, getAxisChart, getAxisLabelsGroup, getMinimumHeightNeeded, getMinimumWidthNeeded, getNumberOfScaleItems, getOneUnitPixelSize, getOrigin, getPixelLength, getScaleCalculator, getScalePixelWidth, getTickStart, getTitleHeight, getTitleWidth, getZeroLineCoordinate, setAxisLabelsGroup, setMinimumHeightNeeded, setMinimumWidthNeeded, setOneUnitPixelSize, setOrigin, setPixelLength, setScaleCalculator, setScalePixelWidth, setTickStart, setZeroLineCoordinate
-
-
-
-
Constructor Detail
-
LabelAxis
public LabelAxis(AxisChart axisChart)
Deprecated.this class is no longer used- Parameters:
axisChart
-
-
-
Method Detail
-
amDataAxis
protected boolean amDataAxis()
Deprecated.
-
amLabelAxis
protected boolean amLabelAxis()
Deprecated.
-
addTextTags
protected void addTextTags()
Deprecated.Add the scale labels.
-
render
protected void render(java.awt.Graphics2D graphics2D, IDataSeries iDataSeries)
Deprecated.Renders the axis on the passed Graphics2D object- Parameters:
graphics2D
-iDataSeries
-
-
toHTML
public void toHTML(HTMLGenerator htmlGenerator)
Deprecated.Enables the testing routines to display the contents of this Object.- Specified by:
toHTML
in interfaceHTMLTestable
- Overrides:
toHTML
in classAxis
- Parameters:
htmlGenerator
-
-
-