Class XPBackgroundDecorator

    • Field Detail

      • separatorColor

        public final org.eclipse.swt.graphics.Color separatorColor
      • gradientColor1

        public final org.eclipse.swt.graphics.Color gradientColor1
      • gradientColor2

        public final org.eclipse.swt.graphics.Color gradientColor2
      • gradientColor3

        public final org.eclipse.swt.graphics.Color gradientColor3
      • highlightColor1

        public final org.eclipse.swt.graphics.Color highlightColor1
      • highlightColor2

        public final org.eclipse.swt.graphics.Color highlightColor2
      • highlightColor3

        public final org.eclipse.swt.graphics.Color highlightColor3
    • Constructor Detail

      • XPBackgroundDecorator

        public XPBackgroundDecorator​(ICellPainter interiorPainter)
    • Method Detail

      • getPreferredWidth

        public int getPreferredWidth​(ILayerCell cell,
                                     org.eclipse.swt.graphics.GC gc,
                                     IConfigRegistry configRegistry)
        Description copied from interface: ICellPainter
        Get the preferred width of the cell when rendered by this painter. Used for auto-resize.
        Specified by:
        getPreferredWidth in interface ICellPainter
        Overrides:
        getPreferredWidth in class CellPainterWrapper
        Parameters:
        cell - The cell for which the preferred width is requested.
        gc - The GC that is used for rendering.
        configRegistry - The IConfigRegistry that contains the configuration used for rendering.
        Returns:
        The preferred width of the given cell when rendered by this painter.
      • getPreferredHeight

        public int getPreferredHeight​(ILayerCell cell,
                                      org.eclipse.swt.graphics.GC gc,
                                      IConfigRegistry configRegistry)
        Description copied from interface: ICellPainter
        Get the preferred height of the cell when rendered by this painter. Used for auto-resize.
        Specified by:
        getPreferredHeight in interface ICellPainter
        Overrides:
        getPreferredHeight in class CellPainterWrapper
        Parameters:
        cell - The cell for which the preferred height is requested.
        gc - The GC that is used for rendering.
        configRegistry - The IConfigRegistry that contains the configuration used for rendering.
        Returns:
        The preferred height of the given cell when rendered by this painter.