Interface VisualizationComponent

    • Method Detail

      • getBounds

        Rectangle getBounds()
        Returns:
        the rectangular bounds
      • getBackground

        Color getBackground()
        Returns:
        the background color
      • setBackground

        void setBackground​(Color backgroundColor)
        Parameters:
        backgroundColor - the color to set
      • setForeground

        void setForeground​(Color foregroundColor)
        Parameters:
        foregroundColor - the color to set
      • setCursor

        void setCursor​(Cursor cursor)
        Parameters:
        cursor - the cursor to set
      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • getPreferredSize

        Dimension getPreferredSize()
      • setPreferredSize

        void setPreferredSize​(Dimension preferredSize)
      • getToolTipText

        String getToolTipText()
      • setFont

        void setFont​(Font font)
      • getFont

        Font getFont()