Method Summary |
|
final public void | computeAxisTitleDimensions(String title, ChartFont axisTitleFont) |
public void | computeOneUnitPixelSize(float scalePixelLength, double increment) Computes the relationship of data point values to pixel values so know where along the axis
a value is. |
public void | computeScalePixelWidth(AxisTypeProperties axisTypeProperties) Computes the number of pixels between each value on the axis. |
public void | computeScalePixelWidthDataAxis(AxisTypeProperties axisTypeProperties) Computes the number of pixels between each value on the axis. |
final public AxisChart | getAxisChart() Returns reference to AxisChart Object. |
public TextTagGroup | getAxisLabelsGroup() |
public TextTagGroup | getAxisLabelsGroupRight() |
final public float | getMinimumHeightNeeded() |
final public float | getMinimumWidthNeeded() |
public int | getNumberOfScaleItems() |
public double | getOneUnitPixelSize() Returns the number of pixels one value unit occupies. |
final public float | getOrigin() |
final public float | getPixelLength() |
public ScaleCalculator | getScaleCalculator() |
final public float | getScalePixelWidth() |
public float | getTickStart() |
final public float | getTitleHeight() |
final public float | getTitleWidth() |
public float | getZeroLineCoordinate() Returns the screen coordinate of the zero line. |
public void | setAxisLabelsGroup(TextTagGroup axisLabelsGroup) |
public void | setAxisLabelsGroupRight(TextTagGroup axisLabelsGroupRight) |
final public void | setMinimumHeightNeeded(float minimumHeightNeeded) |
final public void | setMinimumWidthNeeded(float minimumWidthNeeded) |
public void | setOneUnitPixelSize(double oneUnitPixelSize) |
final public void | setOrigin(float origin) |
final public void | setPixelLength(float pixelLength) |
public void | setScaleCalculator(ScaleCalculator scaleCalculator) |
final public void | setScalePixelWidth(float scalePixelWidth) |
public void | setTickStart(float tickStart) |
public void | setZeroLineCoordinate(float value) Sets the screen coordinate of the zero line. |
public void | toHTML(HTMLGenerator htmlGenerator) Enables the testing routines to display the contents of this Object. |