Class JRBaseRectangle

    • Field Detail

      • radius

        protected java.lang.Integer radius
    • Constructor Detail

      • JRBaseRectangle

        protected JRBaseRectangle​(JRRectangle rectangle,
                                  JRBaseObjectFactory factory)
        Initializes properties that are specific to rectangles. Common properties are initialized by its parent constructors.
        Parameters:
        rectangle - an element whose properties are copied to this element. Usually it is a JRDesignRectangle that must be transformed into an JRBaseRectangle at compile time.
        factory - a factory used in the compile process