Class JRFillDataRange

  • All Implemented Interfaces:
    java.lang.Cloneable, JRDataRange, JRCloneable

    public class JRFillDataRange
    extends java.lang.Object
    implements JRDataRange
    Author:
    Barry Klawans (bklawans@users.sourceforge.net)
    • Method Detail

      • 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 java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object