void |
AxisCollection.add(Axis axis,
RectangleEdge edge) |
Adds an axis to the collection.
|
void |
AxisSpace.add(double space,
RectangleEdge edge) |
Adds space to the top, bottom, left or right edge of the plot area.
|
protected float[] |
CyclicNumberAxis.calculateAnchorPoint(ValueTick tick,
double cursor,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the anchor point for a tick.
|
protected float[] |
ValueAxis.calculateAnchorPoint(ValueTick tick,
double cursor,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the anchor point for a tick label.
|
protected double |
CategoryAxis.calculateCategoryGapSize(int categoryCount,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Calculates the size (width or height, depending on the location of the
axis) of a category gap.
|
protected double |
CategoryAxis.calculateCategorySize(int categoryCount,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Calculates the size (width or height, depending on the location of the
axis) of a category.
|
protected void |
Axis.createAndAddEntity(double cursor,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Creates an entity for the axis and adds it to the rendering info.
|
protected TextBlock |
CategoryAxis.createLabel(java.lang.Comparable category,
float width,
RectangleEdge edge,
java.awt.Graphics2D g2) |
Creates a label.
|
protected TextBlock |
ExtendedCategoryAxis.createLabel(java.lang.Comparable category,
float width,
RectangleEdge edge,
java.awt.Graphics2D g2) |
Overrides the default behaviour by adding the sublabel to the text
block that is used for the category label.
|
double |
DateAxis.dateToJava2D(java.util.Date date,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Translates a date to Java2D coordinates, based on the range displayed by
this axis for the specified data area.
|
abstract AxisState |
Axis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
AxisState |
CategoryAxis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
AxisState |
CyclicNumberAxis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis.
|
AxisState |
DateAxis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
AxisState |
LogAxis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
AxisState |
NumberAxis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
AxisState |
PeriodAxis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
AxisState |
SubCategoryAxis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
AxisState |
SymbolAxis.draw(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
PlotRenderingInfo plotState) |
Draws the axis on a Java 2D graphics device (such as the screen or a
printer).
|
protected AxisState |
Axis.drawAttributedLabel(java.text.AttributedString label,
java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
AxisState state) |
Draws the axis label.
|
protected void |
Axis.drawAxisLine(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Draws an axis line at the current cursor position and edge.
|
protected void |
ValueAxis.drawAxisLine(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Draws an axis line at the current cursor position and edge.
|
protected AxisState |
CategoryAxis.drawCategoryLabels(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
AxisState state,
PlotRenderingInfo plotState) |
Draws the category labels and returns the updated axis state.
|
protected void |
SymbolAxis.drawGridBands(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
java.util.List ticks) |
|
protected AxisState |
Axis.drawLabel(java.lang.String label,
java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
AxisState state) |
Draws the axis label.
|
protected AxisState |
SubCategoryAxis.drawSubCategoryLabels(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
AxisState state,
PlotRenderingInfo plotState) |
Draws the category labels and returns the updated axis state.
|
protected AxisState |
PeriodAxis.drawTickLabels(int band,
java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Draws the tick labels for one "band" of time periods.
|
void |
CategoryAxis.drawTickMarks(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge,
AxisState state) |
Draws the tick marks.
|
protected void |
PeriodAxis.drawTickMarks(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Draws the tick marks for the axis.
|
protected AxisState |
CyclicNumberAxis.drawTickMarksAndLabels(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Draws the tick marks and labels.
|
protected AxisState |
ValueAxis.drawTickMarksAndLabels(java.awt.Graphics2D g2,
double cursor,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Draws the axis line, tick marks and tick mark labels.
|
protected void |
PeriodAxis.drawTickMarksHorizontal(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Draws the major and minor tick marks for an axis that lies at the top or
bottom of the plot.
|
protected void |
PeriodAxis.drawTickMarksVertical(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Draws the tick marks for a vertical axis.
|
void |
AxisSpace.ensureAtLeast(double space,
RectangleEdge edge) |
Ensures there is a minimum amount of space at the edge corresponding to
the specified axis location.
|
double |
LogAxis.exponentLengthToJava2D(double length,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a length in data coordinates into the corresponding length in
Java2D coordinates.
|
double |
CategoryAxis.getCategoryEnd(int category,
int categoryCount,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Returns the end coordinate for the specified category.
|
double |
CategoryAxis.getCategoryJava2DCoordinate(CategoryAnchor anchor,
int category,
int categoryCount,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Returns the Java 2D coordinate for a category.
|
double |
CategoryAxis.getCategoryMiddle(int category,
int categoryCount,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Returns the middle coordinate for the specified category.
|
double |
CategoryAxis.getCategoryMiddle(java.lang.Comparable category,
java.util.List categories,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
A convenience method that returns the axis coordinate for the centre of
a category.
|
double |
CategoryAxis.getCategorySeriesMiddle(int categoryIndex,
int categoryCount,
int seriesIndex,
int seriesCount,
double itemMargin,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Returns the middle coordinate (in Java2D space) for a series within a
category.
|
double |
CategoryAxis.getCategorySeriesMiddle(java.lang.Comparable category,
java.lang.Comparable seriesKey,
CategoryDataset dataset,
double itemMargin,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Returns the middle coordinate (in Java2D space) for a series within a
category.
|
double |
CategoryAxis.getCategoryStart(int category,
int categoryCount,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Returns the starting coordinate for the specified category.
|
protected java.awt.geom.Rectangle2D |
Axis.getLabelEnclosure(java.awt.Graphics2D g2,
RectangleEdge edge) |
Returns a rectangle that encloses the axis label.
|
CategoryLabelPosition |
CategoryLabelPositions.getLabelPosition(RectangleEdge edge) |
Returns the category label position specification for an axis at the
given location.
|
private double |
SubCategoryAxis.getMaxDim(java.awt.Graphics2D g2,
RectangleEdge edge) |
Returns the maximum of the relevant dimension (height or width) of the
subcategory labels.
|
double |
CyclicNumberAxis.java2DToValue(double java2DValue,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Converts a coordinate from Java 2D space to data space.
|
double |
DateAxis.java2DToValue(double java2DValue,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Translates a Java2D coordinate into the corresponding data value.
|
double |
LogarithmicAxis.java2DToValue(double java2DValue,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge) |
Converts a coordinate in Java2D space to the corresponding data
value, assuming that the axis runs along one edge of the specified
plotArea.
|
double |
LogAxis.java2DToValue(double java2DValue,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a Java2D coordinate to an axis value, assuming that the
axis is aligned to the specified edge of the area .
|
double |
ModuloAxis.java2DToValue(double java2DValue,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Translates a Java2D coordinate into a data value.
|
double |
NumberAxis.java2DToValue(double java2DValue,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a coordinate in Java2D space to the corresponding data value,
assuming that the axis runs along one edge of the specified dataArea.
|
double |
PeriodAxis.java2DToValue(double java2DValue,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a coordinate in Java2D space to the corresponding data value,
assuming that the axis runs along one edge of the specified dataArea.
|
abstract double |
ValueAxis.java2DToValue(double java2DValue,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a coordinate in Java2D space to the corresponding data value,
assuming that the axis runs along one edge of the specified dataArea.
|
double |
ModuloAxis.lengthToJava2D(double length,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a length in data coordinates into the corresponding length in
Java2D coordinates.
|
double |
ValueAxis.lengthToJava2D(double length,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a length in data coordinates into the corresponding length in
Java2D coordinates.
|
void |
AxisState.moveCursor(double units,
RectangleEdge edge) |
Moves the cursor outwards by the specified number of units.
|
abstract java.util.List |
Axis.refreshTicks(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the ticks for the axis, storing the results
in the tick list (ready for drawing).
|
java.util.List |
CategoryAxis.refreshTicks(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Creates a temporary list of ticks that can be used when drawing the axis.
|
java.util.List |
DateAxis.refreshTicks(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
java.util.List |
LogAxis.refreshTicks(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
java.util.List |
NumberAxis.refreshTicks(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
java.util.List |
PeriodAxis.refreshTicks(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the ticks for the axis, storing the results
in the tick list (ready for drawing).
|
java.util.List |
SymbolAxis.refreshTicks(java.awt.Graphics2D g2,
AxisState state,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
protected java.util.List |
CyclicNumberAxis.refreshTicksHorizontal(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Builds a list of ticks for the axis.
|
protected java.util.List |
DateAxis.refreshTicksHorizontal(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Recalculates the ticks for the date axis.
|
protected java.util.List |
LogarithmicAxis.refreshTicksHorizontal(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
protected java.util.List |
LogAxis.refreshTicksHorizontal(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Returns a list of ticks for an axis at the top or bottom of the chart.
|
protected java.util.List |
NumberAxis.refreshTicksHorizontal(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
protected java.util.List |
SymbolAxis.refreshTicksHorizontal(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
protected java.util.List |
DateAxis.refreshTicksVertical(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Recalculates the ticks for the date axis.
|
protected java.util.List |
LogarithmicAxis.refreshTicksVertical(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
protected java.util.List |
LogAxis.refreshTicksVertical(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Returns a list of ticks for an axis at the left or right of the chart.
|
protected java.util.List |
NumberAxis.refreshTicksVertical(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
protected java.util.List |
SymbolAxis.refreshTicksVertical(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Calculates the positions of the tick labels for the axis, storing the
results in the tick label list (ready for drawing).
|
protected java.util.List |
CyclicNumberAxis.refreshVerticalTicks(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Builds a list of ticks for the axis.
|
java.awt.geom.Rectangle2D |
AxisSpace.reserved(java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Calculates the reserved area.
|
abstract AxisSpace |
Axis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space) |
Estimates the space (height or width) required to draw the axis.
|
AxisSpace |
CategoryAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space) |
Estimates the space required for the axis, given a specific drawing area.
|
AxisSpace |
CyclicNumberAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space) |
Reserve some space on each axis side because we draw a centered label at
each extremity.
|
AxisSpace |
PeriodAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space) |
Estimates the space (height or width) required to draw the axis.
|
AxisSpace |
SubCategoryAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space) |
Estimates the space required for the axis, given a specific drawing area.
|
AxisSpace |
ValueAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space) |
Returns the space required to draw the axis.
|
protected void |
DateAxis.selectAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick value for the axis.
|
protected void |
LogAxis.selectAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick value for the axis.
|
protected void |
NumberAxis.selectAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick value for the axis.
|
protected void |
SymbolAxis.selectAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
This operation is not supported by this axis.
|
protected void |
CyclicNumberAxis.selectHorizontalAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D drawArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects a tick unit when the axis is displayed horizontally.
|
protected void |
DateAxis.selectHorizontalAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick size for the axis.
|
protected void |
LogAxis.selectHorizontalAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick value for the axis.
|
protected void |
NumberAxis.selectHorizontalAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick value for the axis.
|
protected void |
CyclicNumberAxis.selectVerticalAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D drawArea,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects a tick unit when the axis is displayed vertically.
|
protected void |
DateAxis.selectVerticalAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick size for the axis.
|
protected void |
LogAxis.selectVerticalAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick value for the axis.
|
protected void |
NumberAxis.selectVerticalAutoTickUnit(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Selects an appropriate tick value for the axis.
|
private double |
ModuloAxis.trans(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
A regular translation from a data value to a Java2D value.
|
private double |
ModuloAxis.transEnd(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge,
double length1,
double length2) |
Translates a data value to a Java2D value for the second section of the
axis.
|
private double |
ModuloAxis.transStart(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge,
double length1,
double length2) |
Translates a data value to a Java2D value for the first section of the
axis.
|
double |
CyclicNumberAxis.valueToJava2D(double value,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge) |
Translates a value from data space to Java 2D space.
|
double |
DateAxis.valueToJava2D(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Translates the data value to the display coordinates (Java 2D User Space)
of the chart.
|
double |
LogarithmicAxis.valueToJava2D(double value,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge) |
Converts a data value to a coordinate in Java2D space, assuming that
the axis runs along one edge of the specified plotArea.
|
double |
LogAxis.valueToJava2D(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a value on the axis scale to a Java2D coordinate relative to
the given area , based on the axis running along the
specified edge .
|
double |
ModuloAxis.valueToJava2D(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Translates a data value to a Java2D coordinate.
|
double |
NumberAxis.valueToJava2D(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a data value to a coordinate in Java2D space, assuming that the
axis runs along one edge of the specified dataArea.
|
double |
PeriodAxis.valueToJava2D(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a data value to a coordinate in Java2D space, assuming that the
axis runs along one edge of the specified dataArea.
|
abstract double |
ValueAxis.valueToJava2D(double value,
java.awt.geom.Rectangle2D area,
RectangleEdge edge) |
Converts a data value to a coordinate in Java2D space, assuming that the
axis runs along one edge of the specified dataArea.
|