Class JRFillDataRange

java.lang.Object
net.sf.jasperreports.charts.fill.JRFillDataRange
All Implemented Interfaces:
Cloneable, JRDataRange, JRCloneable

public class JRFillDataRange extends Object implements JRDataRange
Author:
Barry Klawans (bklawans@users.sourceforge.net)
  • Field Details

  • Constructor Details

  • Method Details

    • getLowExpression

      public JRExpression getLowExpression()
      Description copied from interface: JRDataRange
      Returns the expression that generates the lower bound of the range.
      Specified by:
      getLowExpression in interface JRDataRange
      Returns:
      the expression that generates the lower bound of the range
    • getHighExpression

      public JRExpression getHighExpression()
      Description copied from interface: JRDataRange
      Returns the expression that generates the upper bound of the range.
      Specified by:
      getHighExpression in interface JRDataRange
      Returns:
      the expression that generates the upper bound of the range
    • clone

      public Object clone()
      Specified by:
      clone in interface JRCloneable
      Overrides:
      clone in class Object