Class JRBasePrintRectangle

    • Field Detail

      • radius

        protected java.lang.Integer radius
    • Method Detail

      • getRadius

        public int getRadius()
        Description copied from interface: JRCommonRectangle
        Indicates the corner radius for rectangles with round corners. The default is 0.
        Specified by:
        getRadius in interface JRCommonRectangle
      • accept

        public <T> void accept​(PrintElementVisitor<T> visitor,
                               T arg)
        Description copied from interface: JRPrintElement
        Accepts a print element visitor.

        The element calls the method that corresponds to the element type on the visitor.

        Specified by:
        accept in interface JRPrintElement
        Overrides:
        accept in class JRBasePrintElement
        Type Parameters:
        T - the type of the argument passed to the visit operation
        Parameters:
        visitor - the visitor objects
        arg - the argument passed to the visit operation