|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisState | |
---|---|
org.jfree.chart.axis | Axis classes and interfaces. |
org.jfree.chart.plot | Plot classes and related interfaces. |
Uses of AxisState in org.jfree.chart.axis |
---|
Methods in org.jfree.chart.axis that return AxisState | |
---|---|
AxisState |
CategoryAxis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
CategoryAxis3D.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
SubCategoryAxis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
NumberAxis3D.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
LogAxis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
PeriodAxis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
SymbolAxis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
NumberAxis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
DateAxis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
AxisState |
CyclicNumberAxis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis. |
abstract AxisState |
Axis.draw(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Draws the axis on a Java 2D graphics device (such as the screen or a printer). |
protected AxisState |
CategoryAxis.drawCategoryLabels(Graphics2D g2,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state,
PlotRenderingInfo plotState)
Draws the category labels and returns the updated axis state. |
protected AxisState |
CategoryAxis.drawCategoryLabels(Graphics2D g2,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state,
PlotRenderingInfo plotState)
Deprecated. Use CategoryAxis.drawCategoryLabels(Graphics2D, Rectangle2D,
Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo) . |
protected AxisState |
Axis.drawLabel(String label,
Graphics2D g2,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state)
Draws the axis label. |
protected AxisState |
SubCategoryAxis.drawSubCategoryLabels(Graphics2D g2,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state,
PlotRenderingInfo plotState)
Draws the category labels and returns the updated axis state. |
protected AxisState |
PeriodAxis.drawTickLabels(int band,
Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Draws the tick labels for one "band" of time periods. |
protected AxisState |
ValueAxis.drawTickMarksAndLabels(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Draws the axis line, tick marks and tick mark labels. |
protected AxisState |
CyclicNumberAxis.drawTickMarksAndLabels(Graphics2D g2,
double cursor,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Draws the tick marks and labels. |
Methods in org.jfree.chart.axis with parameters of type AxisState | |
---|---|
protected void |
Axis.createAndAddEntity(double cursor,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
PlotRenderingInfo plotState)
Created an entity for the axis. |
protected AxisState |
CategoryAxis.drawCategoryLabels(Graphics2D g2,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state,
PlotRenderingInfo plotState)
Draws the category labels and returns the updated axis state. |
protected AxisState |
CategoryAxis.drawCategoryLabels(Graphics2D g2,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state,
PlotRenderingInfo plotState)
Deprecated. Use CategoryAxis.drawCategoryLabels(Graphics2D, Rectangle2D,
Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo) . |
protected AxisState |
Axis.drawLabel(String label,
Graphics2D g2,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state)
Draws the axis label. |
protected AxisState |
SubCategoryAxis.drawSubCategoryLabels(Graphics2D g2,
Rectangle2D plotArea,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state,
PlotRenderingInfo plotState)
Draws the category labels and returns the updated axis state. |
protected AxisState |
PeriodAxis.drawTickLabels(int band,
Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Draws the tick labels for one "band" of time periods. |
protected void |
PeriodAxis.drawTickMarks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Draws the tick marks for the axis. |
void |
CategoryAxis.drawTickMarks(Graphics2D g2,
double cursor,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisState state)
Draws the tick marks. |
protected void |
PeriodAxis.drawTickMarksHorizontal(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.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(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Draws the tick marks for a vertical axis. |
List |
CategoryAxis.refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Creates a temporary list of ticks that can be used when drawing the axis. |
List |
LogAxis.refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing). |
List |
PeriodAxis.refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Calculates the positions of the ticks for the axis, storing the results in the tick list (ready for drawing). |
List |
SymbolAxis.refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing). |
List |
NumberAxis.refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing). |
List |
DateAxis.refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing). |
abstract List |
Axis.refreshTicks(Graphics2D g2,
AxisState state,
Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge)
Calculates the positions of the ticks for the axis, storing the results in the tick list (ready for drawing). |
Uses of AxisState in org.jfree.chart.plot |
---|
Methods in org.jfree.chart.plot that return AxisState | |
---|---|
protected AxisState |
PolarPlot.drawAxis(Graphics2D g2,
Rectangle2D plotArea,
Rectangle2D dataArea)
Deprecated. As of version 1.0.14, this method is no longer used. |
protected AxisState |
PolarPlot.drawAxis(ValueAxis axis,
PolarAxisLocation location,
Graphics2D g2,
Rectangle2D plotArea)
Draws the axis with the specified index. |
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |