public Legend(String title, String tooltip, Color foreground, Color background, Runnable runnable) {
        this.title = title;
        this.tooltip = tooltip;
        this.foreground = foreground;
        this.background = background;