public class LabelAxis extends Axis implements HTMLTestable
Constructor and Description |
---|
LabelAxis(AxisChart axisChart)
Deprecated.
this class is no longer used
|
Modifier and Type | Method and 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 object
|
void |
toHTML(HTMLGenerator htmlGenerator)
Deprecated.
Enables the testing routines to display the contents of this Object.
|
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
public LabelAxis(AxisChart axisChart)
axisChart
- protected boolean amDataAxis()
protected boolean amLabelAxis()
protected void addTextTags()
protected void render(java.awt.Graphics2D graphics2D, IDataSeries iDataSeries)
graphics2D
- iDataSeries
- public void toHTML(HTMLGenerator htmlGenerator)
toHTML
in interface HTMLTestable
toHTML
in class Axis
htmlGenerator
-