Public Member Functions | Protected Member Functions | Static Private Attributes

de.fraunhofer.isst.axbench.timing.ui.chart.renderer.GanttRendererSimulator3 Class Reference

List of all members.

Public Member Functions

 GanttRendererSimulator3 ()

Protected Member Functions

void drawTask (Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, GanttCategoryDataset dataset, int row, int column)
void drawTasks (Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, GanttCategoryDataset dataset, int row, int column)

Static Private Attributes

static final long serialVersionUID = -4417948688948307832L

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.timing.ui.chart.renderer.GanttRendererSimulator3.GanttRendererSimulator3 (  ) 

The paint for displaying the percentage complete. The paint for displaying the incomplete part of a task. Controls the starting edge of the progress indicator (expressed as a percentage of the overall bar width). Controls the ending edge of the progress indicator (expressed as a percentage of the overall bar width). Creates a new renderer.


Member Function Documentation

void de.fraunhofer.isst.axbench.timing.ui.chart.renderer.GanttRendererSimulator3.drawTask ( Graphics2D  g2,
CategoryItemRendererState  state,
Rectangle2D  dataArea,
CategoryPlot  plot,
CategoryAxis  domainAxis,
ValueAxis  rangeAxis,
GanttCategoryDataset  dataset,
int  row,
int  column 
) [protected]

Draws a single task.

Parameters:
g2 the graphics device.
state the renderer state.
dataArea the data plot area.
plot the plot.
domainAxis the domain axis.
rangeAxis the range axis.
dataset the data.
row the row index (zero-based).
column the column index (zero-based).
void de.fraunhofer.isst.axbench.timing.ui.chart.renderer.GanttRendererSimulator3.drawTasks ( Graphics2D  g2,
CategoryItemRendererState  state,
Rectangle2D  dataArea,
CategoryPlot  plot,
CategoryAxis  domainAxis,
ValueAxis  rangeAxis,
GanttCategoryDataset  dataset,
int  row,
int  column 
) [protected]

Draws the tasks/subtasks for one item.

Parameters:
g2 the graphics device.
state the renderer state.
dataArea the data plot area.
plot the plot.
domainAxis the domain axis.
rangeAxis the range axis.
dataset the data.
row the row index (zero-based).
column the column index (zero-based).

Member Data Documentation