Package org.jCharts.axisChart.axis
Class LabelAxis
java.lang.Object
org.jCharts.axisChart.axis.Axis
org.jCharts.axisChart.axis.LabelAxis
- All Implemented Interfaces:
Serializable
,HTMLTestable
Deprecated.
just using the Axis Object
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated.Add the scale labels.protected boolean
Deprecated.protected boolean
Deprecated.protected void
render
(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 Details
-
LabelAxis
Deprecated.this class is no longer used- Parameters:
axisChart
-
-
-
Method Details
-
amDataAxis
protected boolean amDataAxis()Deprecated. -
amLabelAxis
protected boolean amLabelAxis()Deprecated. -
addTextTags
protected void addTextTags()Deprecated.Add the scale labels. -
render
Deprecated.Renders the axis on the passed Graphics2D object- Parameters:
graphics2D
-iDataSeries
-
-
toHTML
Deprecated.Enables the testing routines to display the contents of this Object.- Specified by:
toHTML
in interfaceHTMLTestable
- Overrides:
toHTML
in classAxis
- Parameters:
htmlGenerator
-
-