Interface JRCommonElement

    • Method Detail

      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • getKey

        String getKey()
        Returns the string value that uniquely identifies the element.
      • getMode

        ModeEnum getMode()
        Returns the element transparency mode. The default value depends on the type of the report element. Graphic elements like rectangles and lines are opaque by default, but the images are transparent. Both static texts and text fields are transparent by default, and so are the subreport elements.
      • setMode

        void setMode​(ModeEnum mode)
        Sets the element transparency mode.
      • getForecolor

        Color getForecolor()
      • getOwnForecolor

        Color getOwnForecolor()
      • setForecolor

        void setForecolor​(Color forecolor)
      • getBackcolor

        Color getBackcolor()
      • getOwnBackcolor

        Color getOwnBackcolor()
      • setBackcolor

        void setBackcolor​(Color backcolor)