JIDE 3.5.15

com.jidesoft.plaf.basic
Interface TaskBarPainter

All Known Implementing Classes:
DefaultTaskBarPainter

public interface TaskBarPainter

TaskBarPainter is an interface to paint the task bar.


Method Summary
 void paintMilestone(Graphics2D g2d, TaskBar taskBar, Rectangle rect, Insets insets, Color color, Color borderColor, Color percentageColor)
           
 void paintTask(Graphics2D g2d, TaskBar taskBar, Rectangle rect, Insets insets, Color color, Color borderColor, Color percentageColor)
           
 void paintTaskGroup(Graphics2D g2d, TaskBar taskBar, Rectangle rect, Insets insets, Color color, Color borderColor, Color percentageColor)
           
 

Method Detail

paintTask

void paintTask(Graphics2D g2d,
               TaskBar taskBar,
               Rectangle rect,
               Insets insets,
               Color color,
               Color borderColor,
               Color percentageColor)

paintTaskGroup

void paintTaskGroup(Graphics2D g2d,
                    TaskBar taskBar,
                    Rectangle rect,
                    Insets insets,
                    Color color,
                    Color borderColor,
                    Color percentageColor)

paintMilestone

void paintMilestone(Graphics2D g2d,
                    TaskBar taskBar,
                    Rectangle rect,
                    Insets insets,
                    Color color,
                    Color borderColor,
                    Color percentageColor)

JIDE 3.5.15