Interface JRCategoryPlot

All Superinterfaces:
Cloneable, JRCategoryAxisFormat, JRChartPlot, JRCloneable, JRValueAxisFormat
All Known Subinterfaces:
JRAreaPlot, JRBar3DPlot, JRBarPlot, JRLinePlot
All Known Implementing Classes:
JRBaseAreaPlot, JRBaseBar3DPlot, JRBaseBarPlot, JRBaseLinePlot, JRDesignAreaPlot, JRDesignBar3DPlot, JRDesignBarPlot, JRDesignLinePlot, JRFillAreaPlot, JRFillBar3DPlot, JRFillBarPlot, JRFillLinePlot

public interface JRCategoryPlot extends JRChartPlot, JRCategoryAxisFormat, JRValueAxisFormat
Type of plot used for rendering category charts.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • getCategoryAxisLabelExpression

      JRExpression getCategoryAxisLabelExpression()
      Returns:
      the category axis label expression
    • getValueAxisLabelExpression

      JRExpression getValueAxisLabelExpression()
      Returns:
      the value axis label expression
    • getDomainAxisMinValueExpression

      JRExpression getDomainAxisMinValueExpression()
      Returns:
      the minimum value expression for the domain axis
    • getDomainAxisMaxValueExpression

      JRExpression getDomainAxisMaxValueExpression()
      Returns:
      the maximum value expression for the domain axis
    • getRangeAxisMinValueExpression

      JRExpression getRangeAxisMinValueExpression()
      Returns:
      the minimum value expression for the range axis
    • getRangeAxisMaxValueExpression

      JRExpression getRangeAxisMaxValueExpression()
      Returns:
      the maximum value expression for the range axis