Class PercentageBarDecorator

All Implemented Interfaces:
ICellPainter

public class PercentageBarDecorator extends CellPainterWrapper
Draws a rectangular bar in cell proportional to the value of the cell.
  • Field Details

    • PERCENTAGE_BAR_COMPLETE_REGION_START_COLOR

      public static final ConfigAttribute<org.eclipse.swt.graphics.Color> PERCENTAGE_BAR_COMPLETE_REGION_START_COLOR
    • PERCENTAGE_BAR_COMPLETE_REGION_END_COLOR

      public static final ConfigAttribute<org.eclipse.swt.graphics.Color> PERCENTAGE_BAR_COMPLETE_REGION_END_COLOR
    • PERCENTAGE_BAR_INCOMPLETE_REGION_COLOR

      public static final ConfigAttribute<org.eclipse.swt.graphics.Color> PERCENTAGE_BAR_INCOMPLETE_REGION_COLOR
  • Constructor Details

    • PercentageBarDecorator

      public PercentageBarDecorator(ICellPainter interiorPainter)
  • Method Details