Class FrameHeader

    • Field Summary

      • Fields inherited from class com.epicbot.api.shared.util.paint.frame.FramePart

        frame
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameHeader​(PaintFrame frame, java.lang.String title)  
    • Constructor Detail

      • FrameHeader

        public FrameHeader​(PaintFrame frame,
                           java.lang.String title)
    • Method Detail

      • setTitle

        public void setTitle​(java.lang.String title)
      • getTitle

        public java.lang.String getTitle()
      • setFont

        public void setFont​(java.awt.Font font)
      • getFont

        public java.awt.Font getFont()
      • setBackground

        public void setBackground​(java.awt.Color background)
      • getBackground

        public java.awt.Color getBackground()
      • drawBackground

        protected void drawBackground​(java.awt.Graphics2D graphics2d,
                                      int x,
                                      int y,
                                      int width,
                                      int height)